TestAllTypesProto3$json top-level constant

  1. @Deprecated('Use testAllTypesProto3Descriptor instead')
Map<String, Object> const TestAllTypesProto3$json

Implementation

@$core.Deprecated('Use testAllTypesProto3Descriptor instead')
const TestAllTypesProto3$json = const {
  '1': 'TestAllTypesProto3',
  '2': const [
    const {'1': 'optional_int32', '3': 1, '4': 1, '5': 5, '10': 'optionalInt32'},
    const {'1': 'optional_int64', '3': 2, '4': 1, '5': 3, '10': 'optionalInt64'},
    const {'1': 'optional_uint32', '3': 3, '4': 1, '5': 13, '10': 'optionalUint32'},
    const {'1': 'optional_uint64', '3': 4, '4': 1, '5': 4, '10': 'optionalUint64'},
    const {'1': 'optional_sint32', '3': 5, '4': 1, '5': 17, '10': 'optionalSint32'},
    const {'1': 'optional_sint64', '3': 6, '4': 1, '5': 18, '10': 'optionalSint64'},
    const {'1': 'optional_fixed32', '3': 7, '4': 1, '5': 7, '10': 'optionalFixed32'},
    const {'1': 'optional_fixed64', '3': 8, '4': 1, '5': 6, '10': 'optionalFixed64'},
    const {'1': 'optional_sfixed32', '3': 9, '4': 1, '5': 15, '10': 'optionalSfixed32'},
    const {'1': 'optional_sfixed64', '3': 10, '4': 1, '5': 16, '10': 'optionalSfixed64'},
    const {'1': 'optional_float', '3': 11, '4': 1, '5': 2, '10': 'optionalFloat'},
    const {'1': 'optional_double', '3': 12, '4': 1, '5': 1, '10': 'optionalDouble'},
    const {'1': 'optional_bool', '3': 13, '4': 1, '5': 8, '10': 'optionalBool'},
    const {'1': 'optional_string', '3': 14, '4': 1, '5': 9, '10': 'optionalString'},
    const {'1': 'optional_bytes', '3': 15, '4': 1, '5': 12, '10': 'optionalBytes'},
    const {'1': 'optional_nested_message', '3': 18, '4': 1, '5': 11, '6': '.protobuf_test_messages.proto3.TestAllTypesProto3.NestedMessage', '10': 'optionalNestedMessage'},
    const {'1': 'optional_foreign_message', '3': 19, '4': 1, '5': 11, '6': '.protobuf_test_messages.proto3.ForeignMessage', '10': 'optionalForeignMessage'},
    const {'1': 'optional_nested_enum', '3': 21, '4': 1, '5': 14, '6': '.protobuf_test_messages.proto3.TestAllTypesProto3.NestedEnum', '10': 'optionalNestedEnum'},
    const {'1': 'optional_foreign_enum', '3': 22, '4': 1, '5': 14, '6': '.protobuf_test_messages.proto3.ForeignEnum', '10': 'optionalForeignEnum'},
    const {'1': 'optional_aliased_enum', '3': 23, '4': 1, '5': 14, '6': '.protobuf_test_messages.proto3.TestAllTypesProto3.AliasedEnum', '10': 'optionalAliasedEnum'},
    const {
      '1': 'optional_string_piece',
      '3': 24,
      '4': 1,
      '5': 9,
      '8': const {'1': 2},
      '10': 'optionalStringPiece',
    },
    const {
      '1': 'optional_cord',
      '3': 25,
      '4': 1,
      '5': 9,
      '8': const {'1': 1},
      '10': 'optionalCord',
    },
    const {'1': 'recursive_message', '3': 27, '4': 1, '5': 11, '6': '.protobuf_test_messages.proto3.TestAllTypesProto3', '10': 'recursiveMessage'},
    const {'1': 'repeated_int32', '3': 31, '4': 3, '5': 5, '10': 'repeatedInt32'},
    const {'1': 'repeated_int64', '3': 32, '4': 3, '5': 3, '10': 'repeatedInt64'},
    const {'1': 'repeated_uint32', '3': 33, '4': 3, '5': 13, '10': 'repeatedUint32'},
    const {'1': 'repeated_uint64', '3': 34, '4': 3, '5': 4, '10': 'repeatedUint64'},
    const {'1': 'repeated_sint32', '3': 35, '4': 3, '5': 17, '10': 'repeatedSint32'},
    const {'1': 'repeated_sint64', '3': 36, '4': 3, '5': 18, '10': 'repeatedSint64'},
    const {'1': 'repeated_fixed32', '3': 37, '4': 3, '5': 7, '10': 'repeatedFixed32'},
    const {'1': 'repeated_fixed64', '3': 38, '4': 3, '5': 6, '10': 'repeatedFixed64'},
    const {'1': 'repeated_sfixed32', '3': 39, '4': 3, '5': 15, '10': 'repeatedSfixed32'},
    const {'1': 'repeated_sfixed64', '3': 40, '4': 3, '5': 16, '10': 'repeatedSfixed64'},
    const {'1': 'repeated_float', '3': 41, '4': 3, '5': 2, '10': 'repeatedFloat'},
    const {'1': 'repeated_double', '3': 42, '4': 3, '5': 1, '10': 'repeatedDouble'},
    const {'1': 'repeated_bool', '3': 43, '4': 3, '5': 8, '10': 'repeatedBool'},
    const {'1': 'repeated_string', '3': 44, '4': 3, '5': 9, '10': 'repeatedString'},
    const {'1': 'repeated_bytes', '3': 45, '4': 3, '5': 12, '10': 'repeatedBytes'},
    const {'1': 'repeated_nested_message', '3': 48, '4': 3, '5': 11, '6': '.protobuf_test_messages.proto3.TestAllTypesProto3.NestedMessage', '10': 'repeatedNestedMessage'},
    const {'1': 'repeated_foreign_message', '3': 49, '4': 3, '5': 11, '6': '.protobuf_test_messages.proto3.ForeignMessage', '10': 'repeatedForeignMessage'},
    const {'1': 'repeated_nested_enum', '3': 51, '4': 3, '5': 14, '6': '.protobuf_test_messages.proto3.TestAllTypesProto3.NestedEnum', '10': 'repeatedNestedEnum'},
    const {'1': 'repeated_foreign_enum', '3': 52, '4': 3, '5': 14, '6': '.protobuf_test_messages.proto3.ForeignEnum', '10': 'repeatedForeignEnum'},
    const {
      '1': 'repeated_string_piece',
      '3': 54,
      '4': 3,
      '5': 9,
      '8': const {'1': 2},
      '10': 'repeatedStringPiece',
    },
    const {
      '1': 'repeated_cord',
      '3': 55,
      '4': 3,
      '5': 9,
      '8': const {'1': 1},
      '10': 'repeatedCord',
    },
    const {
      '1': 'packed_int32',
      '3': 75,
      '4': 3,
      '5': 5,
      '8': const {'2': true},
      '10': 'packedInt32',
    },
    const {
      '1': 'packed_int64',
      '3': 76,
      '4': 3,
      '5': 3,
      '8': const {'2': true},
      '10': 'packedInt64',
    },
    const {
      '1': 'packed_uint32',
      '3': 77,
      '4': 3,
      '5': 13,
      '8': const {'2': true},
      '10': 'packedUint32',
    },
    const {
      '1': 'packed_uint64',
      '3': 78,
      '4': 3,
      '5': 4,
      '8': const {'2': true},
      '10': 'packedUint64',
    },
    const {
      '1': 'packed_sint32',
      '3': 79,
      '4': 3,
      '5': 17,
      '8': const {'2': true},
      '10': 'packedSint32',
    },
    const {
      '1': 'packed_sint64',
      '3': 80,
      '4': 3,
      '5': 18,
      '8': const {'2': true},
      '10': 'packedSint64',
    },
    const {
      '1': 'packed_fixed32',
      '3': 81,
      '4': 3,
      '5': 7,
      '8': const {'2': true},
      '10': 'packedFixed32',
    },
    const {
      '1': 'packed_fixed64',
      '3': 82,
      '4': 3,
      '5': 6,
      '8': const {'2': true},
      '10': 'packedFixed64',
    },
    const {
      '1': 'packed_sfixed32',
      '3': 83,
      '4': 3,
      '5': 15,
      '8': const {'2': true},
      '10': 'packedSfixed32',
    },
    const {
      '1': 'packed_sfixed64',
      '3': 84,
      '4': 3,
      '5': 16,
      '8': const {'2': true},
      '10': 'packedSfixed64',
    },
    const {
      '1': 'packed_float',
      '3': 85,
      '4': 3,
      '5': 2,
      '8': const {'2': true},
      '10': 'packedFloat',
    },
    const {
      '1': 'packed_double',
      '3': 86,
      '4': 3,
      '5': 1,
      '8': const {'2': true},
      '10': 'packedDouble',
    },
    const {
      '1': 'packed_bool',
      '3': 87,
      '4': 3,
      '5': 8,
      '8': const {'2': true},
      '10': 'packedBool',
    },
    const {
      '1': 'packed_nested_enum',
      '3': 88,
      '4': 3,
      '5': 14,
      '6': '.protobuf_test_messages.proto3.TestAllTypesProto3.NestedEnum',
      '8': const {'2': true},
      '10': 'packedNestedEnum',
    },
    const {
      '1': 'unpacked_int32',
      '3': 89,
      '4': 3,
      '5': 5,
      '8': const {'2': false},
      '10': 'unpackedInt32',
    },
    const {
      '1': 'unpacked_int64',
      '3': 90,
      '4': 3,
      '5': 3,
      '8': const {'2': false},
      '10': 'unpackedInt64',
    },
    const {
      '1': 'unpacked_uint32',
      '3': 91,
      '4': 3,
      '5': 13,
      '8': const {'2': false},
      '10': 'unpackedUint32',
    },
    const {
      '1': 'unpacked_uint64',
      '3': 92,
      '4': 3,
      '5': 4,
      '8': const {'2': false},
      '10': 'unpackedUint64',
    },
    const {
      '1': 'unpacked_sint32',
      '3': 93,
      '4': 3,
      '5': 17,
      '8': const {'2': false},
      '10': 'unpackedSint32',
    },
    const {
      '1': 'unpacked_sint64',
      '3': 94,
      '4': 3,
      '5': 18,
      '8': const {'2': false},
      '10': 'unpackedSint64',
    },
    const {
      '1': 'unpacked_fixed32',
      '3': 95,
      '4': 3,
      '5': 7,
      '8': const {'2': false},
      '10': 'unpackedFixed32',
    },
    const {
      '1': 'unpacked_fixed64',
      '3': 96,
      '4': 3,
      '5': 6,
      '8': const {'2': false},
      '10': 'unpackedFixed64',
    },
    const {
      '1': 'unpacked_sfixed32',
      '3': 97,
      '4': 3,
      '5': 15,
      '8': const {'2': false},
      '10': 'unpackedSfixed32',
    },
    const {
      '1': 'unpacked_sfixed64',
      '3': 98,
      '4': 3,
      '5': 16,
      '8': const {'2': false},
      '10': 'unpackedSfixed64',
    },
    const {
      '1': 'unpacked_float',
      '3': 99,
      '4': 3,
      '5': 2,
      '8': const {'2': false},
      '10': 'unpackedFloat',
    },
    const {
      '1': 'unpacked_double',
      '3': 100,
      '4': 3,
      '5': 1,
      '8': const {'2': false},
      '10': 'unpackedDouble',
    },
    const {
      '1': 'unpacked_bool',
      '3': 101,
      '4': 3,
      '5': 8,
      '8': const {'2': false},
      '10': 'unpackedBool',
    },
    const {
      '1': 'unpacked_nested_enum',
      '3': 102,
      '4': 3,
      '5': 14,
      '6': '.protobuf_test_messages.proto3.TestAllTypesProto3.NestedEnum',
      '8': const {'2': false},
      '10': 'unpackedNestedEnum',
    },
    const {'1': 'map_int32_int32', '3': 56, '4': 3, '5': 11, '6': '.protobuf_test_messages.proto3.TestAllTypesProto3.MapInt32Int32Entry', '10': 'mapInt32Int32'},
    const {'1': 'map_int64_int64', '3': 57, '4': 3, '5': 11, '6': '.protobuf_test_messages.proto3.TestAllTypesProto3.MapInt64Int64Entry', '10': 'mapInt64Int64'},
    const {'1': 'map_uint32_uint32', '3': 58, '4': 3, '5': 11, '6': '.protobuf_test_messages.proto3.TestAllTypesProto3.MapUint32Uint32Entry', '10': 'mapUint32Uint32'},
    const {'1': 'map_uint64_uint64', '3': 59, '4': 3, '5': 11, '6': '.protobuf_test_messages.proto3.TestAllTypesProto3.MapUint64Uint64Entry', '10': 'mapUint64Uint64'},
    const {'1': 'map_sint32_sint32', '3': 60, '4': 3, '5': 11, '6': '.protobuf_test_messages.proto3.TestAllTypesProto3.MapSint32Sint32Entry', '10': 'mapSint32Sint32'},
    const {'1': 'map_sint64_sint64', '3': 61, '4': 3, '5': 11, '6': '.protobuf_test_messages.proto3.TestAllTypesProto3.MapSint64Sint64Entry', '10': 'mapSint64Sint64'},
    const {'1': 'map_fixed32_fixed32', '3': 62, '4': 3, '5': 11, '6': '.protobuf_test_messages.proto3.TestAllTypesProto3.MapFixed32Fixed32Entry', '10': 'mapFixed32Fixed32'},
    const {'1': 'map_fixed64_fixed64', '3': 63, '4': 3, '5': 11, '6': '.protobuf_test_messages.proto3.TestAllTypesProto3.MapFixed64Fixed64Entry', '10': 'mapFixed64Fixed64'},
    const {'1': 'map_sfixed32_sfixed32', '3': 64, '4': 3, '5': 11, '6': '.protobuf_test_messages.proto3.TestAllTypesProto3.MapSfixed32Sfixed32Entry', '10': 'mapSfixed32Sfixed32'},
    const {'1': 'map_sfixed64_sfixed64', '3': 65, '4': 3, '5': 11, '6': '.protobuf_test_messages.proto3.TestAllTypesProto3.MapSfixed64Sfixed64Entry', '10': 'mapSfixed64Sfixed64'},
    const {'1': 'map_int32_float', '3': 66, '4': 3, '5': 11, '6': '.protobuf_test_messages.proto3.TestAllTypesProto3.MapInt32FloatEntry', '10': 'mapInt32Float'},
    const {'1': 'map_int32_double', '3': 67, '4': 3, '5': 11, '6': '.protobuf_test_messages.proto3.TestAllTypesProto3.MapInt32DoubleEntry', '10': 'mapInt32Double'},
    const {'1': 'map_bool_bool', '3': 68, '4': 3, '5': 11, '6': '.protobuf_test_messages.proto3.TestAllTypesProto3.MapBoolBoolEntry', '10': 'mapBoolBool'},
    const {'1': 'map_string_string', '3': 69, '4': 3, '5': 11, '6': '.protobuf_test_messages.proto3.TestAllTypesProto3.MapStringStringEntry', '10': 'mapStringString'},
    const {'1': 'map_string_bytes', '3': 70, '4': 3, '5': 11, '6': '.protobuf_test_messages.proto3.TestAllTypesProto3.MapStringBytesEntry', '10': 'mapStringBytes'},
    const {'1': 'map_string_nested_message', '3': 71, '4': 3, '5': 11, '6': '.protobuf_test_messages.proto3.TestAllTypesProto3.MapStringNestedMessageEntry', '10': 'mapStringNestedMessage'},
    const {'1': 'map_string_foreign_message', '3': 72, '4': 3, '5': 11, '6': '.protobuf_test_messages.proto3.TestAllTypesProto3.MapStringForeignMessageEntry', '10': 'mapStringForeignMessage'},
    const {'1': 'map_string_nested_enum', '3': 73, '4': 3, '5': 11, '6': '.protobuf_test_messages.proto3.TestAllTypesProto3.MapStringNestedEnumEntry', '10': 'mapStringNestedEnum'},
    const {'1': 'map_string_foreign_enum', '3': 74, '4': 3, '5': 11, '6': '.protobuf_test_messages.proto3.TestAllTypesProto3.MapStringForeignEnumEntry', '10': 'mapStringForeignEnum'},
    const {'1': 'oneof_uint32', '3': 111, '4': 1, '5': 13, '9': 0, '10': 'oneofUint32'},
    const {'1': 'oneof_nested_message', '3': 112, '4': 1, '5': 11, '6': '.protobuf_test_messages.proto3.TestAllTypesProto3.NestedMessage', '9': 0, '10': 'oneofNestedMessage'},
    const {'1': 'oneof_string', '3': 113, '4': 1, '5': 9, '9': 0, '10': 'oneofString'},
    const {'1': 'oneof_bytes', '3': 114, '4': 1, '5': 12, '9': 0, '10': 'oneofBytes'},
    const {'1': 'oneof_bool', '3': 115, '4': 1, '5': 8, '9': 0, '10': 'oneofBool'},
    const {'1': 'oneof_uint64', '3': 116, '4': 1, '5': 4, '9': 0, '10': 'oneofUint64'},
    const {'1': 'oneof_float', '3': 117, '4': 1, '5': 2, '9': 0, '10': 'oneofFloat'},
    const {'1': 'oneof_double', '3': 118, '4': 1, '5': 1, '9': 0, '10': 'oneofDouble'},
    const {'1': 'oneof_enum', '3': 119, '4': 1, '5': 14, '6': '.protobuf_test_messages.proto3.TestAllTypesProto3.NestedEnum', '9': 0, '10': 'oneofEnum'},
    const {'1': 'oneof_null_value', '3': 120, '4': 1, '5': 14, '6': '.google.protobuf.NullValue', '9': 0, '10': 'oneofNullValue'},
    const {'1': 'optional_bool_wrapper', '3': 201, '4': 1, '5': 11, '6': '.google.protobuf.BoolValue', '10': 'optionalBoolWrapper'},
    const {'1': 'optional_int32_wrapper', '3': 202, '4': 1, '5': 11, '6': '.google.protobuf.Int32Value', '10': 'optionalInt32Wrapper'},
    const {'1': 'optional_int64_wrapper', '3': 203, '4': 1, '5': 11, '6': '.google.protobuf.Int64Value', '10': 'optionalInt64Wrapper'},
    const {'1': 'optional_uint32_wrapper', '3': 204, '4': 1, '5': 11, '6': '.google.protobuf.UInt32Value', '10': 'optionalUint32Wrapper'},
    const {'1': 'optional_uint64_wrapper', '3': 205, '4': 1, '5': 11, '6': '.google.protobuf.UInt64Value', '10': 'optionalUint64Wrapper'},
    const {'1': 'optional_float_wrapper', '3': 206, '4': 1, '5': 11, '6': '.google.protobuf.FloatValue', '10': 'optionalFloatWrapper'},
    const {'1': 'optional_double_wrapper', '3': 207, '4': 1, '5': 11, '6': '.google.protobuf.DoubleValue', '10': 'optionalDoubleWrapper'},
    const {'1': 'optional_string_wrapper', '3': 208, '4': 1, '5': 11, '6': '.google.protobuf.StringValue', '10': 'optionalStringWrapper'},
    const {'1': 'optional_bytes_wrapper', '3': 209, '4': 1, '5': 11, '6': '.google.protobuf.BytesValue', '10': 'optionalBytesWrapper'},
    const {'1': 'repeated_bool_wrapper', '3': 211, '4': 3, '5': 11, '6': '.google.protobuf.BoolValue', '10': 'repeatedBoolWrapper'},
    const {'1': 'repeated_int32_wrapper', '3': 212, '4': 3, '5': 11, '6': '.google.protobuf.Int32Value', '10': 'repeatedInt32Wrapper'},
    const {'1': 'repeated_int64_wrapper', '3': 213, '4': 3, '5': 11, '6': '.google.protobuf.Int64Value', '10': 'repeatedInt64Wrapper'},
    const {'1': 'repeated_uint32_wrapper', '3': 214, '4': 3, '5': 11, '6': '.google.protobuf.UInt32Value', '10': 'repeatedUint32Wrapper'},
    const {'1': 'repeated_uint64_wrapper', '3': 215, '4': 3, '5': 11, '6': '.google.protobuf.UInt64Value', '10': 'repeatedUint64Wrapper'},
    const {'1': 'repeated_float_wrapper', '3': 216, '4': 3, '5': 11, '6': '.google.protobuf.FloatValue', '10': 'repeatedFloatWrapper'},
    const {'1': 'repeated_double_wrapper', '3': 217, '4': 3, '5': 11, '6': '.google.protobuf.DoubleValue', '10': 'repeatedDoubleWrapper'},
    const {'1': 'repeated_string_wrapper', '3': 218, '4': 3, '5': 11, '6': '.google.protobuf.StringValue', '10': 'repeatedStringWrapper'},
    const {'1': 'repeated_bytes_wrapper', '3': 219, '4': 3, '5': 11, '6': '.google.protobuf.BytesValue', '10': 'repeatedBytesWrapper'},
    const {'1': 'optional_duration', '3': 301, '4': 1, '5': 11, '6': '.google.protobuf.Duration', '10': 'optionalDuration'},
    const {'1': 'optional_timestamp', '3': 302, '4': 1, '5': 11, '6': '.google.protobuf.Timestamp', '10': 'optionalTimestamp'},
    const {'1': 'optional_field_mask', '3': 303, '4': 1, '5': 11, '6': '.google.protobuf.FieldMask', '10': 'optionalFieldMask'},
    const {'1': 'optional_struct', '3': 304, '4': 1, '5': 11, '6': '.google.protobuf.Struct', '10': 'optionalStruct'},
    const {'1': 'optional_any', '3': 305, '4': 1, '5': 11, '6': '.google.protobuf.Any', '10': 'optionalAny'},
    const {'1': 'optional_value', '3': 306, '4': 1, '5': 11, '6': '.google.protobuf.Value', '10': 'optionalValue'},
    const {'1': 'optional_null_value', '3': 307, '4': 1, '5': 14, '6': '.google.protobuf.NullValue', '10': 'optionalNullValue'},
    const {'1': 'repeated_duration', '3': 311, '4': 3, '5': 11, '6': '.google.protobuf.Duration', '10': 'repeatedDuration'},
    const {'1': 'repeated_timestamp', '3': 312, '4': 3, '5': 11, '6': '.google.protobuf.Timestamp', '10': 'repeatedTimestamp'},
    const {'1': 'repeated_fieldmask', '3': 313, '4': 3, '5': 11, '6': '.google.protobuf.FieldMask', '10': 'repeatedFieldmask'},
    const {'1': 'repeated_struct', '3': 324, '4': 3, '5': 11, '6': '.google.protobuf.Struct', '10': 'repeatedStruct'},
    const {'1': 'repeated_any', '3': 315, '4': 3, '5': 11, '6': '.google.protobuf.Any', '10': 'repeatedAny'},
    const {'1': 'repeated_value', '3': 316, '4': 3, '5': 11, '6': '.google.protobuf.Value', '10': 'repeatedValue'},
    const {'1': 'repeated_list_value', '3': 317, '4': 3, '5': 11, '6': '.google.protobuf.ListValue', '10': 'repeatedListValue'},
    const {'1': 'fieldname1', '3': 401, '4': 1, '5': 5, '10': 'fieldname1'},
    const {'1': 'field_name2', '3': 402, '4': 1, '5': 5, '10': 'fieldName2'},
    const {'1': '_field_name3', '3': 403, '4': 1, '5': 5, '10': 'FieldName3'},
    const {'1': 'field__name4_', '3': 404, '4': 1, '5': 5, '10': 'fieldName4'},
    const {'1': 'field0name5', '3': 405, '4': 1, '5': 5, '10': 'field0name5'},
    const {'1': 'field_0_name6', '3': 406, '4': 1, '5': 5, '10': 'field0Name6'},
    const {'1': 'fieldName7', '3': 407, '4': 1, '5': 5, '10': 'fieldName7'},
    const {'1': 'FieldName8', '3': 408, '4': 1, '5': 5, '10': 'FieldName8'},
    const {'1': 'field_Name9', '3': 409, '4': 1, '5': 5, '10': 'fieldName9'},
    const {'1': 'Field_Name10', '3': 410, '4': 1, '5': 5, '10': 'FieldName10'},
    const {'1': 'FIELD_NAME11', '3': 411, '4': 1, '5': 5, '10': 'FIELDNAME11'},
    const {'1': 'FIELD_name12', '3': 412, '4': 1, '5': 5, '10': 'FIELDName12'},
    const {'1': '__field_name13', '3': 413, '4': 1, '5': 5, '10': 'FieldName13'},
    const {'1': '__Field_name14', '3': 414, '4': 1, '5': 5, '10': 'FieldName14'},
    const {'1': 'field__name15', '3': 415, '4': 1, '5': 5, '10': 'fieldName15'},
    const {'1': 'field__Name16', '3': 416, '4': 1, '5': 5, '10': 'fieldName16'},
    const {'1': 'field_name17__', '3': 417, '4': 1, '5': 5, '10': 'fieldName17'},
    const {'1': 'Field_name18__', '3': 418, '4': 1, '5': 5, '10': 'FieldName18'},
  ],
  '3': const [TestAllTypesProto3_NestedMessage$json, TestAllTypesProto3_MapInt32Int32Entry$json, TestAllTypesProto3_MapInt64Int64Entry$json, TestAllTypesProto3_MapUint32Uint32Entry$json, TestAllTypesProto3_MapUint64Uint64Entry$json, TestAllTypesProto3_MapSint32Sint32Entry$json, TestAllTypesProto3_MapSint64Sint64Entry$json, TestAllTypesProto3_MapFixed32Fixed32Entry$json, TestAllTypesProto3_MapFixed64Fixed64Entry$json, TestAllTypesProto3_MapSfixed32Sfixed32Entry$json, TestAllTypesProto3_MapSfixed64Sfixed64Entry$json, TestAllTypesProto3_MapInt32FloatEntry$json, TestAllTypesProto3_MapInt32DoubleEntry$json, TestAllTypesProto3_MapBoolBoolEntry$json, TestAllTypesProto3_MapStringStringEntry$json, TestAllTypesProto3_MapStringBytesEntry$json, TestAllTypesProto3_MapStringNestedMessageEntry$json, TestAllTypesProto3_MapStringForeignMessageEntry$json, TestAllTypesProto3_MapStringNestedEnumEntry$json, TestAllTypesProto3_MapStringForeignEnumEntry$json],
  '4': const [TestAllTypesProto3_NestedEnum$json, TestAllTypesProto3_AliasedEnum$json],
  '8': const [
    const {'1': 'oneof_field'},
  ],
  '9': const [
    const {'1': 501, '2': 511},
  ],
};