// // Generated code. Do not modify. // source: message.proto // // @dart = 2.12 // ignore_for_file: annotate_overrides, camel_case_types, comment_references // ignore_for_file: constant_identifier_names, library_prefixes // ignore_for_file: non_constant_identifier_names, prefer_final_fields // ignore_for_file: unnecessary_import, unnecessary_this, unused_import import 'dart:convert' as $convert; import 'dart:core' as $core; import 'dart:typed_data' as $typed_data; @$core.Deprecated('Use msgTypeDescriptor instead') const MsgType$json = { '1': 'MsgType', '2': [ {'1': 'COMMAND', '2': 0}, {'1': 'TEXT', '2': 1}, {'1': 'IMAGE', '2': 2}, {'1': 'AUDIO', '2': 3}, {'1': 'VIDEO', '2': 4}, {'1': 'PACKET', '2': 5}, {'1': 'TRANSFER', '2': 6}, {'1': 'LOCATION', '2': 7}, ], }; /// Descriptor for `MsgType`. Decode as a `google.protobuf.EnumDescriptorProto`. final $typed_data.Uint8List msgTypeDescriptor = $convert.base64Decode( 'CgdNc2dUeXBlEgsKB0NPTU1BTkQQABIICgRURVhUEAESCQoFSU1BR0UQAhIJCgVBVURJTxADEg' 'kKBVZJREVPEAQSCgoGUEFDS0VUEAUSDAoIVFJBTlNGRVIQBhIMCghMT0NBVElPThAH'); @$core.Deprecated('Use msgDataDescriptor instead') const MsgData$json = { '1': 'MsgData', '2': [ {'1': 'to', '3': 1, '4': 1, '5': 9, '10': 'to'}, {'1': 'from', '3': 2, '4': 1, '5': 9, '10': 'from'}, {'1': 'ctime', '3': 3, '4': 1, '5': 13, '10': 'ctime'}, {'1': 'type', '3': 4, '4': 1, '5': 14, '6': '.MsgType', '10': 'type'}, {'1': 'data', '3': 5, '4': 1, '5': 12, '10': 'data'}, ], }; /// Descriptor for `MsgData`. Decode as a `google.protobuf.DescriptorProto`. final $typed_data.Uint8List msgDataDescriptor = $convert.base64Decode( 'CgdNc2dEYXRhEg4KAnRvGAEgASgJUgJ0bxISCgRmcm9tGAIgASgJUgRmcm9tEhQKBWN0aW1lGA' 'MgASgNUgVjdGltZRIcCgR0eXBlGAQgASgOMgguTXNnVHlwZVIEdHlwZRISCgRkYXRhGAUgASgM' 'UgRkYXRh'); @$core.Deprecated('Use msgNotifyDescriptor instead') const MsgNotify$json = { '1': 'MsgNotify', '2': [ {'1': 'seq', '3': 1, '4': 1, '5': 13, '10': 'seq'}, ], }; /// Descriptor for `MsgNotify`. Decode as a `google.protobuf.DescriptorProto`. final $typed_data.Uint8List msgNotifyDescriptor = $convert.base64Decode( 'CglNc2dOb3RpZnkSEAoDc2VxGAEgASgNUgNzZXE='); @$core.Deprecated('Use msgSyncDescriptor instead') const MsgSync$json = { '1': 'MsgSync', '2': [ {'1': 'seq', '3': 1, '4': 1, '5': 13, '10': 'seq'}, ], }; /// Descriptor for `MsgSync`. Decode as a `google.protobuf.DescriptorProto`. final $typed_data.Uint8List msgSyncDescriptor = $convert.base64Decode( 'CgdNc2dTeW5jEhAKA3NlcRgBIAEoDVIDc2Vx'); @$core.Deprecated('Use msgSyncDataDescriptor instead') const MsgSyncData$json = { '1': 'MsgSyncData', '2': [ {'1': 'messages', '3': 1, '4': 3, '5': 11, '6': '.MsgData', '10': 'messages'}, ], }; /// Descriptor for `MsgSyncData`. Decode as a `google.protobuf.DescriptorProto`. final $typed_data.Uint8List msgSyncDataDescriptor = $convert.base64Decode( 'CgtNc2dTeW5jRGF0YRIkCghtZXNzYWdlcxgBIAMoCzIILk1zZ0RhdGFSCG1lc3NhZ2Vz');