client/dart/mcs/msg.pbjson.dart

58 lines
2.6 KiB
Dart

// This is a generated file - do not edit.
//
// Generated from msg.proto.
// @dart = 3.3
// ignore_for_file: annotate_overrides, camel_case_types, comment_references
// ignore_for_file: constant_identifier_names
// ignore_for_file: curly_braces_in_flow_control_structures
// ignore_for_file: deprecated_member_use_from_same_package, library_prefixes
// ignore_for_file: non_constant_identifier_names, unused_import
import 'dart:convert' as $convert;
import 'dart:core' as $core;
import 'dart:typed_data' as $typed_data;
@$core.Deprecated('Use msgPushRequestDescriptor instead')
const MsgPushRequest$json = {
'1': 'MsgPushRequest',
'2': [
{'1': 'time_sequence', '3': 1, '4': 1, '5': 3, '10': 'timeSequence'},
{'1': 'session_ident', '3': 2, '4': 1, '5': 9, '10': 'sessionIdent'},
{'1': 'sender_id', '3': 3, '4': 1, '5': 3, '10': 'senderId'},
{'1': 'sender_identity', '3': 4, '4': 1, '5': 9, '10': 'senderIdentity'},
{'1': 'target_id', '3': 5, '4': 1, '5': 3, '10': 'targetId'},
{'1': 'target_identity', '3': 6, '4': 1, '5': 9, '10': 'targetIdentity'},
{'1': 'group_id', '3': 7, '4': 1, '5': 3, '10': 'groupId'},
{'1': 'group_identity', '3': 8, '4': 1, '5': 9, '10': 'groupIdentity'},
{'1': 'msg_type', '3': 9, '4': 1, '5': 5, '10': 'msgType'},
{'1': 'body_type', '3': 10, '4': 1, '5': 5, '10': 'bodyType'},
{'1': 'body', '3': 11, '4': 1, '5': 9, '10': 'body'},
{'1': 'deleted_at', '3': 12, '4': 1, '5': 3, '10': 'deletedAt'},
],
};
/// Descriptor for `MsgPushRequest`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List msgPushRequestDescriptor = $convert.base64Decode(
'Cg5Nc2dQdXNoUmVxdWVzdBIjCg10aW1lX3NlcXVlbmNlGAEgASgDUgx0aW1lU2VxdWVuY2USIw'
'oNc2Vzc2lvbl9pZGVudBgCIAEoCVIMc2Vzc2lvbklkZW50EhsKCXNlbmRlcl9pZBgDIAEoA1II'
'c2VuZGVySWQSJwoPc2VuZGVyX2lkZW50aXR5GAQgASgJUg5zZW5kZXJJZGVudGl0eRIbCgl0YX'
'JnZXRfaWQYBSABKANSCHRhcmdldElkEicKD3RhcmdldF9pZGVudGl0eRgGIAEoCVIOdGFyZ2V0'
'SWRlbnRpdHkSGQoIZ3JvdXBfaWQYByABKANSB2dyb3VwSWQSJQoOZ3JvdXBfaWRlbnRpdHkYCC'
'ABKAlSDWdyb3VwSWRlbnRpdHkSGQoIbXNnX3R5cGUYCSABKAVSB21zZ1R5cGUSGwoJYm9keV90'
'eXBlGAogASgFUghib2R5VHlwZRISCgRib2R5GAsgASgJUgRib2R5Eh0KCmRlbGV0ZWRfYXQYDC'
'ABKANSCWRlbGV0ZWRBdA==');
@$core.Deprecated('Use ackRequestDescriptor instead')
const AckRequest$json = {
'1': 'AckRequest',
'2': [
{'1': 'time_sequence', '3': 1, '4': 3, '5': 3, '10': 'timeSequence'},
],
};
/// Descriptor for `AckRequest`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List ackRequestDescriptor = $convert.base64Decode(
'CgpBY2tSZXF1ZXN0EiMKDXRpbWVfc2VxdWVuY2UYASADKANSDHRpbWVTZXF1ZW5jZQ==');