TestAllTypesProto2$json top-level constant

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

Implementation

@$core.Deprecated('Use testAllTypesProto2Descriptor instead')
const TestAllTypesProto2$json = const {
  '1': 'TestAllTypesProto2',
  '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.proto2.TestAllTypesProto2.NestedMessage', '10': 'optionalNestedMessage'},
    const {'1': 'optional_foreign_message', '3': 19, '4': 1, '5': 11, '6': '.protobuf_test_messages.proto2.ForeignMessageProto2', '10': 'optionalForeignMessage'},
    const {'1': 'optional_nested_enum', '3': 21, '4': 1, '5': 14, '6': '.protobuf_test_messages.proto2.TestAllTypesProto2.NestedEnum', '10': 'optionalNestedEnum'},
    const {'1': 'optional_foreign_enum', '3': 22, '4': 1, '5': 14, '6': '.protobuf_test_messages.proto2.ForeignEnumProto2', '10': 'optionalForeignEnum'},
    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.proto2.TestAllTypesProto2', '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.proto2.TestAllTypesProto2.NestedMessage', '10': 'repeatedNestedMessage'},
    const {'1': 'repeated_foreign_message', '3': 49, '4': 3, '5': 11, '6': '.protobuf_test_messages.proto2.ForeignMessageProto2', '10': 'repeatedForeignMessage'},
    const {'1': 'repeated_nested_enum', '3': 51, '4': 3, '5': 14, '6': '.protobuf_test_messages.proto2.TestAllTypesProto2.NestedEnum', '10': 'repeatedNestedEnum'},
    const {'1': 'repeated_foreign_enum', '3': 52, '4': 3, '5': 14, '6': '.protobuf_test_messages.proto2.ForeignEnumProto2', '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.proto2.TestAllTypesProto2.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.proto2.TestAllTypesProto2.NestedEnum',
      '8': const {'2': false},
      '10': 'unpackedNestedEnum',
    },
    const {'1': 'map_int32_int32', '3': 56, '4': 3, '5': 11, '6': '.protobuf_test_messages.proto2.TestAllTypesProto2.MapInt32Int32Entry', '10': 'mapInt32Int32'},
    const {'1': 'map_int64_int64', '3': 57, '4': 3, '5': 11, '6': '.protobuf_test_messages.proto2.TestAllTypesProto2.MapInt64Int64Entry', '10': 'mapInt64Int64'},
    const {'1': 'map_uint32_uint32', '3': 58, '4': 3, '5': 11, '6': '.protobuf_test_messages.proto2.TestAllTypesProto2.MapUint32Uint32Entry', '10': 'mapUint32Uint32'},
    const {'1': 'map_uint64_uint64', '3': 59, '4': 3, '5': 11, '6': '.protobuf_test_messages.proto2.TestAllTypesProto2.MapUint64Uint64Entry', '10': 'mapUint64Uint64'},
    const {'1': 'map_sint32_sint32', '3': 60, '4': 3, '5': 11, '6': '.protobuf_test_messages.proto2.TestAllTypesProto2.MapSint32Sint32Entry', '10': 'mapSint32Sint32'},
    const {'1': 'map_sint64_sint64', '3': 61, '4': 3, '5': 11, '6': '.protobuf_test_messages.proto2.TestAllTypesProto2.MapSint64Sint64Entry', '10': 'mapSint64Sint64'},
    const {'1': 'map_fixed32_fixed32', '3': 62, '4': 3, '5': 11, '6': '.protobuf_test_messages.proto2.TestAllTypesProto2.MapFixed32Fixed32Entry', '10': 'mapFixed32Fixed32'},
    const {'1': 'map_fixed64_fixed64', '3': 63, '4': 3, '5': 11, '6': '.protobuf_test_messages.proto2.TestAllTypesProto2.MapFixed64Fixed64Entry', '10': 'mapFixed64Fixed64'},
    const {'1': 'map_sfixed32_sfixed32', '3': 64, '4': 3, '5': 11, '6': '.protobuf_test_messages.proto2.TestAllTypesProto2.MapSfixed32Sfixed32Entry', '10': 'mapSfixed32Sfixed32'},
    const {'1': 'map_sfixed64_sfixed64', '3': 65, '4': 3, '5': 11, '6': '.protobuf_test_messages.proto2.TestAllTypesProto2.MapSfixed64Sfixed64Entry', '10': 'mapSfixed64Sfixed64'},
    const {'1': 'map_int32_float', '3': 66, '4': 3, '5': 11, '6': '.protobuf_test_messages.proto2.TestAllTypesProto2.MapInt32FloatEntry', '10': 'mapInt32Float'},
    const {'1': 'map_int32_double', '3': 67, '4': 3, '5': 11, '6': '.protobuf_test_messages.proto2.TestAllTypesProto2.MapInt32DoubleEntry', '10': 'mapInt32Double'},
    const {'1': 'map_bool_bool', '3': 68, '4': 3, '5': 11, '6': '.protobuf_test_messages.proto2.TestAllTypesProto2.MapBoolBoolEntry', '10': 'mapBoolBool'},
    const {'1': 'map_string_string', '3': 69, '4': 3, '5': 11, '6': '.protobuf_test_messages.proto2.TestAllTypesProto2.MapStringStringEntry', '10': 'mapStringString'},
    const {'1': 'map_string_bytes', '3': 70, '4': 3, '5': 11, '6': '.protobuf_test_messages.proto2.TestAllTypesProto2.MapStringBytesEntry', '10': 'mapStringBytes'},
    const {'1': 'map_string_nested_message', '3': 71, '4': 3, '5': 11, '6': '.protobuf_test_messages.proto2.TestAllTypesProto2.MapStringNestedMessageEntry', '10': 'mapStringNestedMessage'},
    const {'1': 'map_string_foreign_message', '3': 72, '4': 3, '5': 11, '6': '.protobuf_test_messages.proto2.TestAllTypesProto2.MapStringForeignMessageEntry', '10': 'mapStringForeignMessage'},
    const {'1': 'map_string_nested_enum', '3': 73, '4': 3, '5': 11, '6': '.protobuf_test_messages.proto2.TestAllTypesProto2.MapStringNestedEnumEntry', '10': 'mapStringNestedEnum'},
    const {'1': 'map_string_foreign_enum', '3': 74, '4': 3, '5': 11, '6': '.protobuf_test_messages.proto2.TestAllTypesProto2.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.proto2.TestAllTypesProto2.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.proto2.TestAllTypesProto2.NestedEnum', '9': 0, '10': 'oneofEnum'},
    const {'1': 'data', '3': 201, '4': 1, '5': 10, '6': '.protobuf_test_messages.proto2.TestAllTypesProto2.Data', '10': 'data'},
    const {'1': 'default_int32', '3': 241, '4': 1, '5': 5, '7': '-123456789', '10': 'defaultInt32'},
    const {'1': 'default_int64', '3': 242, '4': 1, '5': 3, '7': '-9123456789123456789', '10': 'defaultInt64'},
    const {'1': 'default_uint32', '3': 243, '4': 1, '5': 13, '7': '2123456789', '10': 'defaultUint32'},
    const {'1': 'default_uint64', '3': 244, '4': 1, '5': 4, '7': '10123456789123456789', '10': 'defaultUint64'},
    const {'1': 'default_sint32', '3': 245, '4': 1, '5': 17, '7': '-123456789', '10': 'defaultSint32'},
    const {'1': 'default_sint64', '3': 246, '4': 1, '5': 18, '7': '-9123456789123456789', '10': 'defaultSint64'},
    const {'1': 'default_fixed32', '3': 247, '4': 1, '5': 7, '7': '2123456789', '10': 'defaultFixed32'},
    const {'1': 'default_fixed64', '3': 248, '4': 1, '5': 6, '7': '10123456789123456789', '10': 'defaultFixed64'},
    const {'1': 'default_sfixed32', '3': 249, '4': 1, '5': 15, '7': '-123456789', '10': 'defaultSfixed32'},
    const {'1': 'default_sfixed64', '3': 250, '4': 1, '5': 16, '7': '-9123456789123456789', '10': 'defaultSfixed64'},
    const {'1': 'default_float', '3': 251, '4': 1, '5': 2, '7': '9e+09', '10': 'defaultFloat'},
    const {'1': 'default_double', '3': 252, '4': 1, '5': 1, '7': '7e+22', '10': 'defaultDouble'},
    const {'1': 'default_bool', '3': 253, '4': 1, '5': 8, '7': 'true', '10': 'defaultBool'},
    const {'1': 'default_string', '3': 254, '4': 1, '5': 9, '7': 'Rosebud', '10': 'defaultString'},
    const {'1': 'default_bytes', '3': 255, '4': 1, '5': 12, '7': 'joshua', '10': 'defaultBytes'},
    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 [TestAllTypesProto2_NestedMessage$json, TestAllTypesProto2_MapInt32Int32Entry$json, TestAllTypesProto2_MapInt64Int64Entry$json, TestAllTypesProto2_MapUint32Uint32Entry$json, TestAllTypesProto2_MapUint64Uint64Entry$json, TestAllTypesProto2_MapSint32Sint32Entry$json, TestAllTypesProto2_MapSint64Sint64Entry$json, TestAllTypesProto2_MapFixed32Fixed32Entry$json, TestAllTypesProto2_MapFixed64Fixed64Entry$json, TestAllTypesProto2_MapSfixed32Sfixed32Entry$json, TestAllTypesProto2_MapSfixed64Sfixed64Entry$json, TestAllTypesProto2_MapInt32FloatEntry$json, TestAllTypesProto2_MapInt32DoubleEntry$json, TestAllTypesProto2_MapBoolBoolEntry$json, TestAllTypesProto2_MapStringStringEntry$json, TestAllTypesProto2_MapStringBytesEntry$json, TestAllTypesProto2_MapStringNestedMessageEntry$json, TestAllTypesProto2_MapStringForeignMessageEntry$json, TestAllTypesProto2_MapStringNestedEnumEntry$json, TestAllTypesProto2_MapStringForeignEnumEntry$json, TestAllTypesProto2_Data$json, TestAllTypesProto2_MessageSetCorrect$json, TestAllTypesProto2_MessageSetCorrectExtension1$json, TestAllTypesProto2_MessageSetCorrectExtension2$json],
  '4': const [TestAllTypesProto2_NestedEnum$json],
  '5': const [
    const {'1': 120, '2': 201},
  ],
  '8': const [
    const {'1': 'oneof_field'},
  ],
  '9': const [
    const {'1': 1000, '2': 10000},
  ],
};