track_offical.pbjson.dart 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321
  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 toMatchRegusterIsAllowChackEditRequestDescriptor instead')
  14. const ToMatchRegusterIsAllowChackEditRequest$json = {
  15. '1': 'ToMatchRegusterIsAllowChackEditRequest',
  16. '2': [
  17. {'1': 'id', '3': 1, '4': 1, '5': 5, '10': 'id'},
  18. {'1': 'isAllowChack', '3': 2, '4': 1, '5': 8, '10': 'isAllowChack'},
  19. ],
  20. };
  21. /// Descriptor for `ToMatchRegusterIsAllowChackEditRequest`. Decode as a `google.protobuf.DescriptorProto`.
  22. final $typed_data.Uint8List toMatchRegusterIsAllowChackEditRequestDescriptor = $convert.base64Decode(
  23. 'CiZUb01hdGNoUmVndXN0ZXJJc0FsbG93Q2hhY2tFZGl0UmVxdWVzdBIOCgJpZBgBIAEoBVICaW'
  24. 'QSIgoMaXNBbGxvd0NoYWNrGAIgASgIUgxpc0FsbG93Q2hhY2s=');
  25. @$core.Deprecated('Use toSignInByAppTokenRequestDescriptor instead')
  26. const ToSignInByAppTokenRequest$json = {
  27. '1': 'ToSignInByAppTokenRequest',
  28. '2': [
  29. {'1': 'appToken', '3': 1, '4': 1, '5': 9, '10': 'appToken'},
  30. {'1': 'ip', '3': 2, '4': 1, '5': 9, '10': 'ip'},
  31. ],
  32. };
  33. /// Descriptor for `ToSignInByAppTokenRequest`. Decode as a `google.protobuf.DescriptorProto`.
  34. final $typed_data.Uint8List toSignInByAppTokenRequestDescriptor = $convert.base64Decode(
  35. 'ChlUb1NpZ25JbkJ5QXBwVG9rZW5SZXF1ZXN0EhoKCGFwcFRva2VuGAEgASgJUghhcHBUb2tlbh'
  36. 'IOCgJpcBgCIAEoCVICaXA=');
  37. @$core.Deprecated('Use toActivityRulesSaveRequestDescriptor instead')
  38. const ToActivityRulesSaveRequest$json = {
  39. '1': 'ToActivityRulesSaveRequest',
  40. '2': [
  41. {'1': 'list', '3': 2, '4': 3, '5': 11, '6': '.to.v1.ToActivityRulesSaveInfo', '10': 'list'},
  42. ],
  43. };
  44. /// Descriptor for `ToActivityRulesSaveRequest`. Decode as a `google.protobuf.DescriptorProto`.
  45. final $typed_data.Uint8List toActivityRulesSaveRequestDescriptor = $convert.base64Decode(
  46. 'ChpUb0FjdGl2aXR5UnVsZXNTYXZlUmVxdWVzdBIyCgRsaXN0GAIgAygLMh4udG8udjEuVG9BY3'
  47. 'Rpdml0eVJ1bGVzU2F2ZUluZm9SBGxpc3Q=');
  48. @$core.Deprecated('Use toActivityRulesSaveInfoDescriptor instead')
  49. const ToActivityRulesSaveInfo$json = {
  50. '1': 'ToActivityRulesSaveInfo',
  51. '2': [
  52. {'1': 'arrId', '3': 1, '4': 1, '5': 5, '10': 'arrId'},
  53. {'1': 'arValue', '3': 2, '4': 1, '5': 9, '10': 'arValue'},
  54. {'1': 'isLock', '3': 3, '4': 1, '5': 8, '10': 'isLock'},
  55. ],
  56. };
  57. /// Descriptor for `ToActivityRulesSaveInfo`. Decode as a `google.protobuf.DescriptorProto`.
  58. final $typed_data.Uint8List toActivityRulesSaveInfoDescriptor = $convert.base64Decode(
  59. 'ChdUb0FjdGl2aXR5UnVsZXNTYXZlSW5mbxIUCgVhcnJJZBgBIAEoBVIFYXJySWQSGAoHYXJWYW'
  60. 'x1ZRgCIAEoCVIHYXJWYWx1ZRIWCgZpc0xvY2sYAyABKAhSBmlzTG9jaw==');
  61. @$core.Deprecated('Use toActivityRulesQueryReplyDescriptor instead')
  62. const ToActivityRulesQueryReply$json = {
  63. '1': 'ToActivityRulesQueryReply',
  64. '2': [
  65. {'1': 'list', '3': 1, '4': 3, '5': 11, '6': '.to.v1.ToActivityRulesInfo', '10': 'list'},
  66. ],
  67. };
  68. /// Descriptor for `ToActivityRulesQueryReply`. Decode as a `google.protobuf.DescriptorProto`.
  69. final $typed_data.Uint8List toActivityRulesQueryReplyDescriptor = $convert.base64Decode(
  70. 'ChlUb0FjdGl2aXR5UnVsZXNRdWVyeVJlcGx5Ei4KBGxpc3QYASADKAsyGi50by52MS5Ub0FjdG'
  71. 'l2aXR5UnVsZXNJbmZvUgRsaXN0');
  72. @$core.Deprecated('Use toActivityRulesInfoDescriptor instead')
  73. const ToActivityRulesInfo$json = {
  74. '1': 'ToActivityRulesInfo',
  75. '2': [
  76. {'1': 'arrId', '3': 1, '4': 1, '5': 5, '10': 'arrId'},
  77. {'1': 'arName', '3': 2, '4': 1, '5': 9, '10': 'arName'},
  78. {'1': 'isLock', '3': 3, '4': 1, '5': 8, '10': 'isLock'},
  79. {'1': 'arType', '3': 4, '4': 1, '5': 5, '10': 'arType'},
  80. {'1': 'arValueSelectList', '3': 5, '4': 3, '5': 11, '6': '.to.v1.ToActivityRulesSelect', '10': 'arValueSelectList'},
  81. {'1': 'arValue', '3': 6, '4': 1, '5': 9, '10': 'arValue'},
  82. {'1': 'toLock', '3': 7, '4': 1, '5': 8, '10': 'toLock'},
  83. {'1': 'toIsLockEdit', '3': 8, '4': 1, '5': 8, '10': 'toIsLockEdit'},
  84. ],
  85. };
  86. /// Descriptor for `ToActivityRulesInfo`. Decode as a `google.protobuf.DescriptorProto`.
  87. final $typed_data.Uint8List toActivityRulesInfoDescriptor = $convert.base64Decode(
  88. 'ChNUb0FjdGl2aXR5UnVsZXNJbmZvEhQKBWFycklkGAEgASgFUgVhcnJJZBIWCgZhck5hbWUYAi'
  89. 'ABKAlSBmFyTmFtZRIWCgZpc0xvY2sYAyABKAhSBmlzTG9jaxIWCgZhclR5cGUYBCABKAVSBmFy'
  90. 'VHlwZRJKChFhclZhbHVlU2VsZWN0TGlzdBgFIAMoCzIcLnRvLnYxLlRvQWN0aXZpdHlSdWxlc1'
  91. 'NlbGVjdFIRYXJWYWx1ZVNlbGVjdExpc3QSGAoHYXJWYWx1ZRgGIAEoCVIHYXJWYWx1ZRIWCgZ0'
  92. 'b0xvY2sYByABKAhSBnRvTG9jaxIiCgx0b0lzTG9ja0VkaXQYCCABKAhSDHRvSXNMb2NrRWRpdA'
  93. '==');
  94. @$core.Deprecated('Use toActivityRulesSelectDescriptor instead')
  95. const ToActivityRulesSelect$json = {
  96. '1': 'ToActivityRulesSelect',
  97. '2': [
  98. {'1': 'arValueSelect', '3': 1, '4': 1, '5': 9, '10': 'arValueSelect'},
  99. {'1': 'arStrSelect', '3': 2, '4': 1, '5': 9, '10': 'arStrSelect'},
  100. ],
  101. };
  102. /// Descriptor for `ToActivityRulesSelect`. Decode as a `google.protobuf.DescriptorProto`.
  103. final $typed_data.Uint8List toActivityRulesSelectDescriptor = $convert.base64Decode(
  104. 'ChVUb0FjdGl2aXR5UnVsZXNTZWxlY3QSJAoNYXJWYWx1ZVNlbGVjdBgBIAEoCVINYXJWYWx1ZV'
  105. 'NlbGVjdBIgCgthclN0clNlbGVjdBgCIAEoCVILYXJTdHJTZWxlY3Q=');
  106. @$core.Deprecated('Use toCooperationQueryReplyDescriptor instead')
  107. const ToCooperationQueryReply$json = {
  108. '1': 'ToCooperationQueryReply',
  109. '2': [
  110. {'1': 'name', '3': 1, '4': 1, '5': 9, '10': 'name'},
  111. {'1': 'leftMatchNum', '3': 2, '4': 1, '5': 5, '10': 'leftMatchNum'},
  112. ],
  113. };
  114. /// Descriptor for `ToCooperationQueryReply`. Decode as a `google.protobuf.DescriptorProto`.
  115. final $typed_data.Uint8List toCooperationQueryReplyDescriptor = $convert.base64Decode(
  116. 'ChdUb0Nvb3BlcmF0aW9uUXVlcnlSZXBseRISCgRuYW1lGAEgASgJUgRuYW1lEiIKDGxlZnRNYX'
  117. 'RjaE51bRgCIAEoBVIMbGVmdE1hdGNoTnVt');
  118. @$core.Deprecated('Use toCourseChackMatchRequestDescriptor instead')
  119. const ToCourseChackMatchRequest$json = {
  120. '1': 'ToCourseChackMatchRequest',
  121. '2': [
  122. {'1': 'id', '3': 1, '4': 1, '5': 5, '10': 'id'},
  123. {'1': 'cId', '3': 3, '4': 1, '5': 5, '10': 'cId'},
  124. ],
  125. };
  126. /// Descriptor for `ToCourseChackMatchRequest`. Decode as a `google.protobuf.DescriptorProto`.
  127. final $typed_data.Uint8List toCourseChackMatchRequestDescriptor = $convert.base64Decode(
  128. 'ChlUb0NvdXJzZUNoYWNrTWF0Y2hSZXF1ZXN0Eg4KAmlkGAEgASgFUgJpZBIQCgNjSWQYAyABKA'
  129. 'VSA2NJZA==');
  130. @$core.Deprecated('Use toActivityListReplyDescriptor instead')
  131. const ToActivityListReply$json = {
  132. '1': 'ToActivityListReply',
  133. '2': [
  134. {'1': 'list', '3': 1, '4': 3, '5': 11, '6': '.base.v1.ToActionBasicInfo', '10': 'list'},
  135. ],
  136. };
  137. /// Descriptor for `ToActivityListReply`. Decode as a `google.protobuf.DescriptorProto`.
  138. final $typed_data.Uint8List toActivityListReplyDescriptor = $convert.base64Decode(
  139. 'ChNUb0FjdGl2aXR5TGlzdFJlcGx5Ei4KBGxpc3QYASADKAsyGi5iYXNlLnYxLlRvQWN0aW9uQm'
  140. 'FzaWNJbmZvUgRsaXN0');
  141. @$core.Deprecated('Use toMatchRegusterEditRequestDescriptor instead')
  142. const ToMatchRegusterEditRequest$json = {
  143. '1': 'ToMatchRegusterEditRequest',
  144. '2': [
  145. {'1': 'id', '3': 1, '4': 1, '5': 5, '10': 'id'},
  146. {'1': 'regName', '3': 2, '4': 1, '5': 9, '10': 'regName'},
  147. {'1': 'start_at', '3': 3, '4': 1, '5': 11, '6': '.google.protobuf.Timestamp', '10': 'startAt'},
  148. {'1': 'stop_at', '3': 4, '4': 1, '5': 11, '6': '.google.protobuf.Timestamp', '10': 'stopAt'},
  149. {'1': 'isQueryPwd', '3': 5, '4': 1, '5': 8, '10': 'isQueryPwd'},
  150. {'1': 'queryPasswd', '3': 6, '4': 1, '5': 9, '10': 'queryPasswd'},
  151. {'1': 'bShowTime', '3': 7, '4': 1, '5': 11, '6': '.google.protobuf.Timestamp', '10': 'bShowTime'},
  152. {'1': 'eShowTime', '3': 8, '4': 1, '5': 11, '6': '.google.protobuf.Timestamp', '10': 'eShowTime'},
  153. {'1': 'MatchPasswd', '3': 9, '4': 1, '5': 9, '10': 'MatchPasswd'},
  154. ],
  155. };
  156. /// Descriptor for `ToMatchRegusterEditRequest`. Decode as a `google.protobuf.DescriptorProto`.
  157. final $typed_data.Uint8List toMatchRegusterEditRequestDescriptor = $convert.base64Decode(
  158. 'ChpUb01hdGNoUmVndXN0ZXJFZGl0UmVxdWVzdBIOCgJpZBgBIAEoBVICaWQSGAoHcmVnTmFtZR'
  159. 'gCIAEoCVIHcmVnTmFtZRI1CghzdGFydF9hdBgDIAEoCzIaLmdvb2dsZS5wcm90b2J1Zi5UaW1l'
  160. 'c3RhbXBSB3N0YXJ0QXQSMwoHc3RvcF9hdBgEIAEoCzIaLmdvb2dsZS5wcm90b2J1Zi5UaW1lc3'
  161. 'RhbXBSBnN0b3BBdBIeCgppc1F1ZXJ5UHdkGAUgASgIUgppc1F1ZXJ5UHdkEiAKC3F1ZXJ5UGFz'
  162. 'c3dkGAYgASgJUgtxdWVyeVBhc3N3ZBI4CgliU2hvd1RpbWUYByABKAsyGi5nb29nbGUucHJvdG'
  163. '9idWYuVGltZXN0YW1wUgliU2hvd1RpbWUSOAoJZVNob3dUaW1lGAggASgLMhouZ29vZ2xlLnBy'
  164. 'b3RvYnVmLlRpbWVzdGFtcFIJZVNob3dUaW1lEiAKC01hdGNoUGFzc3dkGAkgASgJUgtNYXRjaF'
  165. 'Bhc3N3ZA==');
  166. @$core.Deprecated('Use toCourseListReplyDescriptor instead')
  167. const ToCourseListReply$json = {
  168. '1': 'ToCourseListReply',
  169. '2': [
  170. {'1': 'list', '3': 1, '4': 3, '5': 11, '6': '.base.v1.CourseBase', '10': 'list'},
  171. ],
  172. };
  173. /// Descriptor for `ToCourseListReply`. Decode as a `google.protobuf.DescriptorProto`.
  174. final $typed_data.Uint8List toCourseListReplyDescriptor = $convert.base64Decode(
  175. 'ChFUb0NvdXJzZUxpc3RSZXBseRInCgRsaXN0GAEgAygLMhMuYmFzZS52MS5Db3Vyc2VCYXNlUg'
  176. 'RsaXN0');
  177. @$core.Deprecated('Use toMatchRegusterListRequestDescriptor instead')
  178. const ToMatchRegusterListRequest$json = {
  179. '1': 'ToMatchRegusterListRequest',
  180. '2': [
  181. {'1': 'mapId', '3': 1, '4': 1, '5': 5, '10': 'mapId'},
  182. {'1': 'startSecond', '3': 2, '4': 1, '5': 3, '10': 'startSecond'},
  183. ],
  184. };
  185. /// Descriptor for `ToMatchRegusterListRequest`. Decode as a `google.protobuf.DescriptorProto`.
  186. final $typed_data.Uint8List toMatchRegusterListRequestDescriptor = $convert.base64Decode(
  187. 'ChpUb01hdGNoUmVndXN0ZXJMaXN0UmVxdWVzdBIUCgVtYXBJZBgBIAEoBVIFbWFwSWQSIAoLc3'
  188. 'RhcnRTZWNvbmQYAiABKANSC3N0YXJ0U2Vjb25k');
  189. @$core.Deprecated('Use toMatchRegusterListReplyDescriptor instead')
  190. const ToMatchRegusterListReply$json = {
  191. '1': 'ToMatchRegusterListReply',
  192. '2': [
  193. {'1': 'list', '3': 1, '4': 3, '5': 11, '6': '.to.v1.MatchRegusterInfo', '10': 'list'},
  194. ],
  195. };
  196. /// Descriptor for `ToMatchRegusterListReply`. Decode as a `google.protobuf.DescriptorProto`.
  197. final $typed_data.Uint8List toMatchRegusterListReplyDescriptor = $convert.base64Decode(
  198. 'ChhUb01hdGNoUmVndXN0ZXJMaXN0UmVwbHkSLAoEbGlzdBgBIAMoCzIYLnRvLnYxLk1hdGNoUm'
  199. 'VndXN0ZXJJbmZvUgRsaXN0');
  200. @$core.Deprecated('Use matchRegusterInfoDescriptor instead')
  201. const MatchRegusterInfo$json = {
  202. '1': 'MatchRegusterInfo',
  203. '2': [
  204. {'1': 'id', '3': 1, '4': 1, '5': 5, '10': 'id'},
  205. {'1': 'name', '3': 2, '4': 1, '5': 9, '10': 'name'},
  206. {'1': 'totalUserNum', '3': 3, '4': 1, '5': 5, '10': 'totalUserNum'},
  207. {'1': 'qrCode', '3': 4, '4': 1, '5': 9, '10': 'qrCode'},
  208. {'1': 'isAllowEdit', '3': 5, '4': 1, '5': 8, '10': 'isAllowEdit'},
  209. {'1': 'isAllowDel', '3': 6, '4': 1, '5': 8, '10': 'isAllowDel'},
  210. {'1': 'userList', '3': 7, '4': 3, '5': 11, '6': '.to.v1.ToChackInsInfo', '10': 'userList'},
  211. {'1': 'state', '3': 8, '4': 1, '5': 5, '10': 'state'},
  212. {'1': 'MatchBt', '3': 9, '4': 1, '5': 9, '10': 'MatchBt'},
  213. {'1': 'MatchEt', '3': 10, '4': 1, '5': 9, '10': 'MatchEt'},
  214. {'1': 'bShowTime', '3': 11, '4': 1, '5': 11, '6': '.google.protobuf.Timestamp', '10': 'bShowTime'},
  215. {'1': 'eShowTime', '3': 12, '4': 1, '5': 11, '6': '.google.protobuf.Timestamp', '10': 'eShowTime'},
  216. {'1': 'isAllowChack', '3': 13, '4': 1, '5': 8, '10': 'isAllowChack'},
  217. {'1': 'allowChackBtnAble', '3': 14, '4': 1, '5': 8, '10': 'allowChackBtnAble'},
  218. {'1': 'BTime', '3': 15, '4': 1, '5': 11, '6': '.google.protobuf.Timestamp', '10': 'BTime'},
  219. {'1': 'ETime', '3': 16, '4': 1, '5': 11, '6': '.google.protobuf.Timestamp', '10': 'ETime'},
  220. ],
  221. };
  222. /// Descriptor for `MatchRegusterInfo`. Decode as a `google.protobuf.DescriptorProto`.
  223. final $typed_data.Uint8List matchRegusterInfoDescriptor = $convert.base64Decode(
  224. 'ChFNYXRjaFJlZ3VzdGVySW5mbxIOCgJpZBgBIAEoBVICaWQSEgoEbmFtZRgCIAEoCVIEbmFtZR'
  225. 'IiCgx0b3RhbFVzZXJOdW0YAyABKAVSDHRvdGFsVXNlck51bRIWCgZxckNvZGUYBCABKAlSBnFy'
  226. 'Q29kZRIgCgtpc0FsbG93RWRpdBgFIAEoCFILaXNBbGxvd0VkaXQSHgoKaXNBbGxvd0RlbBgGIA'
  227. 'EoCFIKaXNBbGxvd0RlbBIxCgh1c2VyTGlzdBgHIAMoCzIVLnRvLnYxLlRvQ2hhY2tJbnNJbmZv'
  228. 'Ugh1c2VyTGlzdBIUCgVzdGF0ZRgIIAEoBVIFc3RhdGUSGAoHTWF0Y2hCdBgJIAEoCVIHTWF0Y2'
  229. 'hCdBIYCgdNYXRjaEV0GAogASgJUgdNYXRjaEV0EjgKCWJTaG93VGltZRgLIAEoCzIaLmdvb2ds'
  230. 'ZS5wcm90b2J1Zi5UaW1lc3RhbXBSCWJTaG93VGltZRI4CgllU2hvd1RpbWUYDCABKAsyGi5nb2'
  231. '9nbGUucHJvdG9idWYuVGltZXN0YW1wUgllU2hvd1RpbWUSIgoMaXNBbGxvd0NoYWNrGA0gASgI'
  232. 'Ugxpc0FsbG93Q2hhY2sSLAoRYWxsb3dDaGFja0J0bkFibGUYDiABKAhSEWFsbG93Q2hhY2tCdG'
  233. '5BYmxlEjAKBUJUaW1lGA8gASgLMhouZ29vZ2xlLnByb3RvYnVmLlRpbWVzdGFtcFIFQlRpbWUS'
  234. 'MAoFRVRpbWUYECABKAsyGi5nb29nbGUucHJvdG9idWYuVGltZXN0YW1wUgVFVGltZQ==');
  235. @$core.Deprecated('Use toChackInsInfoDescriptor instead')
  236. const ToChackInsInfo$json = {
  237. '1': 'ToChackInsInfo',
  238. '2': [
  239. {'1': 'mciId', '3': 1, '4': 1, '5': 5, '10': 'mciId'},
  240. {'1': 'oId', '3': 2, '4': 1, '5': 5, '10': 'oId'},
  241. {'1': 'nickname', '3': 3, '4': 1, '5': 9, '10': 'nickname'},
  242. {'1': 'phone', '3': 4, '4': 1, '5': 9, '10': 'phone'},
  243. {'1': 'chackInsTime', '3': 5, '4': 1, '5': 9, '10': 'chackInsTime'},
  244. {'1': 'isAllowDel', '3': 6, '4': 1, '5': 8, '10': 'isAllowDel'},
  245. {'1': 'cName', '3': 7, '4': 1, '5': 9, '10': 'cName'},
  246. {'1': 'cId', '3': 8, '4': 1, '5': 5, '10': 'cId'},
  247. {'1': 'hrSn', '3': 9, '4': 1, '5': 9, '10': 'hrSn'},
  248. {'1': 'cState', '3': 10, '4': 1, '5': 14, '6': '.base.v1.CState', '10': 'cState'},
  249. {'1': 'isAllowFinish', '3': 11, '4': 1, '5': 8, '10': 'isAllowFinish'},
  250. ],
  251. };
  252. /// Descriptor for `ToChackInsInfo`. Decode as a `google.protobuf.DescriptorProto`.
  253. final $typed_data.Uint8List toChackInsInfoDescriptor = $convert.base64Decode(
  254. 'Cg5Ub0NoYWNrSW5zSW5mbxIUCgVtY2lJZBgBIAEoBVIFbWNpSWQSEAoDb0lkGAIgASgFUgNvSW'
  255. 'QSGgoIbmlja25hbWUYAyABKAlSCG5pY2tuYW1lEhQKBXBob25lGAQgASgJUgVwaG9uZRIiCgxj'
  256. 'aGFja0luc1RpbWUYBSABKAlSDGNoYWNrSW5zVGltZRIeCgppc0FsbG93RGVsGAYgASgIUgppc0'
  257. 'FsbG93RGVsEhQKBWNOYW1lGAcgASgJUgVjTmFtZRIQCgNjSWQYCCABKAVSA2NJZBISCgRoclNu'
  258. 'GAkgASgJUgRoclNuEicKBmNTdGF0ZRgKIAEoDjIPLmJhc2UudjEuQ1N0YXRlUgZjU3RhdGUSJA'
  259. 'oNaXNBbGxvd0ZpbmlzaBgLIAEoCFINaXNBbGxvd0ZpbmlzaA==');
  260. @$core.Deprecated('Use toMatchRegusterAddRequestDescriptor instead')
  261. const ToMatchRegusterAddRequest$json = {
  262. '1': 'ToMatchRegusterAddRequest',
  263. '2': [
  264. {'1': 'regName', '3': 1, '4': 1, '5': 9, '10': 'regName'},
  265. {'1': 'start_at', '3': 2, '4': 1, '5': 11, '6': '.google.protobuf.Timestamp', '10': 'startAt'},
  266. {'1': 'stop_at', '3': 3, '4': 1, '5': 11, '6': '.google.protobuf.Timestamp', '10': 'stopAt'},
  267. {'1': 'actId', '3': 4, '4': 1, '5': 5, '10': 'actId'},
  268. {'1': 'isQueryPwd', '3': 5, '4': 1, '5': 8, '10': 'isQueryPwd'},
  269. {'1': 'queryPasswd', '3': 6, '4': 1, '5': 9, '10': 'queryPasswd'},
  270. {'1': 'bShowTime', '3': 7, '4': 1, '5': 11, '6': '.google.protobuf.Timestamp', '10': 'bShowTime'},
  271. {'1': 'eShowTime', '3': 8, '4': 1, '5': 11, '6': '.google.protobuf.Timestamp', '10': 'eShowTime'},
  272. {'1': 'MatchPasswd', '3': 9, '4': 1, '5': 9, '10': 'MatchPasswd'},
  273. ],
  274. };
  275. /// Descriptor for `ToMatchRegusterAddRequest`. Decode as a `google.protobuf.DescriptorProto`.
  276. final $typed_data.Uint8List toMatchRegusterAddRequestDescriptor = $convert.base64Decode(
  277. 'ChlUb01hdGNoUmVndXN0ZXJBZGRSZXF1ZXN0EhgKB3JlZ05hbWUYASABKAlSB3JlZ05hbWUSNQ'
  278. 'oIc3RhcnRfYXQYAiABKAsyGi5nb29nbGUucHJvdG9idWYuVGltZXN0YW1wUgdzdGFydEF0EjMK'
  279. 'B3N0b3BfYXQYAyABKAsyGi5nb29nbGUucHJvdG9idWYuVGltZXN0YW1wUgZzdG9wQXQSFAoFYW'
  280. 'N0SWQYBCABKAVSBWFjdElkEh4KCmlzUXVlcnlQd2QYBSABKAhSCmlzUXVlcnlQd2QSIAoLcXVl'
  281. 'cnlQYXNzd2QYBiABKAlSC3F1ZXJ5UGFzc3dkEjgKCWJTaG93VGltZRgHIAEoCzIaLmdvb2dsZS'
  282. '5wcm90b2J1Zi5UaW1lc3RhbXBSCWJTaG93VGltZRI4CgllU2hvd1RpbWUYCCABKAsyGi5nb29n'
  283. 'bGUucHJvdG9idWYuVGltZXN0YW1wUgllU2hvd1RpbWUSIAoLTWF0Y2hQYXNzd2QYCSABKAlSC0'
  284. '1hdGNoUGFzc3dk');