// This is a generated file - do not edit. // // Generated from check.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 crcDescriptor instead') const Crc$json = { '1': 'Crc', '2': [ {'1': 'code', '3': 1, '4': 1, '5': 9, '10': 'code'}, ], }; /// Descriptor for `Crc`. Decode as a `google.protobuf.DescriptorProto`. final $typed_data.Uint8List crcDescriptor = $convert.base64Decode('CgNDcmMSEgoEY29kZRgBIAEoCVIEY29kZQ=='); @$core.Deprecated('Use statusReplyDescriptor instead') const StatusReply$json = { '1': 'StatusReply', '2': [ {'1': 'status', '3': 1, '4': 1, '5': 3, '10': 'status'}, {'1': 'identity', '3': 2, '4': 1, '5': 9, '10': 'identity'}, {'1': 'message', '3': 3, '4': 1, '5': 9, '10': 'message'}, {'1': 'timeseq', '3': 4, '4': 1, '5': 3, '10': 'timeseq'}, ], }; /// Descriptor for `StatusReply`. Decode as a `google.protobuf.DescriptorProto`. final $typed_data.Uint8List statusReplyDescriptor = $convert.base64Decode( 'CgtTdGF0dXNSZXBseRIWCgZzdGF0dXMYASABKANSBnN0YXR1cxIaCghpZGVudGl0eRgCIAEoCV' 'IIaWRlbnRpdHkSGAoHbWVzc2FnZRgDIAEoCVIHbWVzc2FnZRIYCgd0aW1lc2VxGAQgASgDUgd0' 'aW1lc2Vx'); @$core.Deprecated('Use checkForUpdatesRequestDescriptor instead') const CheckForUpdatesRequest$json = { '1': 'CheckForUpdatesRequest', '2': [ {'1': 'app', '3': 1, '4': 1, '5': 9, '10': 'app'}, {'1': 'os', '3': 2, '4': 1, '5': 9, '10': 'os'}, {'1': 'arch', '3': 3, '4': 1, '5': 9, '10': 'arch'}, {'1': 'version', '3': 4, '4': 1, '5': 9, '10': 'version'}, ], }; /// Descriptor for `CheckForUpdatesRequest`. Decode as a `google.protobuf.DescriptorProto`. final $typed_data.Uint8List checkForUpdatesRequestDescriptor = $convert.base64Decode( 'ChZDaGVja0ZvclVwZGF0ZXNSZXF1ZXN0EhAKA2FwcBgBIAEoCVIDYXBwEg4KAm9zGAIgASgJUg' 'JvcxISCgRhcmNoGAMgASgJUgRhcmNoEhgKB3ZlcnNpb24YBCABKAlSB3ZlcnNpb24='); @$core.Deprecated('Use checkForUpdatesReplyDescriptor instead') const CheckForUpdatesReply$json = { '1': 'CheckForUpdatesReply', '2': [ {'1': 'identity', '3': 1, '4': 1, '5': 9, '10': 'identity'}, {'1': 'version', '3': 2, '4': 1, '5': 9, '10': 'version'}, {'1': 'summary', '3': 3, '4': 1, '5': 9, '10': 'summary'}, {'1': 'files', '3': 4, '4': 1, '5': 9, '10': 'files'}, {'1': 'pubdate', '3': 5, '4': 1, '5': 9, '10': 'pubdate'}, ], }; /// Descriptor for `CheckForUpdatesReply`. Decode as a `google.protobuf.DescriptorProto`. final $typed_data.Uint8List checkForUpdatesReplyDescriptor = $convert.base64Decode( 'ChRDaGVja0ZvclVwZGF0ZXNSZXBseRIaCghpZGVudGl0eRgBIAEoCVIIaWRlbnRpdHkSGAoHdm' 'Vyc2lvbhgCIAEoCVIHdmVyc2lvbhIYCgdzdW1tYXJ5GAMgASgJUgdzdW1tYXJ5EhQKBWZpbGVz' 'GAQgASgJUgVmaWxlcxIYCgdwdWJkYXRlGAUgASgJUgdwdWJkYXRl'); const $core.Map<$core.String, $core.dynamic> CheckServiceBase$json = { '1': 'Check', '2': [ {'1': 'Hello', '2': '.initial.Crc', '3': '.initial.StatusReply', '4': {}}, { '1': 'Updates', '2': '.initial.CheckForUpdatesRequest', '3': '.initial.CheckForUpdatesReply', '4': {} }, ], }; @$core.Deprecated('Use checkServiceDescriptor instead') const $core.Map<$core.String, $core.Map<$core.String, $core.dynamic>> CheckServiceBase$messageJson = { '.initial.Crc': Crc$json, '.initial.StatusReply': StatusReply$json, '.initial.CheckForUpdatesRequest': CheckForUpdatesRequest$json, '.initial.CheckForUpdatesReply': CheckForUpdatesReply$json, }; /// Descriptor for `Check`. Decode as a `google.protobuf.ServiceDescriptorProto`. final $typed_data.Uint8List checkServiceDescriptor = $convert.base64Decode( 'CgVDaGVjaxItCgVIZWxsbxIMLmluaXRpYWwuQ3JjGhQuaW5pdGlhbC5TdGF0dXNSZXBseSIAEk' 'sKB1VwZGF0ZXMSHy5pbml0aWFsLkNoZWNrRm9yVXBkYXRlc1JlcXVlc3QaHS5pbml0aWFsLkNo' 'ZWNrRm9yVXBkYXRlc1JlcGx5IgA=');