track_offical.pbjson.dart 6.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140
  1. //
  2. // Generated code. Do not modify.
  3. // source: track_offical.proto
  4. //
  5. // @dart = 2.12
  6. // ignore_for_file: annotate_overrides, camel_case_types, comment_references
  7. // ignore_for_file: constant_identifier_names, library_prefixes
  8. // ignore_for_file: non_constant_identifier_names, prefer_final_fields
  9. // ignore_for_file: unnecessary_import, unnecessary_this, unused_import
  10. import 'dart:convert' as $convert;
  11. import 'dart:core' as $core;
  12. import 'dart:typed_data' as $typed_data;
  13. @$core.Deprecated('Use toMatchRegusterEditRequestDescriptor instead')
  14. const ToMatchRegusterEditRequest$json = {
  15. '1': 'ToMatchRegusterEditRequest',
  16. '2': [
  17. {'1': 'id', '3': 1, '4': 1, '5': 5, '10': 'id'},
  18. {'1': 'regName', '3': 2, '4': 1, '5': 9, '10': 'regName'},
  19. {'1': 'start_at', '3': 3, '4': 1, '5': 11, '6': '.google.protobuf.Timestamp', '10': 'startAt'},
  20. {'1': 'stop_at', '3': 4, '4': 1, '5': 11, '6': '.google.protobuf.Timestamp', '10': 'stopAt'},
  21. {'1': 'actId', '3': 5, '4': 1, '5': 5, '10': 'actId'},
  22. {'1': 'isQueryPwd', '3': 6, '4': 1, '5': 8, '10': 'isQueryPwd'},
  23. {'1': 'queryPasswd', '3': 7, '4': 1, '5': 9, '10': 'queryPasswd'},
  24. ],
  25. };
  26. /// Descriptor for `ToMatchRegusterEditRequest`. Decode as a `google.protobuf.DescriptorProto`.
  27. final $typed_data.Uint8List toMatchRegusterEditRequestDescriptor = $convert.base64Decode(
  28. 'ChpUb01hdGNoUmVndXN0ZXJFZGl0UmVxdWVzdBIOCgJpZBgBIAEoBVICaWQSGAoHcmVnTmFtZR'
  29. 'gCIAEoCVIHcmVnTmFtZRI1CghzdGFydF9hdBgDIAEoCzIaLmdvb2dsZS5wcm90b2J1Zi5UaW1l'
  30. 'c3RhbXBSB3N0YXJ0QXQSMwoHc3RvcF9hdBgEIAEoCzIaLmdvb2dsZS5wcm90b2J1Zi5UaW1lc3'
  31. 'RhbXBSBnN0b3BBdBIUCgVhY3RJZBgFIAEoBVIFYWN0SWQSHgoKaXNRdWVyeVB3ZBgGIAEoCFIK'
  32. 'aXNRdWVyeVB3ZBIgCgtxdWVyeVBhc3N3ZBgHIAEoCVILcXVlcnlQYXNzd2Q=');
  33. @$core.Deprecated('Use toActivityListReplyDescriptor instead')
  34. const ToActivityListReply$json = {
  35. '1': 'ToActivityListReply',
  36. '2': [
  37. {'1': 'list', '3': 1, '4': 3, '5': 11, '6': '.base.v1.ToActionBasicInfo', '10': 'list'},
  38. ],
  39. };
  40. /// Descriptor for `ToActivityListReply`. Decode as a `google.protobuf.DescriptorProto`.
  41. final $typed_data.Uint8List toActivityListReplyDescriptor = $convert.base64Decode(
  42. 'ChNUb0FjdGl2aXR5TGlzdFJlcGx5Ei4KBGxpc3QYASADKAsyGi5iYXNlLnYxLlRvQWN0aW9uQm'
  43. 'FzaWNJbmZvUgRsaXN0');
  44. @$core.Deprecated('Use toMatchRegusterListRequestDescriptor instead')
  45. const ToMatchRegusterListRequest$json = {
  46. '1': 'ToMatchRegusterListRequest',
  47. '2': [
  48. {'1': 'mapId', '3': 1, '4': 1, '5': 5, '10': 'mapId'},
  49. {'1': 'startSecond', '3': 2, '4': 1, '5': 3, '10': 'startSecond'},
  50. ],
  51. };
  52. /// Descriptor for `ToMatchRegusterListRequest`. Decode as a `google.protobuf.DescriptorProto`.
  53. final $typed_data.Uint8List toMatchRegusterListRequestDescriptor = $convert.base64Decode(
  54. 'ChpUb01hdGNoUmVndXN0ZXJMaXN0UmVxdWVzdBIUCgVtYXBJZBgBIAEoBVIFbWFwSWQSIAoLc3'
  55. 'RhcnRTZWNvbmQYAiABKANSC3N0YXJ0U2Vjb25k');
  56. @$core.Deprecated('Use toMatchRegusterListReplyDescriptor instead')
  57. const ToMatchRegusterListReply$json = {
  58. '1': 'ToMatchRegusterListReply',
  59. '2': [
  60. {'1': 'list', '3': 1, '4': 3, '5': 11, '6': '.to.v1.MatchRegusterInfo', '10': 'list'},
  61. ],
  62. };
  63. /// Descriptor for `ToMatchRegusterListReply`. Decode as a `google.protobuf.DescriptorProto`.
  64. final $typed_data.Uint8List toMatchRegusterListReplyDescriptor = $convert.base64Decode(
  65. 'ChhUb01hdGNoUmVndXN0ZXJMaXN0UmVwbHkSLAoEbGlzdBgBIAMoCzIYLnRvLnYxLk1hdGNoUm'
  66. 'VndXN0ZXJJbmZvUgRsaXN0');
  67. @$core.Deprecated('Use matchRegusterInfoDescriptor instead')
  68. const MatchRegusterInfo$json = {
  69. '1': 'MatchRegusterInfo',
  70. '2': [
  71. {'1': 'id', '3': 1, '4': 1, '5': 5, '10': 'id'},
  72. {'1': 'name', '3': 2, '4': 1, '5': 9, '10': 'name'},
  73. {'1': 'totalUserNum', '3': 3, '4': 1, '5': 5, '10': 'totalUserNum'},
  74. {'1': 'qrCode', '3': 4, '4': 1, '5': 9, '10': 'qrCode'},
  75. {'1': 'isAllowEdit', '3': 5, '4': 1, '5': 8, '10': 'isAllowEdit'},
  76. {'1': 'isAllowDel', '3': 6, '4': 1, '5': 8, '10': 'isAllowDel'},
  77. {'1': 'userList', '3': 7, '4': 3, '5': 11, '6': '.to.v1.ToChackInsInfo', '10': 'userList'},
  78. ],
  79. };
  80. /// Descriptor for `MatchRegusterInfo`. Decode as a `google.protobuf.DescriptorProto`.
  81. final $typed_data.Uint8List matchRegusterInfoDescriptor = $convert.base64Decode(
  82. 'ChFNYXRjaFJlZ3VzdGVySW5mbxIOCgJpZBgBIAEoBVICaWQSEgoEbmFtZRgCIAEoCVIEbmFtZR'
  83. 'IiCgx0b3RhbFVzZXJOdW0YAyABKAVSDHRvdGFsVXNlck51bRIWCgZxckNvZGUYBCABKAlSBnFy'
  84. 'Q29kZRIgCgtpc0FsbG93RWRpdBgFIAEoCFILaXNBbGxvd0VkaXQSHgoKaXNBbGxvd0RlbBgGIA'
  85. 'EoCFIKaXNBbGxvd0RlbBIxCgh1c2VyTGlzdBgHIAMoCzIVLnRvLnYxLlRvQ2hhY2tJbnNJbmZv'
  86. 'Ugh1c2VyTGlzdA==');
  87. @$core.Deprecated('Use toChackInsInfoDescriptor instead')
  88. const ToChackInsInfo$json = {
  89. '1': 'ToChackInsInfo',
  90. '2': [
  91. {'1': 'marId', '3': 1, '4': 1, '5': 5, '10': 'marId'},
  92. {'1': 'oId', '3': 2, '4': 1, '5': 5, '10': 'oId'},
  93. {'1': 'nickname', '3': 3, '4': 1, '5': 9, '10': 'nickname'},
  94. {'1': 'phone', '3': 4, '4': 1, '5': 9, '10': 'phone'},
  95. {'1': 'chackInsTime', '3': 5, '4': 1, '5': 9, '10': 'chackInsTime'},
  96. {'1': 'isAllowDel', '3': 6, '4': 1, '5': 8, '10': 'isAllowDel'},
  97. ],
  98. };
  99. /// Descriptor for `ToChackInsInfo`. Decode as a `google.protobuf.DescriptorProto`.
  100. final $typed_data.Uint8List toChackInsInfoDescriptor = $convert.base64Decode(
  101. 'Cg5Ub0NoYWNrSW5zSW5mbxIUCgVtYXJJZBgBIAEoBVIFbWFySWQSEAoDb0lkGAIgASgFUgNvSW'
  102. 'QSGgoIbmlja25hbWUYAyABKAlSCG5pY2tuYW1lEhQKBXBob25lGAQgASgJUgVwaG9uZRIiCgxj'
  103. 'aGFja0luc1RpbWUYBSABKAlSDGNoYWNrSW5zVGltZRIeCgppc0FsbG93RGVsGAYgASgIUgppc0'
  104. 'FsbG93RGVs');
  105. @$core.Deprecated('Use toMatchRegusterAddRequestDescriptor instead')
  106. const ToMatchRegusterAddRequest$json = {
  107. '1': 'ToMatchRegusterAddRequest',
  108. '2': [
  109. {'1': 'regName', '3': 1, '4': 1, '5': 9, '10': 'regName'},
  110. {'1': 'start_at', '3': 2, '4': 1, '5': 11, '6': '.google.protobuf.Timestamp', '10': 'startAt'},
  111. {'1': 'stop_at', '3': 3, '4': 1, '5': 11, '6': '.google.protobuf.Timestamp', '10': 'stopAt'},
  112. {'1': 'actId', '3': 4, '4': 1, '5': 5, '10': 'actId'},
  113. {'1': 'isQueryPwd', '3': 5, '4': 1, '5': 8, '10': 'isQueryPwd'},
  114. {'1': 'queryPasswd', '3': 6, '4': 1, '5': 9, '10': 'queryPasswd'},
  115. ],
  116. };
  117. /// Descriptor for `ToMatchRegusterAddRequest`. Decode as a `google.protobuf.DescriptorProto`.
  118. final $typed_data.Uint8List toMatchRegusterAddRequestDescriptor = $convert.base64Decode(
  119. 'ChlUb01hdGNoUmVndXN0ZXJBZGRSZXF1ZXN0EhgKB3JlZ05hbWUYASABKAlSB3JlZ05hbWUSNQ'
  120. 'oIc3RhcnRfYXQYAiABKAsyGi5nb29nbGUucHJvdG9idWYuVGltZXN0YW1wUgdzdGFydEF0EjMK'
  121. 'B3N0b3BfYXQYAyABKAsyGi5nb29nbGUucHJvdG9idWYuVGltZXN0YW1wUgZzdG9wQXQSFAoFYW'
  122. 'N0SWQYBCABKAVSBWFjdElkEh4KCmlzUXVlcnlQd2QYBSABKAhSCmlzUXVlcnlQd2QSIAoLcXVl'
  123. 'cnlQYXNzd2QYBiABKAlSC3F1ZXJ5UGFzc3dk');