You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
86 lines
2.8 KiB
86 lines
2.8 KiB
4 months ago
|
//
|
||
|
// 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': 'SINGLE_TEXT', '2': 0},
|
||
|
{'1': 'SINGLE_AUDIO', '2': 1},
|
||
|
{'1': 'GROUP_TEXT', '2': 2},
|
||
|
{'1': 'GROUP_AUDIO', '2': 3},
|
||
|
],
|
||
|
};
|
||
|
|
||
|
/// Descriptor for `MsgType`. Decode as a `google.protobuf.EnumDescriptorProto`.
|
||
|
final $typed_data.Uint8List msgTypeDescriptor = $convert.base64Decode(
|
||
|
'CgdNc2dUeXBlEg8KC1NJTkdMRV9URVhUEAASEAoMU0lOR0xFX0FVRElPEAESDgoKR1JPVVBfVE'
|
||
|
'VYVBACEg8KC0dST1VQX0FVRElPEAM=');
|
||
|
|
||
|
@$core.Deprecated('Use msgDataDescriptor instead')
|
||
|
const MsgData$json = {
|
||
|
'1': 'MsgData',
|
||
|
'2': [
|
||
|
{'1': 'to', '3': 1, '4': 1, '5': 13, '10': 'to'},
|
||
|
{'1': 'from', '3': 2, '4': 1, '5': 13, '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(
|
||
|
'CgdNc2dEYXRhEg4KAnRvGAEgASgNUgJ0bxISCgRmcm9tGAIgASgNUgRmcm9tEhQKBWN0aW1lGA'
|
||
|
'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');
|
||
|
|