base.pbjson.dart 68 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528
  1. //
  2. // Generated code. Do not modify.
  3. // source: base.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 errorCodeDescriptor instead')
  14. const ErrorCode$json = {
  15. '1': 'ErrorCode',
  16. '2': [
  17. {'1': 'OK', '2': 0},
  18. {'1': 'TokenExpire', '2': 1000},
  19. {'1': 'UserBan', '2': 1001},
  20. {'1': 'VfCodeExpire', '2': 1002},
  21. {'1': 'SmsSendFail', '2': 1003},
  22. {'1': 'UserStatusErr', '2': 1008},
  23. {'1': 'StatusErr', '2': 1009},
  24. {'1': 'PhoneNotExist', '2': 2001},
  25. {'1': 'UnknownErr', '2': 2002},
  26. {'1': 'ParamErr', '2': 5000},
  27. {'1': 'HeadSourceErr', '2': 5001},
  28. {'1': 'DATABASE', '2': 9000},
  29. {'1': 'NoRecord', '2': 9001},
  30. ],
  31. };
  32. /// Descriptor for `ErrorCode`. Decode as a `google.protobuf.EnumDescriptorProto`.
  33. final $typed_data.Uint8List errorCodeDescriptor = $convert.base64Decode(
  34. 'CglFcnJvckNvZGUSBgoCT0sQABIQCgtUb2tlbkV4cGlyZRDoBxIMCgdVc2VyQmFuEOkHEhEKDF'
  35. 'ZmQ29kZUV4cGlyZRDqBxIQCgtTbXNTZW5kRmFpbBDrBxISCg1Vc2VyU3RhdHVzRXJyEPAHEg4K'
  36. 'CVN0YXR1c0VychDxBxISCg1QaG9uZU5vdEV4aXN0ENEPEg8KClVua25vd25FcnIQ0g8SDQoIUG'
  37. 'FyYW1FcnIQiCcSEgoNSGVhZFNvdXJjZUVychCJJxINCghEQVRBQkFTRRCoRhINCghOb1JlY29y'
  38. 'ZBCpRg==');
  39. @$core.Deprecated('Use shopTypeDescriptor instead')
  40. const ShopType$json = {
  41. '1': 'ShopType',
  42. '2': [
  43. {'1': 'UnKnowShop', '2': 0},
  44. {'1': 'ParkShop', '2': 1},
  45. {'1': 'IPShop', '2': 2},
  46. {'1': 'AdminShop', '2': 3},
  47. ],
  48. };
  49. /// Descriptor for `ShopType`. Decode as a `google.protobuf.EnumDescriptorProto`.
  50. final $typed_data.Uint8List shopTypeDescriptor = $convert.base64Decode(
  51. 'CghTaG9wVHlwZRIOCgpVbktub3dTaG9wEAASDAoIUGFya1Nob3AQARIKCgZJUFNob3AQAhINCg'
  52. 'lBZG1pblNob3AQAw==');
  53. @$core.Deprecated('Use userTypeDescriptor instead')
  54. const UserType$json = {
  55. '1': 'UserType',
  56. '2': [
  57. {'1': 'UnDefine', '2': 0},
  58. {'1': 'AppUser', '2': 1},
  59. {'1': 'ParkAdmin', '2': 2},
  60. {'1': 'IPAdmin', '2': 3},
  61. {'1': 'SysAdmin', '2': 4},
  62. {'1': 'ToAdmin', '2': 5},
  63. {'1': 'CoopToAdmin', '2': 6},
  64. ],
  65. };
  66. /// Descriptor for `UserType`. Decode as a `google.protobuf.EnumDescriptorProto`.
  67. final $typed_data.Uint8List userTypeDescriptor = $convert.base64Decode(
  68. 'CghVc2VyVHlwZRIMCghVbkRlZmluZRAAEgsKB0FwcFVzZXIQARINCglQYXJrQWRtaW4QAhILCg'
  69. 'dJUEFkbWluEAMSDAoIU3lzQWRtaW4QBBILCgdUb0FkbWluEAUSDwoLQ29vcFRvQWRtaW4QBg==');
  70. @$core.Deprecated('Use loginSourceDescriptor instead')
  71. const LoginSource$json = {
  72. '1': 'LoginSource',
  73. '2': [
  74. {'1': 'UnDef', '2': 0},
  75. {'1': 'UserApp', '2': 1},
  76. {'1': 'WebAdmin', '2': 2},
  77. {'1': 'ShopApp', '2': 3},
  78. {'1': 'ToApp', '2': 4},
  79. {'1': 'CoopToWebAdmin', '2': 5},
  80. {'1': 'CoopToApp', '2': 6},
  81. ],
  82. };
  83. /// Descriptor for `LoginSource`. Decode as a `google.protobuf.EnumDescriptorProto`.
  84. final $typed_data.Uint8List loginSourceDescriptor = $convert.base64Decode(
  85. 'CgtMb2dpblNvdXJjZRIJCgVVbkRlZhAAEgsKB1VzZXJBcHAQARIMCghXZWJBZG1pbhACEgsKB1'
  86. 'Nob3BBcHAQAxIJCgVUb0FwcBAEEhIKDkNvb3BUb1dlYkFkbWluEAUSDQoJQ29vcFRvQXBwEAY=');
  87. @$core.Deprecated('Use smsTypeDescriptor instead')
  88. const SmsType$json = {
  89. '1': 'SmsType',
  90. '2': [
  91. {'1': 'UnKnow', '2': 0},
  92. {'1': 'Login', '2': 1},
  93. {'1': 'SignUp', '2': 2},
  94. ],
  95. };
  96. /// Descriptor for `SmsType`. Decode as a `google.protobuf.EnumDescriptorProto`.
  97. final $typed_data.Uint8List smsTypeDescriptor = $convert.base64Decode(
  98. 'CgdTbXNUeXBlEgoKBlVuS25vdxAAEgkKBUxvZ2luEAESCgoGU2lnblVwEAI=');
  99. @$core.Deprecated('Use projectContentTypeDescriptor instead')
  100. const ProjectContentType$json = {
  101. '1': 'ProjectContentType',
  102. '2': [
  103. {'1': 'Text', '2': 0},
  104. {'1': 'Html', '2': 1},
  105. ],
  106. };
  107. /// Descriptor for `ProjectContentType`. Decode as a `google.protobuf.EnumDescriptorProto`.
  108. final $typed_data.Uint8List projectContentTypeDescriptor = $convert.base64Decode(
  109. 'ChJQcm9qZWN0Q29udGVudFR5cGUSCAoEVGV4dBAAEggKBEh0bWwQAQ==');
  110. @$core.Deprecated('Use criterionTypeDescriptor instead')
  111. const CriterionType$json = {
  112. '1': 'CriterionType',
  113. '2': [
  114. {'1': 'CrUnKnow', '2': 0},
  115. {'1': 'CrOrder', '2': 1},
  116. {'1': 'CrNum', '2': 2},
  117. ],
  118. };
  119. /// Descriptor for `CriterionType`. Decode as a `google.protobuf.EnumDescriptorProto`.
  120. final $typed_data.Uint8List criterionTypeDescriptor = $convert.base64Decode(
  121. 'Cg1Dcml0ZXJpb25UeXBlEgwKCENyVW5Lbm93EAASCwoHQ3JPcmRlchABEgkKBUNyTnVtEAI=');
  122. @$core.Deprecated('Use cTypeDescriptor instead')
  123. const CType$json = {
  124. '1': 'CType',
  125. '2': [
  126. {'1': 'UnKnowType', '2': 0},
  127. {'1': 'BeginType', '2': 1},
  128. {'1': 'MiddleType', '2': 2},
  129. {'1': 'EndType', '2': 3},
  130. ],
  131. };
  132. /// Descriptor for `CType`. Decode as a `google.protobuf.EnumDescriptorProto`.
  133. final $typed_data.Uint8List cTypeDescriptor = $convert.base64Decode(
  134. 'CgVDVHlwZRIOCgpVbktub3dUeXBlEAASDQoJQmVnaW5UeXBlEAESDgoKTWlkZGxlVHlwZRACEg'
  135. 'sKB0VuZFR5cGUQAw==');
  136. @$core.Deprecated('Use statusTypeDescriptor instead')
  137. const StatusType$json = {
  138. '1': 'StatusType',
  139. '2': [
  140. {'1': 'UnKnowStatus', '2': 0},
  141. {'1': 'NormalStatus', '2': 1},
  142. {'1': 'DisabledStatus', '2': 8},
  143. {'1': 'DeleteStatus', '2': 9},
  144. ],
  145. };
  146. /// Descriptor for `StatusType`. Decode as a `google.protobuf.EnumDescriptorProto`.
  147. final $typed_data.Uint8List statusTypeDescriptor = $convert.base64Decode(
  148. 'CgpTdGF0dXNUeXBlEhAKDFVuS25vd1N0YXR1cxAAEhAKDE5vcm1hbFN0YXR1cxABEhIKDkRpc2'
  149. 'FibGVkU3RhdHVzEAgSEAoMRGVsZXRlU3RhdHVzEAk=');
  150. @$core.Deprecated('Use hrBandTypeDescriptor instead')
  151. const HrBandType$json = {
  152. '1': 'HrBandType',
  153. '2': [
  154. {'1': 'UnKnowHrBand', '2': 0},
  155. {'1': 'UseHrBand', '2': 1},
  156. {'1': 'NotUseHrBand', '2': 2},
  157. ],
  158. };
  159. /// Descriptor for `HrBandType`. Decode as a `google.protobuf.EnumDescriptorProto`.
  160. final $typed_data.Uint8List hrBandTypeDescriptor = $convert.base64Decode(
  161. 'CgpIckJhbmRUeXBlEhAKDFVuS25vd0hyQmFuZBAAEg0KCVVzZUhyQmFuZBABEhAKDE5vdFVzZU'
  162. 'hyQmFuZBAC');
  163. @$core.Deprecated('Use gameStateDescriptor instead')
  164. const GameState$json = {
  165. '1': 'GameState',
  166. '2': [
  167. {'1': 'AllGameState', '2': 0},
  168. {'1': 'NormalGameState', '2': 1},
  169. {'1': 'abnormalGameState', '2': 2},
  170. ],
  171. };
  172. /// Descriptor for `GameState`. Decode as a `google.protobuf.EnumDescriptorProto`.
  173. final $typed_data.Uint8List gameStateDescriptor = $convert.base64Decode(
  174. 'CglHYW1lU3RhdGUSEAoMQWxsR2FtZVN0YXRlEAASEwoPTm9ybWFsR2FtZVN0YXRlEAESFQoRYW'
  175. 'Jub3JtYWxHYW1lU3RhdGUQAg==');
  176. @$core.Deprecated('Use cStateDescriptor instead')
  177. const CState$json = {
  178. '1': 'CState',
  179. '2': [
  180. {'1': 'ToUnSend', '2': 0},
  181. {'1': 'ToUnStart', '2': 1},
  182. {'1': 'ToStart', '2': 2},
  183. {'1': 'ToFinish', '2': 3},
  184. {'1': 'ToOther', '2': 9},
  185. ],
  186. };
  187. /// Descriptor for `CState`. Decode as a `google.protobuf.EnumDescriptorProto`.
  188. final $typed_data.Uint8List cStateDescriptor = $convert.base64Decode(
  189. 'CgZDU3RhdGUSDAoIVG9VblNlbmQQABINCglUb1VuU3RhcnQQARILCgdUb1N0YXJ0EAISDAoIVG'
  190. '9GaW5pc2gQAxILCgdUb090aGVyEAk=');
  191. @$core.Deprecated('Use gameHistorySourceDescriptor instead')
  192. const GameHistorySource$json = {
  193. '1': 'GameHistorySource',
  194. '2': [
  195. {'1': 'GameHistorySourcAll', '2': 0},
  196. {'1': 'GameHistorySourceOrienteer', '2': 1},
  197. {'1': 'GameHistorySourceAss', '2': 2},
  198. ],
  199. };
  200. /// Descriptor for `GameHistorySource`. Decode as a `google.protobuf.EnumDescriptorProto`.
  201. final $typed_data.Uint8List gameHistorySourceDescriptor = $convert.base64Decode(
  202. 'ChFHYW1lSGlzdG9yeVNvdXJjZRIXChNHYW1lSGlzdG9yeVNvdXJjQWxsEAASHgoaR2FtZUhpc3'
  203. 'RvcnlTb3VyY2VPcmllbnRlZXIQARIYChRHYW1lSGlzdG9yeVNvdXJjZUFzcxAC');
  204. @$core.Deprecated('Use backGroundColorDescriptor instead')
  205. const BackGroundColor$json = {
  206. '1': 'BackGroundColor',
  207. '2': [
  208. {'1': 'UnKnowColor', '2': 0},
  209. {'1': 'BlueColor', '2': 1},
  210. {'1': 'GreenColor', '2': 2},
  211. {'1': 'BrownColor', '2': 3},
  212. ],
  213. };
  214. /// Descriptor for `BackGroundColor`. Decode as a `google.protobuf.EnumDescriptorProto`.
  215. final $typed_data.Uint8List backGroundColorDescriptor = $convert.base64Decode(
  216. 'Cg9CYWNrR3JvdW5kQ29sb3ISDwoLVW5Lbm93Q29sb3IQABINCglCbHVlQ29sb3IQARIOCgpHcm'
  217. 'VlbkNvbG9yEAISDgoKQnJvd25Db2xvchAD');
  218. @$core.Deprecated('Use netImageDescriptor instead')
  219. const NetImage$json = {
  220. '1': 'NetImage',
  221. '2': [
  222. {'1': 'url', '3': 1, '4': 1, '5': 9, '10': 'url'},
  223. {'1': 'md5', '3': 2, '4': 1, '5': 12, '10': 'md5'},
  224. ],
  225. };
  226. /// Descriptor for `NetImage`. Decode as a `google.protobuf.DescriptorProto`.
  227. final $typed_data.Uint8List netImageDescriptor = $convert.base64Decode(
  228. 'CghOZXRJbWFnZRIQCgN1cmwYASABKAlSA3VybBIQCgNtZDUYAiABKAxSA21kNQ==');
  229. @$core.Deprecated('Use userDescriptor instead')
  230. const User$json = {
  231. '1': 'User',
  232. '4': [User_Sex$json],
  233. };
  234. @$core.Deprecated('Use userDescriptor instead')
  235. const User_Sex$json = {
  236. '1': 'Sex',
  237. '2': [
  238. {'1': 'UnDefine', '2': 0},
  239. {'1': 'Male', '2': 1},
  240. {'1': 'Female', '2': 2},
  241. ],
  242. };
  243. /// Descriptor for `User`. Decode as a `google.protobuf.DescriptorProto`.
  244. final $typed_data.Uint8List userDescriptor = $convert.base64Decode(
  245. 'CgRVc2VyIikKA1NleBIMCghVbkRlZmluZRAAEggKBE1hbGUQARIKCgZGZW1hbGUQAg==');
  246. @$core.Deprecated('Use gameGpsInfoDescriptor instead')
  247. const GameGpsInfo$json = {
  248. '1': 'GameGpsInfo',
  249. '2': [
  250. {'1': 'gpsTime', '3': 1, '4': 1, '5': 11, '6': '.google.protobuf.Timestamp', '10': 'gpsTime'},
  251. {'1': 'longitude', '3': 2, '4': 1, '5': 1, '10': 'longitude'},
  252. {'1': 'latitude', '3': 3, '4': 1, '5': 1, '10': 'latitude'},
  253. {'1': 'directionRadian', '3': 4, '4': 1, '5': 1, '10': 'directionRadian'},
  254. {'1': 'altitude', '3': 5, '4': 1, '5': 1, '10': 'altitude'},
  255. ],
  256. };
  257. /// Descriptor for `GameGpsInfo`. Decode as a `google.protobuf.DescriptorProto`.
  258. final $typed_data.Uint8List gameGpsInfoDescriptor = $convert.base64Decode(
  259. 'CgtHYW1lR3BzSW5mbxI0CgdncHNUaW1lGAEgASgLMhouZ29vZ2xlLnByb3RvYnVmLlRpbWVzdG'
  260. 'FtcFIHZ3BzVGltZRIcCglsb25naXR1ZGUYAiABKAFSCWxvbmdpdHVkZRIaCghsYXRpdHVkZRgD'
  261. 'IAEoAVIIbGF0aXR1ZGUSKAoPZGlyZWN0aW9uUmFkaWFuGAQgASgBUg9kaXJlY3Rpb25SYWRpYW'
  262. '4SGgoIYWx0aXR1ZGUYBSABKAFSCGFsdGl0dWRl');
  263. @$core.Deprecated('Use heartRateDescriptor instead')
  264. const HeartRate$json = {
  265. '1': 'HeartRate',
  266. '2': [
  267. {'1': 'timeStampMs', '3': 1, '4': 1, '5': 3, '10': 'timeStampMs'},
  268. {'1': 'hr', '3': 2, '4': 1, '5': 5, '10': 'hr'},
  269. ],
  270. };
  271. /// Descriptor for `HeartRate`. Decode as a `google.protobuf.DescriptorProto`.
  272. final $typed_data.Uint8List heartRateDescriptor = $convert.base64Decode(
  273. 'CglIZWFydFJhdGUSIAoLdGltZVN0YW1wTXMYASABKANSC3RpbWVTdGFtcE1zEg4KAmhyGAIgAS'
  274. 'gFUgJocg==');
  275. @$core.Deprecated('Use signInReplyDescriptor instead')
  276. const SignInReply$json = {
  277. '1': 'SignInReply',
  278. '2': [
  279. {'1': 'token', '3': 1, '4': 1, '5': 9, '10': 'token'},
  280. ],
  281. };
  282. /// Descriptor for `SignInReply`. Decode as a `google.protobuf.DescriptorProto`.
  283. final $typed_data.Uint8List signInReplyDescriptor = $convert.base64Decode(
  284. 'CgtTaWduSW5SZXBseRIUCgV0b2tlbhgBIAEoCVIFdG9rZW4=');
  285. @$core.Deprecated('Use getQiNiuUpTokenReplyDescriptor instead')
  286. const GetQiNiuUpTokenReply$json = {
  287. '1': 'GetQiNiuUpTokenReply',
  288. '2': [
  289. {'1': 'upToken', '3': 1, '4': 1, '5': 9, '10': 'upToken'},
  290. ],
  291. };
  292. /// Descriptor for `GetQiNiuUpTokenReply`. Decode as a `google.protobuf.DescriptorProto`.
  293. final $typed_data.Uint8List getQiNiuUpTokenReplyDescriptor = $convert.base64Decode(
  294. 'ChRHZXRRaU5pdVVwVG9rZW5SZXBseRIYCgd1cFRva2VuGAEgASgJUgd1cFRva2Vu');
  295. @$core.Deprecated('Use gameArriveControlPointDescriptor instead')
  296. const GameArriveControlPoint$json = {
  297. '1': 'GameArriveControlPoint',
  298. '2': [
  299. {'1': 'id', '3': 1, '4': 1, '5': 3, '10': 'id'},
  300. {'1': 'sn', '3': 2, '4': 1, '5': 9, '10': 'sn'},
  301. {'1': 'orderNo', '3': 3, '4': 1, '5': 5, '10': 'orderNo'},
  302. {'1': 'totalNo', '3': 4, '4': 1, '5': 5, '10': 'totalNo'},
  303. ],
  304. };
  305. /// Descriptor for `GameArriveControlPoint`. Decode as a `google.protobuf.DescriptorProto`.
  306. final $typed_data.Uint8List gameArriveControlPointDescriptor = $convert.base64Decode(
  307. 'ChZHYW1lQXJyaXZlQ29udHJvbFBvaW50Eg4KAmlkGAEgASgDUgJpZBIOCgJzbhgCIAEoCVICc2'
  308. '4SGAoHb3JkZXJObxgDIAEoBVIHb3JkZXJObxIYCgd0b3RhbE5vGAQgASgFUgd0b3RhbE5v');
  309. @$core.Deprecated('Use activityIdRequestDescriptor instead')
  310. const ActivityIdRequest$json = {
  311. '1': 'ActivityIdRequest',
  312. '2': [
  313. {'1': 'id', '3': 1, '4': 1, '5': 3, '10': 'id'},
  314. {'1': 'matchType', '3': 2, '4': 1, '5': 5, '10': 'matchType'},
  315. ],
  316. };
  317. /// Descriptor for `ActivityIdRequest`. Decode as a `google.protobuf.DescriptorProto`.
  318. final $typed_data.Uint8List activityIdRequestDescriptor = $convert.base64Decode(
  319. 'ChFBY3Rpdml0eUlkUmVxdWVzdBIOCgJpZBgBIAEoA1ICaWQSHAoJbWF0Y2hUeXBlGAIgASgFUg'
  320. 'ltYXRjaFR5cGU=');
  321. @$core.Deprecated('Use mapRouteDescriptor instead')
  322. const MapRoute$json = {
  323. '1': 'MapRoute',
  324. '2': [
  325. {'1': 'id', '3': 1, '4': 1, '5': 3, '10': 'id'},
  326. {'1': 'name', '3': 2, '4': 1, '5': 9, '10': 'name'},
  327. {'1': 'image', '3': 3, '4': 1, '5': 11, '6': '.base.v1.NetImage', '10': 'image'},
  328. {'1': 'isNfc', '3': 4, '4': 1, '5': 8, '10': 'isNfc'},
  329. {'1': 'distanceMeter', '3': 5, '4': 1, '5': 5, '10': 'distanceMeter'},
  330. {'1': 'altitudeDiffMeter', '3': 6, '4': 1, '5': 5, '10': 'altitudeDiffMeter'},
  331. {'1': 'useCount', '3': 7, '4': 1, '5': 5, '10': 'useCount'},
  332. ],
  333. };
  334. /// Descriptor for `MapRoute`. Decode as a `google.protobuf.DescriptorProto`.
  335. final $typed_data.Uint8List mapRouteDescriptor = $convert.base64Decode(
  336. 'CghNYXBSb3V0ZRIOCgJpZBgBIAEoA1ICaWQSEgoEbmFtZRgCIAEoCVIEbmFtZRInCgVpbWFnZR'
  337. 'gDIAEoCzIRLmJhc2UudjEuTmV0SW1hZ2VSBWltYWdlEhQKBWlzTmZjGAQgASgIUgVpc05mYxIk'
  338. 'Cg1kaXN0YW5jZU1ldGVyGAUgASgFUg1kaXN0YW5jZU1ldGVyEiwKEWFsdGl0dWRlRGlmZk1ldG'
  339. 'VyGAYgASgFUhFhbHRpdHVkZURpZmZNZXRlchIaCgh1c2VDb3VudBgHIAEoBVIIdXNlQ291bnQ=');
  340. @$core.Deprecated('Use idArrRequestDescriptor instead')
  341. const IdArrRequest$json = {
  342. '1': 'IdArrRequest',
  343. '2': [
  344. {'1': 'IdArr', '3': 2, '4': 3, '5': 5, '10': 'IdArr'},
  345. ],
  346. };
  347. /// Descriptor for `IdArrRequest`. Decode as a `google.protobuf.DescriptorProto`.
  348. final $typed_data.Uint8List idArrRequestDescriptor = $convert.base64Decode(
  349. 'CgxJZEFyclJlcXVlc3QSFAoFSWRBcnIYAiADKAVSBUlkQXJy');
  350. @$core.Deprecated('Use baseMapInfoDescriptor instead')
  351. const BaseMapInfo$json = {
  352. '1': 'BaseMapInfo',
  353. '2': [
  354. {'1': 'shopId', '3': 1, '4': 1, '5': 5, '10': 'shopId'},
  355. {'1': 'mapName', '3': 2, '4': 1, '5': 9, '10': 'mapName'},
  356. {'1': 'zipImage', '3': 3, '4': 1, '5': 11, '6': '.base.v1.NetImage', '10': 'zipImage'},
  357. ],
  358. };
  359. /// Descriptor for `BaseMapInfo`. Decode as a `google.protobuf.DescriptorProto`.
  360. final $typed_data.Uint8List baseMapInfoDescriptor = $convert.base64Decode(
  361. 'CgtCYXNlTWFwSW5mbxIWCgZzaG9wSWQYASABKAVSBnNob3BJZBIYCgdtYXBOYW1lGAIgASgJUg'
  362. 'dtYXBOYW1lEi0KCHppcEltYWdlGAMgASgLMhEuYmFzZS52MS5OZXRJbWFnZVIIemlwSW1hZ2U=');
  363. @$core.Deprecated('Use regionDescriptor instead')
  364. const Region$json = {
  365. '1': 'Region',
  366. '2': [
  367. {'1': 'code', '3': 1, '4': 1, '5': 9, '10': 'code'},
  368. {'1': 'name', '3': 2, '4': 1, '5': 9, '10': 'name'},
  369. ],
  370. };
  371. /// Descriptor for `Region`. Decode as a `google.protobuf.DescriptorProto`.
  372. final $typed_data.Uint8List regionDescriptor = $convert.base64Decode(
  373. 'CgZSZWdpb24SEgoEY29kZRgBIAEoCVIEY29kZRISCgRuYW1lGAIgASgJUgRuYW1l');
  374. @$core.Deprecated('Use shopListDescriptor instead')
  375. const ShopList$json = {
  376. '1': 'ShopList',
  377. '2': [
  378. {'1': 'shopId', '3': 1, '4': 1, '5': 5, '10': 'shopId'},
  379. {'1': 'name', '3': 2, '4': 1, '5': 9, '10': 'name'},
  380. ],
  381. };
  382. /// Descriptor for `ShopList`. Decode as a `google.protobuf.DescriptorProto`.
  383. final $typed_data.Uint8List shopListDescriptor = $convert.base64Decode(
  384. 'CghTaG9wTGlzdBIWCgZzaG9wSWQYASABKAVSBnNob3BJZBISCgRuYW1lGAIgASgJUgRuYW1l');
  385. @$core.Deprecated('Use getSmsSendLeftTimeRequestDescriptor instead')
  386. const GetSmsSendLeftTimeRequest$json = {
  387. '1': 'GetSmsSendLeftTimeRequest',
  388. '2': [
  389. {'1': 'phone', '3': 1, '4': 1, '5': 9, '10': 'phone'},
  390. ],
  391. };
  392. /// Descriptor for `GetSmsSendLeftTimeRequest`. Decode as a `google.protobuf.DescriptorProto`.
  393. final $typed_data.Uint8List getSmsSendLeftTimeRequestDescriptor = $convert.base64Decode(
  394. 'ChlHZXRTbXNTZW5kTGVmdFRpbWVSZXF1ZXN0EhQKBXBob25lGAEgASgJUgVwaG9uZQ==');
  395. @$core.Deprecated('Use getSmsSendLeftTimeReplyDescriptor instead')
  396. const GetSmsSendLeftTimeReply$json = {
  397. '1': 'GetSmsSendLeftTimeReply',
  398. '2': [
  399. {'1': 'second', '3': 1, '4': 1, '5': 5, '10': 'second'},
  400. ],
  401. };
  402. /// Descriptor for `GetSmsSendLeftTimeReply`. Decode as a `google.protobuf.DescriptorProto`.
  403. final $typed_data.Uint8List getSmsSendLeftTimeReplyDescriptor = $convert.base64Decode(
  404. 'ChdHZXRTbXNTZW5kTGVmdFRpbWVSZXBseRIWCgZzZWNvbmQYASABKAVSBnNlY29uZA==');
  405. @$core.Deprecated('Use controlInfoListDescriptor instead')
  406. const ControlInfoList$json = {
  407. '1': 'ControlInfoList',
  408. '2': [
  409. {'1': 'ciId', '3': 1, '4': 1, '5': 5, '10': 'ciId'},
  410. {'1': 'ciCode', '3': 2, '4': 1, '5': 9, '10': 'ciCode'},
  411. ],
  412. };
  413. /// Descriptor for `ControlInfoList`. Decode as a `google.protobuf.DescriptorProto`.
  414. final $typed_data.Uint8List controlInfoListDescriptor = $convert.base64Decode(
  415. 'Cg9Db250cm9sSW5mb0xpc3QSEgoEY2lJZBgBIAEoBVIEY2lJZBIWCgZjaUNvZGUYAiABKAlSBm'
  416. 'NpQ29kZQ==');
  417. @$core.Deprecated('Use defaultReplyDescriptor instead')
  418. const DefaultReply$json = {
  419. '1': 'DefaultReply',
  420. };
  421. /// Descriptor for `DefaultReply`. Decode as a `google.protobuf.DescriptorProto`.
  422. final $typed_data.Uint8List defaultReplyDescriptor = $convert.base64Decode(
  423. 'CgxEZWZhdWx0UmVwbHk=');
  424. @$core.Deprecated('Use idRequestDescriptor instead')
  425. const IdRequest$json = {
  426. '1': 'IdRequest',
  427. '2': [
  428. {'1': 'id', '3': 1, '4': 1, '5': 3, '10': 'id'},
  429. ],
  430. };
  431. /// Descriptor for `IdRequest`. Decode as a `google.protobuf.DescriptorProto`.
  432. final $typed_data.Uint8List idRequestDescriptor = $convert.base64Decode(
  433. 'CglJZFJlcXVlc3QSDgoCaWQYASABKANSAmlk');
  434. @$core.Deprecated('Use defaultRequestDescriptor instead')
  435. const DefaultRequest$json = {
  436. '1': 'DefaultRequest',
  437. };
  438. /// Descriptor for `DefaultRequest`. Decode as a `google.protobuf.DescriptorProto`.
  439. final $typed_data.Uint8List defaultRequestDescriptor = $convert.base64Decode(
  440. 'Cg5EZWZhdWx0UmVxdWVzdA==');
  441. @$core.Deprecated('Use positionDescriptor instead')
  442. const Position$json = {
  443. '1': 'Position',
  444. '2': [
  445. {'1': 'longitude', '3': 1, '4': 1, '5': 1, '10': 'longitude'},
  446. {'1': 'latitude', '3': 2, '4': 1, '5': 1, '10': 'latitude'},
  447. {'1': 'altitude', '3': 3, '4': 1, '5': 1, '10': 'altitude'},
  448. ],
  449. };
  450. /// Descriptor for `Position`. Decode as a `google.protobuf.DescriptorProto`.
  451. final $typed_data.Uint8List positionDescriptor = $convert.base64Decode(
  452. 'CghQb3NpdGlvbhIcCglsb25naXR1ZGUYASABKAFSCWxvbmdpdHVkZRIaCghsYXRpdHVkZRgCIA'
  453. 'EoAVIIbGF0aXR1ZGUSGgoIYWx0aXR1ZGUYAyABKAFSCGFsdGl0dWRl');
  454. @$core.Deprecated('Use binaryPartDescriptor instead')
  455. const BinaryPart$json = {
  456. '1': 'BinaryPart',
  457. '2': [
  458. {'1': 'ext', '3': 1, '4': 1, '5': 9, '10': 'ext'},
  459. {'1': 'data', '3': 2, '4': 1, '5': 12, '10': 'data'},
  460. {'1': 'allCount', '3': 3, '4': 1, '5': 5, '10': 'allCount'},
  461. {'1': 'nonce', '3': 4, '4': 1, '5': 12, '10': 'nonce'},
  462. ],
  463. };
  464. /// Descriptor for `BinaryPart`. Decode as a `google.protobuf.DescriptorProto`.
  465. final $typed_data.Uint8List binaryPartDescriptor = $convert.base64Decode(
  466. 'CgpCaW5hcnlQYXJ0EhAKA2V4dBgBIAEoCVIDZXh0EhIKBGRhdGEYAiABKAxSBGRhdGESGgoIYW'
  467. 'xsQ291bnQYAyABKAVSCGFsbENvdW50EhQKBW5vbmNlGAQgASgMUgVub25jZQ==');
  468. @$core.Deprecated('Use binaryPartV2Descriptor instead')
  469. const BinaryPartV2$json = {
  470. '1': 'BinaryPartV2',
  471. '2': [
  472. {'1': 'data', '3': 1, '4': 1, '5': 12, '10': 'data'},
  473. ],
  474. };
  475. /// Descriptor for `BinaryPartV2`. Decode as a `google.protobuf.DescriptorProto`.
  476. final $typed_data.Uint8List binaryPartV2Descriptor = $convert.base64Decode(
  477. 'CgxCaW5hcnlQYXJ0VjISEgoEZGF0YRgBIAEoDFIEZGF0YQ==');
  478. @$core.Deprecated('Use imageDescriptor instead')
  479. const Image$json = {
  480. '1': 'Image',
  481. '2': [
  482. {'1': 'ext', '3': 1, '4': 1, '5': 9, '10': 'ext'},
  483. {'1': 'data', '3': 2, '4': 1, '5': 12, '10': 'data'},
  484. ],
  485. };
  486. /// Descriptor for `Image`. Decode as a `google.protobuf.DescriptorProto`.
  487. final $typed_data.Uint8List imageDescriptor = $convert.base64Decode(
  488. 'CgVJbWFnZRIQCgNleHQYASABKAlSA2V4dBISCgRkYXRhGAIgASgMUgRkYXRh');
  489. @$core.Deprecated('Use statusEditRequestDescriptor instead')
  490. const StatusEditRequest$json = {
  491. '1': 'StatusEditRequest',
  492. '2': [
  493. {'1': 'id', '3': 1, '4': 1, '5': 3, '10': 'id'},
  494. {'1': 'status', '3': 2, '4': 1, '5': 14, '6': '.base.v1.StatusType', '10': 'status'},
  495. ],
  496. };
  497. /// Descriptor for `StatusEditRequest`. Decode as a `google.protobuf.DescriptorProto`.
  498. final $typed_data.Uint8List statusEditRequestDescriptor = $convert.base64Decode(
  499. 'ChFTdGF0dXNFZGl0UmVxdWVzdBIOCgJpZBgBIAEoA1ICaWQSKwoGc3RhdHVzGAIgASgOMhMuYm'
  500. 'FzZS52MS5TdGF0dXNUeXBlUgZzdGF0dXM=');
  501. @$core.Deprecated('Use courseInfoDescriptor instead')
  502. const CourseInfo$json = {
  503. '1': 'CourseInfo',
  504. '2': [
  505. {'1': 'id', '3': 1, '4': 1, '5': 5, '10': 'id'},
  506. {'1': 'name', '3': 2, '4': 1, '5': 9, '10': 'name'},
  507. {'1': 'totalControlNum', '3': 3, '4': 1, '5': 5, '10': 'totalControlNum'},
  508. {'1': 'maxRange', '3': 4, '4': 1, '5': 5, '10': 'maxRange'},
  509. {'1': 'control_point_sorted_list', '3': 5, '4': 3, '5': 11, '6': '.base.v1.ControlPoint', '10': 'controlPointSortedList'},
  510. ],
  511. };
  512. /// Descriptor for `CourseInfo`. Decode as a `google.protobuf.DescriptorProto`.
  513. final $typed_data.Uint8List courseInfoDescriptor = $convert.base64Decode(
  514. 'CgpDb3Vyc2VJbmZvEg4KAmlkGAEgASgFUgJpZBISCgRuYW1lGAIgASgJUgRuYW1lEigKD3RvdG'
  515. 'FsQ29udHJvbE51bRgDIAEoBVIPdG90YWxDb250cm9sTnVtEhoKCG1heFJhbmdlGAQgASgFUght'
  516. 'YXhSYW5nZRJQChljb250cm9sX3BvaW50X3NvcnRlZF9saXN0GAUgAygLMhUuYmFzZS52MS5Db2'
  517. '50cm9sUG9pbnRSFmNvbnRyb2xQb2ludFNvcnRlZExpc3Q=');
  518. @$core.Deprecated('Use qrCodeInfoDescriptor instead')
  519. const QrCodeInfo$json = {
  520. '1': 'QrCodeInfo',
  521. '2': [
  522. {'1': 'qrCode', '3': 1, '4': 1, '5': 9, '10': 'qrCode'},
  523. ],
  524. };
  525. /// Descriptor for `QrCodeInfo`. Decode as a `google.protobuf.DescriptorProto`.
  526. final $typed_data.Uint8List qrCodeInfoDescriptor = $convert.base64Decode(
  527. 'CgpRckNvZGVJbmZvEhYKBnFyQ29kZRgBIAEoCVIGcXJDb2Rl');
  528. @$core.Deprecated('Use controlPointInfoDescriptor instead')
  529. const ControlPointInfo$json = {
  530. '1': 'ControlPointInfo',
  531. '2': [
  532. {'1': 'displayInfo', '3': 1, '4': 1, '5': 11, '6': '.google.protobuf.Any', '10': 'displayInfo'},
  533. ],
  534. };
  535. /// Descriptor for `ControlPointInfo`. Decode as a `google.protobuf.DescriptorProto`.
  536. final $typed_data.Uint8List controlPointInfoDescriptor = $convert.base64Decode(
  537. 'ChBDb250cm9sUG9pbnRJbmZvEjYKC2Rpc3BsYXlJbmZvGAEgASgLMhQuZ29vZ2xlLnByb3RvYn'
  538. 'VmLkFueVILZGlzcGxheUluZm8=');
  539. @$core.Deprecated('Use controlPointDisplayInfoSingleChoiceDescriptor instead')
  540. const ControlPointDisplayInfoSingleChoice$json = {
  541. '1': 'ControlPointDisplayInfoSingleChoice',
  542. '2': [
  543. {'1': 'question', '3': 1, '4': 1, '5': 9, '10': 'question'},
  544. {'1': 'image', '3': 2, '4': 1, '5': 11, '6': '.base.v1.NetImage', '10': 'image'},
  545. {'1': 'answer', '3': 3, '4': 3, '5': 9, '10': 'answer'},
  546. {'1': 'rightAnswerIndex', '3': 4, '4': 1, '5': 5, '10': 'rightAnswerIndex'},
  547. {'1': 'qbId', '3': 5, '4': 1, '5': 5, '10': 'qbId'},
  548. ],
  549. };
  550. /// Descriptor for `ControlPointDisplayInfoSingleChoice`. Decode as a `google.protobuf.DescriptorProto`.
  551. final $typed_data.Uint8List controlPointDisplayInfoSingleChoiceDescriptor = $convert.base64Decode(
  552. 'CiNDb250cm9sUG9pbnREaXNwbGF5SW5mb1NpbmdsZUNob2ljZRIaCghxdWVzdGlvbhgBIAEoCV'
  553. 'IIcXVlc3Rpb24SJwoFaW1hZ2UYAiABKAsyES5iYXNlLnYxLk5ldEltYWdlUgVpbWFnZRIWCgZh'
  554. 'bnN3ZXIYAyADKAlSBmFuc3dlchIqChByaWdodEFuc3dlckluZGV4GAQgASgFUhByaWdodEFuc3'
  555. 'dlckluZGV4EhIKBHFiSWQYBSABKAVSBHFiSWQ=');
  556. @$core.Deprecated('Use controlPointDisplayCaptureDescriptor instead')
  557. const ControlPointDisplayCapture$json = {
  558. '1': 'ControlPointDisplayCapture',
  559. '2': [
  560. {'1': 'prompt', '3': 1, '4': 1, '5': 9, '10': 'prompt'},
  561. ],
  562. };
  563. /// Descriptor for `ControlPointDisplayCapture`. Decode as a `google.protobuf.DescriptorProto`.
  564. final $typed_data.Uint8List controlPointDisplayCaptureDescriptor = $convert.base64Decode(
  565. 'ChpDb250cm9sUG9pbnREaXNwbGF5Q2FwdHVyZRIWCgZwcm9tcHQYASABKAlSBnByb21wdA==');
  566. @$core.Deprecated('Use controlPointDisplayStringDescriptor instead')
  567. const ControlPointDisplayString$json = {
  568. '1': 'ControlPointDisplayString',
  569. '2': [
  570. {'1': 'prompt', '3': 1, '4': 1, '5': 9, '10': 'prompt'},
  571. ],
  572. };
  573. /// Descriptor for `ControlPointDisplayString`. Decode as a `google.protobuf.DescriptorProto`.
  574. final $typed_data.Uint8List controlPointDisplayStringDescriptor = $convert.base64Decode(
  575. 'ChlDb250cm9sUG9pbnREaXNwbGF5U3RyaW5nEhYKBnByb21wdBgBIAEoCVIGcHJvbXB0');
  576. @$core.Deprecated('Use controlPointDescriptor instead')
  577. const ControlPoint$json = {
  578. '1': 'ControlPoint',
  579. '2': [
  580. {'1': 'id', '3': 1, '4': 1, '5': 3, '10': 'id'},
  581. {'1': 'info', '3': 2, '4': 1, '5': 11, '6': '.base.v1.ControlPointInfo', '10': 'info'},
  582. {'1': 'nfc_id_list', '3': 3, '4': 3, '5': 9, '10': 'nfcIdList'},
  583. {'1': 'on_map_x', '3': 4, '4': 1, '5': 3, '10': 'onMapX'},
  584. {'1': 'on_map_y', '3': 5, '4': 1, '5': 3, '10': 'onMapY'},
  585. {'1': 'sn', '3': 6, '4': 1, '5': 9, '10': 'sn'},
  586. {'1': 'ciPosition', '3': 7, '4': 1, '5': 11, '6': '.base.v1.Position', '10': 'ciPosition'},
  587. {'1': 'mapPosition', '3': 8, '4': 1, '5': 11, '6': '.base.v1.Position', '10': 'mapPosition'},
  588. {'1': 'category', '3': 9, '4': 1, '5': 5, '10': 'category'},
  589. ],
  590. };
  591. /// Descriptor for `ControlPoint`. Decode as a `google.protobuf.DescriptorProto`.
  592. final $typed_data.Uint8List controlPointDescriptor = $convert.base64Decode(
  593. 'CgxDb250cm9sUG9pbnQSDgoCaWQYASABKANSAmlkEi0KBGluZm8YAiABKAsyGS5iYXNlLnYxLk'
  594. 'NvbnRyb2xQb2ludEluZm9SBGluZm8SHgoLbmZjX2lkX2xpc3QYAyADKAlSCW5mY0lkTGlzdBIY'
  595. 'Cghvbl9tYXBfeBgEIAEoA1IGb25NYXBYEhgKCG9uX21hcF95GAUgASgDUgZvbk1hcFkSDgoCc2'
  596. '4YBiABKAlSAnNuEjEKCmNpUG9zaXRpb24YByABKAsyES5iYXNlLnYxLlBvc2l0aW9uUgpjaVBv'
  597. 'c2l0aW9uEjMKC21hcFBvc2l0aW9uGAggASgLMhEuYmFzZS52MS5Qb3NpdGlvblILbWFwUG9zaX'
  598. 'Rpb24SGgoIY2F0ZWdvcnkYCSABKAVSCGNhdGVnb3J5');
  599. @$core.Deprecated('Use controlPointSimpleDescriptor instead')
  600. const ControlPointSimple$json = {
  601. '1': 'ControlPointSimple',
  602. '2': [
  603. {'1': 'id', '3': 1, '4': 1, '5': 3, '10': 'id'},
  604. {'1': 'nfc_id_list', '3': 2, '4': 3, '5': 9, '10': 'nfcIdList'},
  605. {'1': 'sn', '3': 3, '4': 1, '5': 9, '10': 'sn'},
  606. ],
  607. };
  608. /// Descriptor for `ControlPointSimple`. Decode as a `google.protobuf.DescriptorProto`.
  609. final $typed_data.Uint8List controlPointSimpleDescriptor = $convert.base64Decode(
  610. 'ChJDb250cm9sUG9pbnRTaW1wbGUSDgoCaWQYASABKANSAmlkEh4KC25mY19pZF9saXN0GAIgAy'
  611. 'gJUgluZmNJZExpc3QSDgoCc24YAyABKAlSAnNu');
  612. @$core.Deprecated('Use gameDetailV2ReplyDescriptor instead')
  613. const GameDetailV2Reply$json = {
  614. '1': 'GameDetailV2Reply',
  615. '2': [
  616. {'1': 'game_id', '3': 1, '4': 1, '5': 5, '10': 'gameId'},
  617. {'1': 'isComplete', '3': 2, '4': 1, '5': 8, '10': 'isComplete'},
  618. {'1': 'start_at', '3': 3, '4': 1, '5': 11, '6': '.google.protobuf.Timestamp', '10': 'startAt'},
  619. {'1': 'checked_sorted_list', '3': 4, '4': 3, '5': 11, '6': '.base.v1.ControlPointGameInfo', '10': 'checkedSortedList'},
  620. {'1': 'duration', '3': 5, '4': 1, '5': 11, '6': '.google.protobuf.Duration', '10': 'duration'},
  621. {'1': 'stop_at', '3': 6, '4': 1, '5': 11, '6': '.google.protobuf.Timestamp', '10': 'stopAt'},
  622. {'1': 'qrJsonCode', '3': 7, '4': 1, '5': 9, '10': 'qrJsonCode'},
  623. {'1': 'isSuccess', '3': 8, '4': 1, '5': 8, '10': 'isSuccess'},
  624. {'1': 'sysPoint', '3': 9, '4': 1, '5': 5, '10': 'sysPoint'},
  625. {'1': 'totalPointNum', '3': 10, '4': 1, '5': 5, '10': 'totalPointNum'},
  626. {'1': 'actName', '3': 13, '4': 1, '5': 9, '10': 'actName'},
  627. {'1': 'distance', '3': 14, '4': 1, '5': 5, '10': 'distance'},
  628. {'1': 'pace', '3': 15, '4': 1, '5': 5, '10': 'pace'},
  629. {'1': 'avgHr', '3': 16, '4': 1, '5': 5, '10': 'avgHr'},
  630. {'1': 'Calorie', '3': 17, '4': 1, '5': 5, '10': 'Calorie'},
  631. {'1': 'Ck', '3': 18, '4': 1, '5': 5, '10': 'Ck'},
  632. {'1': 'Ei', '3': 19, '4': 1, '5': 2, '10': 'Ei'},
  633. {'1': 'stepNum', '3': 20, '4': 1, '5': 5, '10': 'stepNum'},
  634. {'1': 'gameGpsInfo', '3': 21, '4': 3, '5': 11, '6': '.base.v1.GameGpsInfo', '10': 'gameGpsInfo'},
  635. {'1': 'map_zip', '3': 22, '4': 1, '5': 11, '6': '.base.v1.NetImage', '10': 'mapZip'},
  636. {'1': 'answerHistory', '3': 23, '4': 1, '5': 11, '6': '.base.v1.AnswerHistoryInfo', '10': 'answerHistory'},
  637. {'1': 'gameHrInfos', '3': 24, '4': 3, '5': 11, '6': '.base.v1.HeartRate', '10': 'gameHrInfos'},
  638. {'1': 'source', '3': 25, '4': 1, '5': 14, '6': '.base.v1.GameHistorySource', '10': 'source'},
  639. {'1': 'actId', '3': 26, '4': 1, '5': 5, '10': 'actId'},
  640. {'1': 'body', '3': 27, '4': 1, '5': 11, '6': '.base.v1.OrienteerBodyInfo', '10': 'body'},
  641. ],
  642. };
  643. /// Descriptor for `GameDetailV2Reply`. Decode as a `google.protobuf.DescriptorProto`.
  644. final $typed_data.Uint8List gameDetailV2ReplyDescriptor = $convert.base64Decode(
  645. 'ChFHYW1lRGV0YWlsVjJSZXBseRIXCgdnYW1lX2lkGAEgASgFUgZnYW1lSWQSHgoKaXNDb21wbG'
  646. 'V0ZRgCIAEoCFIKaXNDb21wbGV0ZRI1CghzdGFydF9hdBgDIAEoCzIaLmdvb2dsZS5wcm90b2J1'
  647. 'Zi5UaW1lc3RhbXBSB3N0YXJ0QXQSTQoTY2hlY2tlZF9zb3J0ZWRfbGlzdBgEIAMoCzIdLmJhc2'
  648. 'UudjEuQ29udHJvbFBvaW50R2FtZUluZm9SEWNoZWNrZWRTb3J0ZWRMaXN0EjUKCGR1cmF0aW9u'
  649. 'GAUgASgLMhkuZ29vZ2xlLnByb3RvYnVmLkR1cmF0aW9uUghkdXJhdGlvbhIzCgdzdG9wX2F0GA'
  650. 'YgASgLMhouZ29vZ2xlLnByb3RvYnVmLlRpbWVzdGFtcFIGc3RvcEF0Eh4KCnFySnNvbkNvZGUY'
  651. 'ByABKAlSCnFySnNvbkNvZGUSHAoJaXNTdWNjZXNzGAggASgIUglpc1N1Y2Nlc3MSGgoIc3lzUG'
  652. '9pbnQYCSABKAVSCHN5c1BvaW50EiQKDXRvdGFsUG9pbnROdW0YCiABKAVSDXRvdGFsUG9pbnRO'
  653. 'dW0SGAoHYWN0TmFtZRgNIAEoCVIHYWN0TmFtZRIaCghkaXN0YW5jZRgOIAEoBVIIZGlzdGFuY2'
  654. 'USEgoEcGFjZRgPIAEoBVIEcGFjZRIUCgVhdmdIchgQIAEoBVIFYXZnSHISGAoHQ2Fsb3JpZRgR'
  655. 'IAEoBVIHQ2Fsb3JpZRIOCgJDaxgSIAEoBVICQ2sSDgoCRWkYEyABKAJSAkVpEhgKB3N0ZXBOdW'
  656. '0YFCABKAVSB3N0ZXBOdW0SNgoLZ2FtZUdwc0luZm8YFSADKAsyFC5iYXNlLnYxLkdhbWVHcHNJ'
  657. 'bmZvUgtnYW1lR3BzSW5mbxIqCgdtYXBfemlwGBYgASgLMhEuYmFzZS52MS5OZXRJbWFnZVIGbW'
  658. 'FwWmlwEkAKDWFuc3dlckhpc3RvcnkYFyABKAsyGi5iYXNlLnYxLkFuc3dlckhpc3RvcnlJbmZv'
  659. 'Ug1hbnN3ZXJIaXN0b3J5EjQKC2dhbWVIckluZm9zGBggAygLMhIuYmFzZS52MS5IZWFydFJhdG'
  660. 'VSC2dhbWVIckluZm9zEjIKBnNvdXJjZRgZIAEoDjIaLmJhc2UudjEuR2FtZUhpc3RvcnlTb3Vy'
  661. 'Y2VSBnNvdXJjZRIUCgVhY3RJZBgaIAEoBVIFYWN0SWQSLgoEYm9keRgbIAEoCzIaLmJhc2Uudj'
  662. 'EuT3JpZW50ZWVyQm9keUluZm9SBGJvZHk=');
  663. @$core.Deprecated('Use orienteerBodyInfoDescriptor instead')
  664. const OrienteerBodyInfo$json = {
  665. '1': 'OrienteerBodyInfo',
  666. '2': [
  667. {'1': 'oId', '3': 1, '4': 1, '5': 5, '10': 'oId'},
  668. {'1': 'sex', '3': 2, '4': 1, '5': 14, '6': '.base.v1.User.Sex', '10': 'sex'},
  669. {'1': 'birthdayYear', '3': 3, '4': 1, '5': 5, '10': 'birthdayYear'},
  670. {'1': 'heightMillimeter', '3': 4, '4': 1, '5': 5, '10': 'heightMillimeter'},
  671. {'1': 'weightGram', '3': 5, '4': 1, '5': 5, '10': 'weightGram'},
  672. {'1': 'staticHr', '3': 6, '4': 1, '5': 5, '10': 'staticHr'},
  673. ],
  674. };
  675. /// Descriptor for `OrienteerBodyInfo`. Decode as a `google.protobuf.DescriptorProto`.
  676. final $typed_data.Uint8List orienteerBodyInfoDescriptor = $convert.base64Decode(
  677. 'ChFPcmllbnRlZXJCb2R5SW5mbxIQCgNvSWQYASABKAVSA29JZBIjCgNzZXgYAiABKA4yES5iYX'
  678. 'NlLnYxLlVzZXIuU2V4UgNzZXgSIgoMYmlydGhkYXlZZWFyGAMgASgFUgxiaXJ0aGRheVllYXIS'
  679. 'KgoQaGVpZ2h0TWlsbGltZXRlchgEIAEoBVIQaGVpZ2h0TWlsbGltZXRlchIeCgp3ZWlnaHRHcm'
  680. 'FtGAUgASgFUgp3ZWlnaHRHcmFtEhoKCHN0YXRpY0hyGAYgASgFUghzdGF0aWNIcg==');
  681. @$core.Deprecated('Use controlPointGameInfoDescriptor instead')
  682. const ControlPointGameInfo$json = {
  683. '1': 'ControlPointGameInfo',
  684. '2': [
  685. {'1': 'id', '3': 1, '4': 1, '5': 3, '10': 'id'},
  686. {'1': 'sn', '3': 2, '4': 1, '5': 9, '10': 'sn'},
  687. {'1': 'cType', '3': 3, '4': 1, '5': 14, '6': '.base.v1.CType', '10': 'cType'},
  688. {'1': 'orderNo', '3': 4, '4': 1, '5': 5, '10': 'orderNo'},
  689. {'1': 'is_check_success', '3': 5, '4': 1, '5': 8, '10': 'isCheckSuccess'},
  690. {'1': 'check_after_last', '3': 6, '4': 1, '5': 11, '6': '.google.protobuf.Duration', '10': 'checkAfterLast'},
  691. {'1': 'punchTime', '3': 7, '4': 1, '5': 11, '6': '.google.protobuf.Timestamp', '10': 'punchTime'},
  692. {'1': 'position', '3': 8, '4': 1, '5': 11, '6': '.base.v1.Position', '10': 'position'},
  693. {'1': 'disAfterLast', '3': 9, '4': 1, '5': 5, '10': 'disAfterLast'},
  694. {'1': 'disStraightAfterLast', '3': 10, '4': 1, '5': 5, '10': 'disStraightAfterLast'},
  695. {'1': 'paceAfterLast', '3': 11, '4': 1, '5': 5, '10': 'paceAfterLast'},
  696. {'1': 'paceAfterStart', '3': 12, '4': 1, '5': 5, '10': 'paceAfterStart'},
  697. {'1': 'check_after_start', '3': 13, '4': 1, '5': 11, '6': '.google.protobuf.Duration', '10': 'checkAfterStart'},
  698. ],
  699. };
  700. /// Descriptor for `ControlPointGameInfo`. Decode as a `google.protobuf.DescriptorProto`.
  701. final $typed_data.Uint8List controlPointGameInfoDescriptor = $convert.base64Decode(
  702. 'ChRDb250cm9sUG9pbnRHYW1lSW5mbxIOCgJpZBgBIAEoA1ICaWQSDgoCc24YAiABKAlSAnNuEi'
  703. 'QKBWNUeXBlGAMgASgOMg4uYmFzZS52MS5DVHlwZVIFY1R5cGUSGAoHb3JkZXJObxgEIAEoBVIH'
  704. 'b3JkZXJObxIoChBpc19jaGVja19zdWNjZXNzGAUgASgIUg5pc0NoZWNrU3VjY2VzcxJDChBjaG'
  705. 'Vja19hZnRlcl9sYXN0GAYgASgLMhkuZ29vZ2xlLnByb3RvYnVmLkR1cmF0aW9uUg5jaGVja0Fm'
  706. 'dGVyTGFzdBI4CglwdW5jaFRpbWUYByABKAsyGi5nb29nbGUucHJvdG9idWYuVGltZXN0YW1wUg'
  707. 'lwdW5jaFRpbWUSLQoIcG9zaXRpb24YCCABKAsyES5iYXNlLnYxLlBvc2l0aW9uUghwb3NpdGlv'
  708. 'bhIiCgxkaXNBZnRlckxhc3QYCSABKAVSDGRpc0FmdGVyTGFzdBIyChRkaXNTdHJhaWdodEFmdG'
  709. 'VyTGFzdBgKIAEoBVIUZGlzU3RyYWlnaHRBZnRlckxhc3QSJAoNcGFjZUFmdGVyTGFzdBgLIAEo'
  710. 'BVINcGFjZUFmdGVyTGFzdBImCg5wYWNlQWZ0ZXJTdGFydBgMIAEoBVIOcGFjZUFmdGVyU3Rhcn'
  711. 'QSRQoRY2hlY2tfYWZ0ZXJfc3RhcnQYDSABKAsyGS5nb29nbGUucHJvdG9idWYuRHVyYXRpb25S'
  712. 'D2NoZWNrQWZ0ZXJTdGFydA==');
  713. @$core.Deprecated('Use answerHistoryInfoDescriptor instead')
  714. const AnswerHistoryInfo$json = {
  715. '1': 'AnswerHistoryInfo',
  716. '2': [
  717. {'1': 'accuracy', '3': 1, '4': 1, '5': 5, '10': 'accuracy'},
  718. {'1': 'totalAnswerNum', '3': 2, '4': 1, '5': 5, '10': 'totalAnswerNum'},
  719. {'1': 'correctAnswerNum', '3': 3, '4': 1, '5': 5, '10': 'correctAnswerNum'},
  720. {'1': 'ranking', '3': 4, '4': 1, '5': 5, '10': 'ranking'},
  721. {'1': 'rankingDay', '3': 5, '4': 1, '5': 5, '10': 'rankingDay'},
  722. {'1': 'list', '3': 6, '4': 3, '5': 11, '6': '.base.v1.AnswerDetailInfo', '10': 'list'},
  723. {'1': 'rankingSurpass', '3': 7, '4': 1, '5': 5, '10': 'rankingSurpass'},
  724. ],
  725. };
  726. /// Descriptor for `AnswerHistoryInfo`. Decode as a `google.protobuf.DescriptorProto`.
  727. final $typed_data.Uint8List answerHistoryInfoDescriptor = $convert.base64Decode(
  728. 'ChFBbnN3ZXJIaXN0b3J5SW5mbxIaCghhY2N1cmFjeRgBIAEoBVIIYWNjdXJhY3kSJgoOdG90YW'
  729. 'xBbnN3ZXJOdW0YAiABKAVSDnRvdGFsQW5zd2VyTnVtEioKEGNvcnJlY3RBbnN3ZXJOdW0YAyAB'
  730. 'KAVSEGNvcnJlY3RBbnN3ZXJOdW0SGAoHcmFua2luZxgEIAEoBVIHcmFua2luZxIeCgpyYW5raW'
  731. '5nRGF5GAUgASgFUgpyYW5raW5nRGF5Ei0KBGxpc3QYBiADKAsyGS5iYXNlLnYxLkFuc3dlckRl'
  732. 'dGFpbEluZm9SBGxpc3QSJgoOcmFua2luZ1N1cnBhc3MYByABKAVSDnJhbmtpbmdTdXJwYXNz');
  733. @$core.Deprecated('Use answerDetailInfoDescriptor instead')
  734. const AnswerDetailInfo$json = {
  735. '1': 'AnswerDetailInfo',
  736. '2': [
  737. {'1': 'qbId', '3': 1, '4': 1, '5': 5, '10': 'qbId'},
  738. {'1': 'question', '3': 2, '4': 1, '5': 9, '10': 'question'},
  739. {'1': 'image', '3': 3, '4': 1, '5': 11, '6': '.base.v1.NetImage', '10': 'image'},
  740. {'1': 'answer', '3': 4, '4': 3, '5': 9, '10': 'answer'},
  741. {'1': 'rightAnswerIndex', '3': 5, '4': 1, '5': 5, '10': 'rightAnswerIndex'},
  742. {'1': 'userAnswerIndex', '3': 6, '4': 1, '5': 5, '10': 'userAnswerIndex'},
  743. {'1': 'answerCorrect', '3': 7, '4': 1, '5': 8, '10': 'answerCorrect'},
  744. {'1': 'isAnswer', '3': 8, '4': 1, '5': 8, '10': 'isAnswer'},
  745. ],
  746. };
  747. /// Descriptor for `AnswerDetailInfo`. Decode as a `google.protobuf.DescriptorProto`.
  748. final $typed_data.Uint8List answerDetailInfoDescriptor = $convert.base64Decode(
  749. 'ChBBbnN3ZXJEZXRhaWxJbmZvEhIKBHFiSWQYASABKAVSBHFiSWQSGgoIcXVlc3Rpb24YAiABKA'
  750. 'lSCHF1ZXN0aW9uEicKBWltYWdlGAMgASgLMhEuYmFzZS52MS5OZXRJbWFnZVIFaW1hZ2USFgoG'
  751. 'YW5zd2VyGAQgAygJUgZhbnN3ZXISKgoQcmlnaHRBbnN3ZXJJbmRleBgFIAEoBVIQcmlnaHRBbn'
  752. 'N3ZXJJbmRleBIoCg91c2VyQW5zd2VySW5kZXgYBiABKAVSD3VzZXJBbnN3ZXJJbmRleBIkCg1h'
  753. 'bnN3ZXJDb3JyZWN0GAcgASgIUg1hbnN3ZXJDb3JyZWN0EhoKCGlzQW5zd2VyGAggASgIUghpc0'
  754. 'Fuc3dlcg==');
  755. @$core.Deprecated('Use toActivityRegusterEditRequestDescriptor instead')
  756. const ToActivityRegusterEditRequest$json = {
  757. '1': 'ToActivityRegusterEditRequest',
  758. '2': [
  759. {'1': 'regId', '3': 1, '4': 1, '5': 5, '10': 'regId'},
  760. {'1': 'regName', '3': 2, '4': 1, '5': 9, '10': 'regName'},
  761. {'1': 'startSecond', '3': 3, '4': 1, '5': 3, '10': 'startSecond'},
  762. {'1': 'endSecond', '3': 4, '4': 1, '5': 3, '10': 'endSecond'},
  763. {'1': 'organizer', '3': 5, '4': 1, '5': 9, '10': 'organizer'},
  764. ],
  765. };
  766. /// Descriptor for `ToActivityRegusterEditRequest`. Decode as a `google.protobuf.DescriptorProto`.
  767. final $typed_data.Uint8List toActivityRegusterEditRequestDescriptor = $convert.base64Decode(
  768. 'Ch1Ub0FjdGl2aXR5UmVndXN0ZXJFZGl0UmVxdWVzdBIUCgVyZWdJZBgBIAEoBVIFcmVnSWQSGA'
  769. 'oHcmVnTmFtZRgCIAEoCVIHcmVnTmFtZRIgCgtzdGFydFNlY29uZBgDIAEoA1ILc3RhcnRTZWNv'
  770. 'bmQSHAoJZW5kU2Vjb25kGAQgASgDUgllbmRTZWNvbmQSHAoJb3JnYW5pemVyGAUgASgJUglvcm'
  771. 'dhbml6ZXI=');
  772. @$core.Deprecated('Use toActivityRegusterListRequestDescriptor instead')
  773. const ToActivityRegusterListRequest$json = {
  774. '1': 'ToActivityRegusterListRequest',
  775. '2': [
  776. {'1': 'offset', '3': 1, '4': 1, '5': 5, '10': 'offset'},
  777. {'1': 'limit', '3': 2, '4': 1, '5': 5, '10': 'limit'},
  778. ],
  779. };
  780. /// Descriptor for `ToActivityRegusterListRequest`. Decode as a `google.protobuf.DescriptorProto`.
  781. final $typed_data.Uint8List toActivityRegusterListRequestDescriptor = $convert.base64Decode(
  782. 'Ch1Ub0FjdGl2aXR5UmVndXN0ZXJMaXN0UmVxdWVzdBIWCgZvZmZzZXQYASABKAVSBm9mZnNldB'
  783. 'IUCgVsaW1pdBgCIAEoBVIFbGltaXQ=');
  784. @$core.Deprecated('Use toActivityRegusterListReplyDescriptor instead')
  785. const ToActivityRegusterListReply$json = {
  786. '1': 'ToActivityRegusterListReply',
  787. '2': [
  788. {'1': 'list', '3': 1, '4': 3, '5': 11, '6': '.base.v1.ToActivityRegusterInfo', '10': 'list'},
  789. ],
  790. };
  791. /// Descriptor for `ToActivityRegusterListReply`. Decode as a `google.protobuf.DescriptorProto`.
  792. final $typed_data.Uint8List toActivityRegusterListReplyDescriptor = $convert.base64Decode(
  793. 'ChtUb0FjdGl2aXR5UmVndXN0ZXJMaXN0UmVwbHkSMwoEbGlzdBgBIAMoCzIfLmJhc2UudjEuVG'
  794. '9BY3Rpdml0eVJlZ3VzdGVySW5mb1IEbGlzdA==');
  795. @$core.Deprecated('Use toActivityRegusterInfoDescriptor instead')
  796. const ToActivityRegusterInfo$json = {
  797. '1': 'ToActivityRegusterInfo',
  798. '2': [
  799. {'1': 'regId', '3': 1, '4': 1, '5': 5, '10': 'regId'},
  800. {'1': 'regName', '3': 2, '4': 1, '5': 9, '10': 'regName'},
  801. {'1': 'startSecond', '3': 3, '4': 1, '5': 3, '10': 'startSecond'},
  802. {'1': 'endSecond', '3': 4, '4': 1, '5': 3, '10': 'endSecond'},
  803. {'1': 'organizer', '3': 5, '4': 1, '5': 9, '10': 'organizer'},
  804. {'1': 'key', '3': 6, '4': 1, '5': 9, '10': 'key'},
  805. ],
  806. };
  807. /// Descriptor for `ToActivityRegusterInfo`. Decode as a `google.protobuf.DescriptorProto`.
  808. final $typed_data.Uint8List toActivityRegusterInfoDescriptor = $convert.base64Decode(
  809. 'ChZUb0FjdGl2aXR5UmVndXN0ZXJJbmZvEhQKBXJlZ0lkGAEgASgFUgVyZWdJZBIYCgdyZWdOYW'
  810. '1lGAIgASgJUgdyZWdOYW1lEiAKC3N0YXJ0U2Vjb25kGAMgASgDUgtzdGFydFNlY29uZBIcCgll'
  811. 'bmRTZWNvbmQYBCABKANSCWVuZFNlY29uZBIcCglvcmdhbml6ZXIYBSABKAlSCW9yZ2FuaXplch'
  812. 'IQCgNrZXkYBiABKAlSA2tleQ==');
  813. @$core.Deprecated('Use toGameRankingRequestDescriptor instead')
  814. const ToGameRankingRequest$json = {
  815. '1': 'ToGameRankingRequest',
  816. '2': [
  817. {'1': 'mapId', '3': 1, '4': 1, '5': 5, '10': 'mapId'},
  818. {'1': 'startSecond', '3': 2, '4': 1, '5': 3, '10': 'startSecond'},
  819. ],
  820. };
  821. /// Descriptor for `ToGameRankingRequest`. Decode as a `google.protobuf.DescriptorProto`.
  822. final $typed_data.Uint8List toGameRankingRequestDescriptor = $convert.base64Decode(
  823. 'ChRUb0dhbWVSYW5raW5nUmVxdWVzdBIUCgVtYXBJZBgBIAEoBVIFbWFwSWQSIAoLc3RhcnRTZW'
  824. 'NvbmQYAiABKANSC3N0YXJ0U2Vjb25k');
  825. @$core.Deprecated('Use toGameRankingReplyDescriptor instead')
  826. const ToGameRankingReply$json = {
  827. '1': 'ToGameRankingReply',
  828. '2': [
  829. {'1': 'list', '3': 1, '4': 3, '5': 11, '6': '.base.v1.ToActionRankInfo', '10': 'list'},
  830. ],
  831. };
  832. /// Descriptor for `ToGameRankingReply`. Decode as a `google.protobuf.DescriptorProto`.
  833. final $typed_data.Uint8List toGameRankingReplyDescriptor = $convert.base64Decode(
  834. 'ChJUb0dhbWVSYW5raW5nUmVwbHkSLQoEbGlzdBgBIAMoCzIZLmJhc2UudjEuVG9BY3Rpb25SYW'
  835. '5rSW5mb1IEbGlzdA==');
  836. @$core.Deprecated('Use toActionRankInfoDescriptor instead')
  837. const ToActionRankInfo$json = {
  838. '1': 'ToActionRankInfo',
  839. '2': [
  840. {'1': 'actId', '3': 1, '4': 1, '5': 5, '10': 'actId'},
  841. {'1': 'actName', '3': 2, '4': 1, '5': 9, '10': 'actName'},
  842. {'1': 'totalUserNum', '3': 3, '4': 1, '5': 5, '10': 'totalUserNum'},
  843. {'1': 'rankList', '3': 4, '4': 3, '5': 11, '6': '.base.v1.ToOrienteerRankInfo', '10': 'rankList'},
  844. ],
  845. };
  846. /// Descriptor for `ToActionRankInfo`. Decode as a `google.protobuf.DescriptorProto`.
  847. final $typed_data.Uint8List toActionRankInfoDescriptor = $convert.base64Decode(
  848. 'ChBUb0FjdGlvblJhbmtJbmZvEhQKBWFjdElkGAEgASgFUgVhY3RJZBIYCgdhY3ROYW1lGAIgAS'
  849. 'gJUgdhY3ROYW1lEiIKDHRvdGFsVXNlck51bRgDIAEoBVIMdG90YWxVc2VyTnVtEjgKCHJhbmtM'
  850. 'aXN0GAQgAygLMhwuYmFzZS52MS5Ub09yaWVudGVlclJhbmtJbmZvUghyYW5rTGlzdA==');
  851. @$core.Deprecated('Use toOrienteerRankInfoDescriptor instead')
  852. const ToOrienteerRankInfo$json = {
  853. '1': 'ToOrienteerRankInfo',
  854. '2': [
  855. {'1': 'gameId', '3': 1, '4': 1, '5': 5, '10': 'gameId'},
  856. {'1': 'oName', '3': 2, '4': 1, '5': 9, '10': 'oName'},
  857. {'1': 'phone', '3': 3, '4': 1, '5': 9, '10': 'phone'},
  858. {'1': 'courseName', '3': 4, '4': 1, '5': 9, '10': 'courseName'},
  859. {'1': 'state', '3': 5, '4': 1, '5': 5, '10': 'state'},
  860. {'1': 'start_at', '3': 6, '4': 1, '5': 11, '6': '.google.protobuf.Timestamp', '10': 'startAt'},
  861. {'1': 'duration', '3': 7, '4': 1, '5': 11, '6': '.google.protobuf.Duration', '10': 'duration'},
  862. {'1': 'distance', '3': 8, '4': 1, '5': 5, '10': 'distance'},
  863. {'1': 'totalControlNum', '3': 9, '4': 1, '5': 5, '10': 'totalControlNum'},
  864. {'1': 'oId', '3': 10, '4': 1, '5': 5, '10': 'oId'},
  865. ],
  866. };
  867. /// Descriptor for `ToOrienteerRankInfo`. Decode as a `google.protobuf.DescriptorProto`.
  868. final $typed_data.Uint8List toOrienteerRankInfoDescriptor = $convert.base64Decode(
  869. 'ChNUb09yaWVudGVlclJhbmtJbmZvEhYKBmdhbWVJZBgBIAEoBVIGZ2FtZUlkEhQKBW9OYW1lGA'
  870. 'IgASgJUgVvTmFtZRIUCgVwaG9uZRgDIAEoCVIFcGhvbmUSHgoKY291cnNlTmFtZRgEIAEoCVIK'
  871. 'Y291cnNlTmFtZRIUCgVzdGF0ZRgFIAEoBVIFc3RhdGUSNQoIc3RhcnRfYXQYBiABKAsyGi5nb2'
  872. '9nbGUucHJvdG9idWYuVGltZXN0YW1wUgdzdGFydEF0EjUKCGR1cmF0aW9uGAcgASgLMhkuZ29v'
  873. 'Z2xlLnByb3RvYnVmLkR1cmF0aW9uUghkdXJhdGlvbhIaCghkaXN0YW5jZRgIIAEoBVIIZGlzdG'
  874. 'FuY2USKAoPdG90YWxDb250cm9sTnVtGAkgASgFUg90b3RhbENvbnRyb2xOdW0SEAoDb0lkGAog'
  875. 'ASgFUgNvSWQ=');
  876. @$core.Deprecated('Use toGetUpdateVersionRequestDescriptor instead')
  877. const ToGetUpdateVersionRequest$json = {
  878. '1': 'ToGetUpdateVersionRequest',
  879. '2': [
  880. {'1': 'vCode', '3': 1, '4': 1, '5': 9, '10': 'vCode'},
  881. {'1': 'vShop', '3': 2, '4': 1, '5': 5, '10': 'vShop'},
  882. ],
  883. };
  884. /// Descriptor for `ToGetUpdateVersionRequest`. Decode as a `google.protobuf.DescriptorProto`.
  885. final $typed_data.Uint8List toGetUpdateVersionRequestDescriptor = $convert.base64Decode(
  886. 'ChlUb0dldFVwZGF0ZVZlcnNpb25SZXF1ZXN0EhQKBXZDb2RlGAEgASgJUgV2Q29kZRIUCgV2U2'
  887. 'hvcBgCIAEoBVIFdlNob3A=');
  888. @$core.Deprecated('Use toGetUpdateVersionReplyDescriptor instead')
  889. const ToGetUpdateVersionReply$json = {
  890. '1': 'ToGetUpdateVersionReply',
  891. '2': [
  892. {'1': 'needUpdate', '3': 1, '4': 1, '5': 8, '10': 'needUpdate'},
  893. {'1': 'vCode', '3': 2, '4': 1, '5': 9, '10': 'vCode'},
  894. {'1': 'vMemo', '3': 3, '4': 1, '5': 9, '10': 'vMemo'},
  895. {'1': 'vUrl', '3': 4, '4': 1, '5': 9, '10': 'vUrl'},
  896. ],
  897. };
  898. /// Descriptor for `ToGetUpdateVersionReply`. Decode as a `google.protobuf.DescriptorProto`.
  899. final $typed_data.Uint8List toGetUpdateVersionReplyDescriptor = $convert.base64Decode(
  900. 'ChdUb0dldFVwZGF0ZVZlcnNpb25SZXBseRIeCgpuZWVkVXBkYXRlGAEgASgIUgpuZWVkVXBkYX'
  901. 'RlEhQKBXZDb2RlGAIgASgJUgV2Q29kZRIUCgV2TWVtbxgDIAEoCVIFdk1lbW8SEgoEdlVybBgE'
  902. 'IAEoCVIEdlVybA==');
  903. @$core.Deprecated('Use toGameDetailReplyDescriptor instead')
  904. const ToGameDetailReply$json = {
  905. '1': 'ToGameDetailReply',
  906. '2': [
  907. {'1': 'game_id', '3': 1, '4': 1, '5': 5, '10': 'gameId'},
  908. {'1': 'isComplete', '3': 2, '4': 1, '5': 8, '10': 'isComplete'},
  909. {'1': 'start_at', '3': 3, '4': 1, '5': 11, '6': '.google.protobuf.Timestamp', '10': 'startAt'},
  910. {'1': 'checked_sorted_list', '3': 4, '4': 3, '5': 11, '6': '.base.v1.ToControlPoint', '10': 'checkedSortedList'},
  911. {'1': 'duration', '3': 5, '4': 1, '5': 11, '6': '.google.protobuf.Duration', '10': 'duration'},
  912. {'1': 'stop_at', '3': 6, '4': 1, '5': 11, '6': '.google.protobuf.Timestamp', '10': 'stopAt'},
  913. {'1': 'isSuccess', '3': 8, '4': 1, '5': 8, '10': 'isSuccess'},
  914. {'1': 'sysPoint', '3': 9, '4': 1, '5': 5, '10': 'sysPoint'},
  915. {'1': 'totalPointNum', '3': 10, '4': 1, '5': 5, '10': 'totalPointNum'},
  916. {'1': 'actName', '3': 13, '4': 1, '5': 9, '10': 'actName'},
  917. {'1': 'distance', '3': 14, '4': 1, '5': 5, '10': 'distance'},
  918. {'1': 'pace', '3': 15, '4': 1, '5': 5, '10': 'pace'},
  919. {'1': 'avgHr', '3': 16, '4': 1, '5': 5, '10': 'avgHr'},
  920. {'1': 'Calorie', '3': 17, '4': 1, '5': 5, '10': 'Calorie'},
  921. {'1': 'Ck', '3': 18, '4': 1, '5': 5, '10': 'Ck'},
  922. {'1': 'Ei', '3': 19, '4': 1, '5': 2, '10': 'Ei'},
  923. {'1': 'stepNum', '3': 20, '4': 1, '5': 5, '10': 'stepNum'},
  924. {'1': 'gameGpsInfo', '3': 21, '4': 3, '5': 11, '6': '.base.v1.GameGpsInfo', '10': 'gameGpsInfo'},
  925. {'1': 'gameHrInfos', '3': 24, '4': 3, '5': 11, '6': '.base.v1.HeartRate', '10': 'gameHrInfos'},
  926. {'1': 'source', '3': 25, '4': 1, '5': 14, '6': '.base.v1.GameHistorySource', '10': 'source'},
  927. {'1': 'actId', '3': 26, '4': 1, '5': 5, '10': 'actId'},
  928. ],
  929. };
  930. /// Descriptor for `ToGameDetailReply`. Decode as a `google.protobuf.DescriptorProto`.
  931. final $typed_data.Uint8List toGameDetailReplyDescriptor = $convert.base64Decode(
  932. 'ChFUb0dhbWVEZXRhaWxSZXBseRIXCgdnYW1lX2lkGAEgASgFUgZnYW1lSWQSHgoKaXNDb21wbG'
  933. 'V0ZRgCIAEoCFIKaXNDb21wbGV0ZRI1CghzdGFydF9hdBgDIAEoCzIaLmdvb2dsZS5wcm90b2J1'
  934. 'Zi5UaW1lc3RhbXBSB3N0YXJ0QXQSRwoTY2hlY2tlZF9zb3J0ZWRfbGlzdBgEIAMoCzIXLmJhc2'
  935. 'UudjEuVG9Db250cm9sUG9pbnRSEWNoZWNrZWRTb3J0ZWRMaXN0EjUKCGR1cmF0aW9uGAUgASgL'
  936. 'MhkuZ29vZ2xlLnByb3RvYnVmLkR1cmF0aW9uUghkdXJhdGlvbhIzCgdzdG9wX2F0GAYgASgLMh'
  937. 'ouZ29vZ2xlLnByb3RvYnVmLlRpbWVzdGFtcFIGc3RvcEF0EhwKCWlzU3VjY2VzcxgIIAEoCFIJ'
  938. 'aXNTdWNjZXNzEhoKCHN5c1BvaW50GAkgASgFUghzeXNQb2ludBIkCg10b3RhbFBvaW50TnVtGA'
  939. 'ogASgFUg10b3RhbFBvaW50TnVtEhgKB2FjdE5hbWUYDSABKAlSB2FjdE5hbWUSGgoIZGlzdGFu'
  940. 'Y2UYDiABKAVSCGRpc3RhbmNlEhIKBHBhY2UYDyABKAVSBHBhY2USFAoFYXZnSHIYECABKAVSBW'
  941. 'F2Z0hyEhgKB0NhbG9yaWUYESABKAVSB0NhbG9yaWUSDgoCQ2sYEiABKAVSAkNrEg4KAkVpGBMg'
  942. 'ASgCUgJFaRIYCgdzdGVwTnVtGBQgASgFUgdzdGVwTnVtEjYKC2dhbWVHcHNJbmZvGBUgAygLMh'
  943. 'QuYmFzZS52MS5HYW1lR3BzSW5mb1ILZ2FtZUdwc0luZm8SNAoLZ2FtZUhySW5mb3MYGCADKAsy'
  944. 'Ei5iYXNlLnYxLkhlYXJ0UmF0ZVILZ2FtZUhySW5mb3MSMgoGc291cmNlGBkgASgOMhouYmFzZS'
  945. '52MS5HYW1lSGlzdG9yeVNvdXJjZVIGc291cmNlEhQKBWFjdElkGBogASgFUgVhY3RJZA==');
  946. @$core.Deprecated('Use toHisUserListQueryReplyDescriptor instead')
  947. const ToHisUserListQueryReply$json = {
  948. '1': 'ToHisUserListQueryReply',
  949. '2': [
  950. {'1': 'list', '3': 1, '4': 3, '5': 11, '6': '.base.v1.ToHisUserBasic', '10': 'list'},
  951. ],
  952. };
  953. /// Descriptor for `ToHisUserListQueryReply`. Decode as a `google.protobuf.DescriptorProto`.
  954. final $typed_data.Uint8List toHisUserListQueryReplyDescriptor = $convert.base64Decode(
  955. 'ChdUb0hpc1VzZXJMaXN0UXVlcnlSZXBseRIrCgRsaXN0GAEgAygLMhcuYmFzZS52MS5Ub0hpc1'
  956. 'VzZXJCYXNpY1IEbGlzdA==');
  957. @$core.Deprecated('Use toHisUserBasicDescriptor instead')
  958. const ToHisUserBasic$json = {
  959. '1': 'ToHisUserBasic',
  960. '2': [
  961. {'1': 'OId', '3': 1, '4': 1, '5': 5, '10': 'OId'},
  962. {'1': 'OName', '3': 2, '4': 1, '5': 9, '10': 'OName'},
  963. {'1': 'list', '3': 3, '4': 3, '5': 11, '6': '.base.v1.ToHisUserInfo', '10': 'list'},
  964. ],
  965. };
  966. /// Descriptor for `ToHisUserBasic`. Decode as a `google.protobuf.DescriptorProto`.
  967. final $typed_data.Uint8List toHisUserBasicDescriptor = $convert.base64Decode(
  968. 'Cg5Ub0hpc1VzZXJCYXNpYxIQCgNPSWQYASABKAVSA09JZBIUCgVPTmFtZRgCIAEoCVIFT05hbW'
  969. 'USKgoEbGlzdBgDIAMoCzIWLmJhc2UudjEuVG9IaXNVc2VySW5mb1IEbGlzdA==');
  970. @$core.Deprecated('Use toHisUserInfoDescriptor instead')
  971. const ToHisUserInfo$json = {
  972. '1': 'ToHisUserInfo',
  973. '2': [
  974. {'1': 'GameId', '3': 1, '4': 1, '5': 5, '10': 'GameId'},
  975. {'1': 'CourseName', '3': 2, '4': 1, '5': 9, '10': 'CourseName'},
  976. {'1': 'ActName', '3': 3, '4': 1, '5': 9, '10': 'ActName'},
  977. {'1': 'isComplete', '3': 4, '4': 1, '5': 8, '10': 'isComplete'},
  978. {'1': 'start_at', '3': 5, '4': 1, '5': 11, '6': '.google.protobuf.Timestamp', '10': 'startAt'},
  979. {'1': 'duration', '3': 6, '4': 1, '5': 11, '6': '.google.protobuf.Duration', '10': 'duration'},
  980. ],
  981. };
  982. /// Descriptor for `ToHisUserInfo`. Decode as a `google.protobuf.DescriptorProto`.
  983. final $typed_data.Uint8List toHisUserInfoDescriptor = $convert.base64Decode(
  984. 'Cg1Ub0hpc1VzZXJJbmZvEhYKBkdhbWVJZBgBIAEoBVIGR2FtZUlkEh4KCkNvdXJzZU5hbWUYAi'
  985. 'ABKAlSCkNvdXJzZU5hbWUSGAoHQWN0TmFtZRgDIAEoCVIHQWN0TmFtZRIeCgppc0NvbXBsZXRl'
  986. 'GAQgASgIUgppc0NvbXBsZXRlEjUKCHN0YXJ0X2F0GAUgASgLMhouZ29vZ2xlLnByb3RvYnVmLl'
  987. 'RpbWVzdGFtcFIHc3RhcnRBdBI1CghkdXJhdGlvbhgGIAEoCzIZLmdvb2dsZS5wcm90b2J1Zi5E'
  988. 'dXJhdGlvblIIZHVyYXRpb24=');
  989. @$core.Deprecated('Use toUserInActionBasicQueryRequestDescriptor instead')
  990. const ToUserInActionBasicQueryRequest$json = {
  991. '1': 'ToUserInActionBasicQueryRequest',
  992. '2': [
  993. {'1': 'ActId', '3': 1, '4': 1, '5': 5, '10': 'ActId'},
  994. {'1': 'UserId', '3': 2, '4': 1, '5': 5, '10': 'UserId'},
  995. ],
  996. };
  997. /// Descriptor for `ToUserInActionBasicQueryRequest`. Decode as a `google.protobuf.DescriptorProto`.
  998. final $typed_data.Uint8List toUserInActionBasicQueryRequestDescriptor = $convert.base64Decode(
  999. 'Ch9Ub1VzZXJJbkFjdGlvbkJhc2ljUXVlcnlSZXF1ZXN0EhQKBUFjdElkGAEgASgFUgVBY3RJZB'
  1000. 'IWCgZVc2VySWQYAiABKAVSBlVzZXJJZA==');
  1001. @$core.Deprecated('Use toUserInActionBasicQueryV2RequestDescriptor instead')
  1002. const ToUserInActionBasicQueryV2Request$json = {
  1003. '1': 'ToUserInActionBasicQueryV2Request',
  1004. '2': [
  1005. {'1': 'ActId', '3': 1, '4': 1, '5': 5, '10': 'ActId'},
  1006. {'1': 'UserIdList', '3': 2, '4': 3, '5': 5, '10': 'UserIdList'},
  1007. ],
  1008. };
  1009. /// Descriptor for `ToUserInActionBasicQueryV2Request`. Decode as a `google.protobuf.DescriptorProto`.
  1010. final $typed_data.Uint8List toUserInActionBasicQueryV2RequestDescriptor = $convert.base64Decode(
  1011. 'CiFUb1VzZXJJbkFjdGlvbkJhc2ljUXVlcnlWMlJlcXVlc3QSFAoFQWN0SWQYASABKAVSBUFjdE'
  1012. 'lkEh4KClVzZXJJZExpc3QYAiADKAVSClVzZXJJZExpc3Q=');
  1013. @$core.Deprecated('Use toGetBinaryByMd5RequestDescriptor instead')
  1014. const ToGetBinaryByMd5Request$json = {
  1015. '1': 'ToGetBinaryByMd5Request',
  1016. '2': [
  1017. {'1': 'md5', '3': 1, '4': 1, '5': 12, '10': 'md5'},
  1018. ],
  1019. };
  1020. /// Descriptor for `ToGetBinaryByMd5Request`. Decode as a `google.protobuf.DescriptorProto`.
  1021. final $typed_data.Uint8List toGetBinaryByMd5RequestDescriptor = $convert.base64Decode(
  1022. 'ChdUb0dldEJpbmFyeUJ5TWQ1UmVxdWVzdBIQCgNtZDUYASABKAxSA21kNQ==');
  1023. @$core.Deprecated('Use getServerTimeRpDescriptor instead')
  1024. const GetServerTimeRp$json = {
  1025. '1': 'GetServerTimeRp',
  1026. '2': [
  1027. {'1': 'millisecondStamp', '3': 1, '4': 1, '5': 3, '10': 'millisecondStamp'},
  1028. ],
  1029. };
  1030. /// Descriptor for `GetServerTimeRp`. Decode as a `google.protobuf.DescriptorProto`.
  1031. final $typed_data.Uint8List getServerTimeRpDescriptor = $convert.base64Decode(
  1032. 'Cg9HZXRTZXJ2ZXJUaW1lUnASKgoQbWlsbGlzZWNvbmRTdGFtcBgBIAEoA1IQbWlsbGlzZWNvbm'
  1033. 'RTdGFtcA==');
  1034. @$core.Deprecated('Use toSendCodeToPhoneRequestV2Descriptor instead')
  1035. const ToSendCodeToPhoneRequestV2$json = {
  1036. '1': 'ToSendCodeToPhoneRequestV2',
  1037. '2': [
  1038. {'1': 'phone', '3': 1, '4': 1, '5': 9, '10': 'phone'},
  1039. {'1': 'smsType', '3': 2, '4': 1, '5': 14, '6': '.base.v1.SmsType', '10': 'smsType'},
  1040. ],
  1041. };
  1042. /// Descriptor for `ToSendCodeToPhoneRequestV2`. Decode as a `google.protobuf.DescriptorProto`.
  1043. final $typed_data.Uint8List toSendCodeToPhoneRequestV2Descriptor = $convert.base64Decode(
  1044. 'ChpUb1NlbmRDb2RlVG9QaG9uZVJlcXVlc3RWMhIUCgVwaG9uZRgBIAEoCVIFcGhvbmUSKgoHc2'
  1045. '1zVHlwZRgCIAEoDjIQLmJhc2UudjEuU21zVHlwZVIHc21zVHlwZQ==');
  1046. @$core.Deprecated('Use toSignInRequestV2Descriptor instead')
  1047. const ToSignInRequestV2$json = {
  1048. '1': 'ToSignInRequestV2',
  1049. '2': [
  1050. {'1': 'userCode', '3': 1, '4': 1, '5': 9, '10': 'userCode'},
  1051. {'1': 'password', '3': 2, '4': 1, '5': 9, '10': 'password'},
  1052. {'1': 'ip', '3': 3, '4': 1, '5': 9, '10': 'ip'},
  1053. ],
  1054. };
  1055. /// Descriptor for `ToSignInRequestV2`. Decode as a `google.protobuf.DescriptorProto`.
  1056. final $typed_data.Uint8List toSignInRequestV2Descriptor = $convert.base64Decode(
  1057. 'ChFUb1NpZ25JblJlcXVlc3RWMhIaCgh1c2VyQ29kZRgBIAEoCVIIdXNlckNvZGUSGgoIcGFzc3'
  1058. 'dvcmQYAiABKAlSCHBhc3N3b3JkEg4KAmlwGAMgASgJUgJpcA==');
  1059. @$core.Deprecated('Use mapListRequestV2Descriptor instead')
  1060. const MapListRequestV2$json = {
  1061. '1': 'MapListRequestV2',
  1062. '2': [
  1063. {'1': 'position', '3': 1, '4': 1, '5': 11, '6': '.base.v1.Position', '10': 'position'},
  1064. {'1': 'offset', '3': 2, '4': 1, '5': 5, '10': 'offset'},
  1065. {'1': 'limit', '3': 3, '4': 1, '5': 5, '10': 'limit'},
  1066. ],
  1067. };
  1068. /// Descriptor for `MapListRequestV2`. Decode as a `google.protobuf.DescriptorProto`.
  1069. final $typed_data.Uint8List mapListRequestV2Descriptor = $convert.base64Decode(
  1070. 'ChBNYXBMaXN0UmVxdWVzdFYyEi0KCHBvc2l0aW9uGAEgASgLMhEuYmFzZS52MS5Qb3NpdGlvbl'
  1071. 'IIcG9zaXRpb24SFgoGb2Zmc2V0GAIgASgFUgZvZmZzZXQSFAoFbGltaXQYAyABKAVSBWxpbWl0');
  1072. @$core.Deprecated('Use toMapListReplyV2Descriptor instead')
  1073. const ToMapListReplyV2$json = {
  1074. '1': 'ToMapListReplyV2',
  1075. '2': [
  1076. {'1': 'list', '3': 1, '4': 3, '5': 11, '6': '.base.v1.ToMapSimpleV2', '10': 'list'},
  1077. ],
  1078. };
  1079. /// Descriptor for `ToMapListReplyV2`. Decode as a `google.protobuf.DescriptorProto`.
  1080. final $typed_data.Uint8List toMapListReplyV2Descriptor = $convert.base64Decode(
  1081. 'ChBUb01hcExpc3RSZXBseVYyEioKBGxpc3QYASADKAsyFi5iYXNlLnYxLlRvTWFwU2ltcGxlVj'
  1082. 'JSBGxpc3Q=');
  1083. @$core.Deprecated('Use toMapSimpleV2Descriptor instead')
  1084. const ToMapSimpleV2$json = {
  1085. '1': 'ToMapSimpleV2',
  1086. '2': [
  1087. {'1': 'mapId', '3': 1, '4': 1, '5': 5, '10': 'mapId'},
  1088. {'1': 'name', '3': 2, '4': 1, '5': 9, '10': 'name'},
  1089. {'1': 'mapScaleNumber', '3': 3, '4': 1, '5': 5, '10': 'mapScaleNumber'},
  1090. {'1': 'description', '3': 4, '4': 1, '5': 9, '10': 'description'},
  1091. {'1': 'distance', '3': 5, '4': 1, '5': 1, '10': 'distance'},
  1092. {'1': 'image', '3': 6, '4': 1, '5': 11, '6': '.base.v1.NetImage', '10': 'image'},
  1093. ],
  1094. };
  1095. /// Descriptor for `ToMapSimpleV2`. Decode as a `google.protobuf.DescriptorProto`.
  1096. final $typed_data.Uint8List toMapSimpleV2Descriptor = $convert.base64Decode(
  1097. 'Cg1Ub01hcFNpbXBsZVYyEhQKBW1hcElkGAEgASgFUgVtYXBJZBISCgRuYW1lGAIgASgJUgRuYW'
  1098. '1lEiYKDm1hcFNjYWxlTnVtYmVyGAMgASgFUg5tYXBTY2FsZU51bWJlchIgCgtkZXNjcmlwdGlv'
  1099. 'bhgEIAEoCVILZGVzY3JpcHRpb24SGgoIZGlzdGFuY2UYBSABKAFSCGRpc3RhbmNlEicKBWltYW'
  1100. 'dlGAYgASgLMhEuYmFzZS52MS5OZXRJbWFnZVIFaW1hZ2U=');
  1101. @$core.Deprecated('Use toMapInfoV2Descriptor instead')
  1102. const ToMapInfoV2$json = {
  1103. '1': 'ToMapInfoV2',
  1104. '2': [
  1105. {'1': 'mapId', '3': 1, '4': 1, '5': 5, '10': 'mapId'},
  1106. {'1': 'mapName', '3': 2, '4': 1, '5': 9, '10': 'mapName'},
  1107. {'1': 'zipImage', '3': 3, '4': 1, '5': 11, '6': '.base.v1.NetImage', '10': 'zipImage'},
  1108. ],
  1109. };
  1110. /// Descriptor for `ToMapInfoV2`. Decode as a `google.protobuf.DescriptorProto`.
  1111. final $typed_data.Uint8List toMapInfoV2Descriptor = $convert.base64Decode(
  1112. 'CgtUb01hcEluZm9WMhIUCgVtYXBJZBgBIAEoBVIFbWFwSWQSGAoHbWFwTmFtZRgCIAEoCVIHbW'
  1113. 'FwTmFtZRItCgh6aXBJbWFnZRgDIAEoCzIRLmJhc2UudjEuTmV0SW1hZ2VSCHppcEltYWdl');
  1114. @$core.Deprecated('Use toUserDetailQueryRequestV2Descriptor instead')
  1115. const ToUserDetailQueryRequestV2$json = {
  1116. '1': 'ToUserDetailQueryRequestV2',
  1117. '2': [
  1118. {'1': 'mapId', '3': 1, '4': 1, '5': 5, '10': 'mapId'},
  1119. ],
  1120. };
  1121. /// Descriptor for `ToUserDetailQueryRequestV2`. Decode as a `google.protobuf.DescriptorProto`.
  1122. final $typed_data.Uint8List toUserDetailQueryRequestV2Descriptor = $convert.base64Decode(
  1123. 'ChpUb1VzZXJEZXRhaWxRdWVyeVJlcXVlc3RWMhIUCgVtYXBJZBgBIAEoBVIFbWFwSWQ=');
  1124. @$core.Deprecated('Use toUserDetailQueryReplyV2Descriptor instead')
  1125. const ToUserDetailQueryReplyV2$json = {
  1126. '1': 'ToUserDetailQueryReplyV2',
  1127. '2': [
  1128. {'1': 'list', '3': 1, '4': 3, '5': 11, '6': '.base.v1.ToActionInfo', '10': 'list'},
  1129. ],
  1130. };
  1131. /// Descriptor for `ToUserDetailQueryReplyV2`. Decode as a `google.protobuf.DescriptorProto`.
  1132. final $typed_data.Uint8List toUserDetailQueryReplyV2Descriptor = $convert.base64Decode(
  1133. 'ChhUb1VzZXJEZXRhaWxRdWVyeVJlcGx5VjISKQoEbGlzdBgBIAMoCzIVLmJhc2UudjEuVG9BY3'
  1134. 'Rpb25JbmZvUgRsaXN0');
  1135. @$core.Deprecated('Use toActionInfoDescriptor instead')
  1136. const ToActionInfo$json = {
  1137. '1': 'ToActionInfo',
  1138. '2': [
  1139. {'1': 'actId', '3': 1, '4': 1, '5': 5, '10': 'actId'},
  1140. {'1': 'userList', '3': 4, '4': 3, '5': 11, '6': '.base.v1.ToOrienteerInGameInfo', '10': 'userList'},
  1141. ],
  1142. };
  1143. /// Descriptor for `ToActionInfo`. Decode as a `google.protobuf.DescriptorProto`.
  1144. final $typed_data.Uint8List toActionInfoDescriptor = $convert.base64Decode(
  1145. 'CgxUb0FjdGlvbkluZm8SFAoFYWN0SWQYASABKAVSBWFjdElkEjoKCHVzZXJMaXN0GAQgAygLMh'
  1146. '4uYmFzZS52MS5Ub09yaWVudGVlckluR2FtZUluZm9SCHVzZXJMaXN0');
  1147. @$core.Deprecated('Use toActionBasicInfoDescriptor instead')
  1148. const ToActionBasicInfo$json = {
  1149. '1': 'ToActionBasicInfo',
  1150. '2': [
  1151. {'1': 'actId', '3': 1, '4': 1, '5': 5, '10': 'actId'},
  1152. {'1': 'actName', '3': 2, '4': 1, '5': 9, '10': 'actName'},
  1153. {'1': 'totalControlNum', '3': 3, '4': 1, '5': 5, '10': 'totalControlNum'},
  1154. {'1': 'state', '3': 4, '4': 1, '5': 5, '10': 'state'},
  1155. {'1': 'MatchBt', '3': 5, '4': 1, '5': 9, '10': 'MatchBt'},
  1156. {'1': 'MatchEt', '3': 6, '4': 1, '5': 9, '10': 'MatchEt'},
  1157. ],
  1158. };
  1159. /// Descriptor for `ToActionBasicInfo`. Decode as a `google.protobuf.DescriptorProto`.
  1160. final $typed_data.Uint8List toActionBasicInfoDescriptor = $convert.base64Decode(
  1161. 'ChFUb0FjdGlvbkJhc2ljSW5mbxIUCgVhY3RJZBgBIAEoBVIFYWN0SWQSGAoHYWN0TmFtZRgCIA'
  1162. 'EoCVIHYWN0TmFtZRIoCg90b3RhbENvbnRyb2xOdW0YAyABKAVSD3RvdGFsQ29udHJvbE51bRIU'
  1163. 'CgVzdGF0ZRgEIAEoBVIFc3RhdGUSGAoHTWF0Y2hCdBgFIAEoCVIHTWF0Y2hCdBIYCgdNYXRjaE'
  1164. 'V0GAYgASgJUgdNYXRjaEV0');
  1165. @$core.Deprecated('Use toOrienteerInGameInfoDescriptor instead')
  1166. const ToOrienteerInGameInfo$json = {
  1167. '1': 'ToOrienteerInGameInfo',
  1168. '2': [
  1169. {'1': 'UserId', '3': 1, '4': 1, '5': 5, '10': 'UserId'},
  1170. {'1': 'gpsInfo', '3': 3, '4': 1, '5': 11, '6': '.base.v1.OrienteerGpsInfo', '10': 'gpsInfo'},
  1171. {'1': 'hrInfo', '3': 4, '4': 1, '5': 11, '6': '.base.v1.OrienteerHrInfo', '10': 'hrInfo'},
  1172. {'1': 'gameSaveInfo', '3': 5, '4': 1, '5': 11, '6': '.base.v1.OrienteerGameSaveInfo', '10': 'gameSaveInfo'},
  1173. {'1': 'otherInfo', '3': 7, '4': 1, '5': 11, '6': '.base.v1.OrienteerOtherInfo', '10': 'otherInfo'},
  1174. ],
  1175. };
  1176. /// Descriptor for `ToOrienteerInGameInfo`. Decode as a `google.protobuf.DescriptorProto`.
  1177. final $typed_data.Uint8List toOrienteerInGameInfoDescriptor = $convert.base64Decode(
  1178. 'ChVUb09yaWVudGVlckluR2FtZUluZm8SFgoGVXNlcklkGAEgASgFUgZVc2VySWQSMwoHZ3BzSW'
  1179. '5mbxgDIAEoCzIZLmJhc2UudjEuT3JpZW50ZWVyR3BzSW5mb1IHZ3BzSW5mbxIwCgZockluZm8Y'
  1180. 'BCABKAsyGC5iYXNlLnYxLk9yaWVudGVlckhySW5mb1IGaHJJbmZvEkIKDGdhbWVTYXZlSW5mbx'
  1181. 'gFIAEoCzIeLmJhc2UudjEuT3JpZW50ZWVyR2FtZVNhdmVJbmZvUgxnYW1lU2F2ZUluZm8SOQoJ'
  1182. 'b3RoZXJJbmZvGAcgASgLMhsuYmFzZS52MS5PcmllbnRlZXJPdGhlckluZm9SCW90aGVySW5mbw'
  1183. '==');
  1184. @$core.Deprecated('Use toUserInActionBasicInfoDescriptor instead')
  1185. const ToUserInActionBasicInfo$json = {
  1186. '1': 'ToUserInActionBasicInfo',
  1187. '2': [
  1188. {'1': 'UserId', '3': 1, '4': 1, '5': 5, '10': 'UserId'},
  1189. {'1': 'baseInfo', '3': 2, '4': 1, '5': 11, '6': '.base.v1.OrienteerBaseInfo', '10': 'baseInfo'},
  1190. {'1': 'courseBaseInfo', '3': 6, '4': 1, '5': 11, '6': '.base.v1.CourseBaseInfo', '10': 'courseBaseInfo'},
  1191. ],
  1192. };
  1193. /// Descriptor for `ToUserInActionBasicInfo`. Decode as a `google.protobuf.DescriptorProto`.
  1194. final $typed_data.Uint8List toUserInActionBasicInfoDescriptor = $convert.base64Decode(
  1195. 'ChdUb1VzZXJJbkFjdGlvbkJhc2ljSW5mbxIWCgZVc2VySWQYASABKAVSBlVzZXJJZBI2CghiYX'
  1196. 'NlSW5mbxgCIAEoCzIaLmJhc2UudjEuT3JpZW50ZWVyQmFzZUluZm9SCGJhc2VJbmZvEj8KDmNv'
  1197. 'dXJzZUJhc2VJbmZvGAYgASgLMhcuYmFzZS52MS5Db3Vyc2VCYXNlSW5mb1IOY291cnNlQmFzZU'
  1198. 'luZm8=');
  1199. @$core.Deprecated('Use orienteerBaseInfoDescriptor instead')
  1200. const OrienteerBaseInfo$json = {
  1201. '1': 'OrienteerBaseInfo',
  1202. '2': [
  1203. {'1': 'Name', '3': 1, '4': 1, '5': 9, '10': 'Name'},
  1204. {'1': 'Phone', '3': 2, '4': 1, '5': 9, '10': 'Phone'},
  1205. {'1': 'HeadUrl', '3': 3, '4': 1, '5': 9, '10': 'HeadUrl'},
  1206. ],
  1207. };
  1208. /// Descriptor for `OrienteerBaseInfo`. Decode as a `google.protobuf.DescriptorProto`.
  1209. final $typed_data.Uint8List orienteerBaseInfoDescriptor = $convert.base64Decode(
  1210. 'ChFPcmllbnRlZXJCYXNlSW5mbxISCgROYW1lGAEgASgJUgROYW1lEhQKBVBob25lGAIgASgJUg'
  1211. 'VQaG9uZRIYCgdIZWFkVXJsGAMgASgJUgdIZWFkVXJs');
  1212. @$core.Deprecated('Use orienteerGpsInfoDescriptor instead')
  1213. const OrienteerGpsInfo$json = {
  1214. '1': 'OrienteerGpsInfo',
  1215. '2': [
  1216. {'1': 'gameGpsInfos', '3': 1, '4': 3, '5': 11, '6': '.base.v1.GameGpsInfo', '10': 'gameGpsInfos'},
  1217. {'1': 'Distance', '3': 2, '4': 1, '5': 5, '10': 'Distance'},
  1218. {'1': 'Pace', '3': 3, '4': 1, '5': 5, '10': 'Pace'},
  1219. ],
  1220. };
  1221. /// Descriptor for `OrienteerGpsInfo`. Decode as a `google.protobuf.DescriptorProto`.
  1222. final $typed_data.Uint8List orienteerGpsInfoDescriptor = $convert.base64Decode(
  1223. 'ChBPcmllbnRlZXJHcHNJbmZvEjgKDGdhbWVHcHNJbmZvcxgBIAMoCzIULmJhc2UudjEuR2FtZU'
  1224. 'dwc0luZm9SDGdhbWVHcHNJbmZvcxIaCghEaXN0YW5jZRgCIAEoBVIIRGlzdGFuY2USEgoEUGFj'
  1225. 'ZRgDIAEoBVIEUGFjZQ==');
  1226. @$core.Deprecated('Use orienteerHrInfoDescriptor instead')
  1227. const OrienteerHrInfo$json = {
  1228. '1': 'OrienteerHrInfo',
  1229. '2': [
  1230. {'1': 'hrInfo', '3': 1, '4': 3, '5': 11, '6': '.base.v1.HeartRate', '10': 'hrInfo'},
  1231. ],
  1232. };
  1233. /// Descriptor for `OrienteerHrInfo`. Decode as a `google.protobuf.DescriptorProto`.
  1234. final $typed_data.Uint8List orienteerHrInfoDescriptor = $convert.base64Decode(
  1235. 'Cg9PcmllbnRlZXJIckluZm8SKgoGaHJJbmZvGAEgAygLMhIuYmFzZS52MS5IZWFydFJhdGVSBm'
  1236. 'hySW5mbw==');
  1237. @$core.Deprecated('Use orienteerOtherInfoDescriptor instead')
  1238. const OrienteerOtherInfo$json = {
  1239. '1': 'OrienteerOtherInfo',
  1240. '2': [
  1241. {'1': 'StepNum', '3': 1, '4': 1, '5': 5, '10': 'StepNum'},
  1242. {'1': 'HeartRatePercent', '3': 2, '4': 1, '5': 5, '10': 'HeartRatePercent'},
  1243. ],
  1244. };
  1245. /// Descriptor for `OrienteerOtherInfo`. Decode as a `google.protobuf.DescriptorProto`.
  1246. final $typed_data.Uint8List orienteerOtherInfoDescriptor = $convert.base64Decode(
  1247. 'ChJPcmllbnRlZXJPdGhlckluZm8SGAoHU3RlcE51bRgBIAEoBVIHU3RlcE51bRIqChBIZWFydF'
  1248. 'JhdGVQZXJjZW50GAIgASgFUhBIZWFydFJhdGVQZXJjZW50');
  1249. @$core.Deprecated('Use courseBaseInfoDescriptor instead')
  1250. const CourseBaseInfo$json = {
  1251. '1': 'CourseBaseInfo',
  1252. '2': [
  1253. {'1': 'CourseId', '3': 1, '4': 1, '5': 5, '10': 'CourseId'},
  1254. {'1': 'CourseName', '3': 2, '4': 1, '5': 9, '10': 'CourseName'},
  1255. {'1': 'controlPointSortedList', '3': 3, '4': 3, '5': 11, '6': '.base.v1.ToControlPoint', '10': 'controlPointSortedList'},
  1256. ],
  1257. };
  1258. /// Descriptor for `CourseBaseInfo`. Decode as a `google.protobuf.DescriptorProto`.
  1259. final $typed_data.Uint8List courseBaseInfoDescriptor = $convert.base64Decode(
  1260. 'Cg5Db3Vyc2VCYXNlSW5mbxIaCghDb3Vyc2VJZBgBIAEoBVIIQ291cnNlSWQSHgoKQ291cnNlTm'
  1261. 'FtZRgCIAEoCVIKQ291cnNlTmFtZRJPChZjb250cm9sUG9pbnRTb3J0ZWRMaXN0GAMgAygLMhcu'
  1262. 'YmFzZS52MS5Ub0NvbnRyb2xQb2ludFIWY29udHJvbFBvaW50U29ydGVkTGlzdA==');
  1263. @$core.Deprecated('Use courseBaseDescriptor instead')
  1264. const CourseBase$json = {
  1265. '1': 'CourseBase',
  1266. '2': [
  1267. {'1': 'cId', '3': 1, '4': 1, '5': 5, '10': 'cId'},
  1268. {'1': 'cName', '3': 2, '4': 1, '5': 9, '10': 'cName'},
  1269. ],
  1270. };
  1271. /// Descriptor for `CourseBase`. Decode as a `google.protobuf.DescriptorProto`.
  1272. final $typed_data.Uint8List courseBaseDescriptor = $convert.base64Decode(
  1273. 'CgpDb3Vyc2VCYXNlEhAKA2NJZBgBIAEoBVIDY0lkEhQKBWNOYW1lGAIgASgJUgVjTmFtZQ==');
  1274. @$core.Deprecated('Use toControlPointDescriptor instead')
  1275. const ToControlPoint$json = {
  1276. '1': 'ToControlPoint',
  1277. '2': [
  1278. {'1': 'id', '3': 1, '4': 1, '5': 3, '10': 'id'},
  1279. {'1': 'sn', '3': 2, '4': 1, '5': 9, '10': 'sn'},
  1280. {'1': 'ciPosition', '3': 3, '4': 1, '5': 11, '6': '.base.v1.Position', '10': 'ciPosition'},
  1281. {'1': 'cType', '3': 4, '4': 1, '5': 14, '6': '.base.v1.CType', '10': 'cType'},
  1282. {'1': 'orderNo', '3': 5, '4': 1, '5': 5, '10': 'orderNo'},
  1283. {'1': 'is_check_success', '3': 6, '4': 1, '5': 8, '10': 'isCheckSuccess'},
  1284. {'1': 'check_after_last', '3': 7, '4': 1, '5': 11, '6': '.google.protobuf.Duration', '10': 'checkAfterLast'},
  1285. {'1': 'punchTime', '3': 8, '4': 1, '5': 11, '6': '.google.protobuf.Timestamp', '10': 'punchTime'},
  1286. {'1': 'disAfterLast', '3': 9, '4': 1, '5': 5, '10': 'disAfterLast'},
  1287. {'1': 'disStraightAfterLast', '3': 10, '4': 1, '5': 5, '10': 'disStraightAfterLast'},
  1288. {'1': 'paceAfterLast', '3': 11, '4': 1, '5': 5, '10': 'paceAfterLast'},
  1289. {'1': 'paceAfterStart', '3': 12, '4': 1, '5': 5, '10': 'paceAfterStart'},
  1290. {'1': 'check_after_start', '3': 13, '4': 1, '5': 11, '6': '.google.protobuf.Duration', '10': 'checkAfterStart'},
  1291. ],
  1292. };
  1293. /// Descriptor for `ToControlPoint`. Decode as a `google.protobuf.DescriptorProto`.
  1294. final $typed_data.Uint8List toControlPointDescriptor = $convert.base64Decode(
  1295. 'Cg5Ub0NvbnRyb2xQb2ludBIOCgJpZBgBIAEoA1ICaWQSDgoCc24YAiABKAlSAnNuEjEKCmNpUG'
  1296. '9zaXRpb24YAyABKAsyES5iYXNlLnYxLlBvc2l0aW9uUgpjaVBvc2l0aW9uEiQKBWNUeXBlGAQg'
  1297. 'ASgOMg4uYmFzZS52MS5DVHlwZVIFY1R5cGUSGAoHb3JkZXJObxgFIAEoBVIHb3JkZXJObxIoCh'
  1298. 'Bpc19jaGVja19zdWNjZXNzGAYgASgIUg5pc0NoZWNrU3VjY2VzcxJDChBjaGVja19hZnRlcl9s'
  1299. 'YXN0GAcgASgLMhkuZ29vZ2xlLnByb3RvYnVmLkR1cmF0aW9uUg5jaGVja0FmdGVyTGFzdBI4Cg'
  1300. 'lwdW5jaFRpbWUYCCABKAsyGi5nb29nbGUucHJvdG9idWYuVGltZXN0YW1wUglwdW5jaFRpbWUS'
  1301. 'IgoMZGlzQWZ0ZXJMYXN0GAkgASgFUgxkaXNBZnRlckxhc3QSMgoUZGlzU3RyYWlnaHRBZnRlck'
  1302. 'xhc3QYCiABKAVSFGRpc1N0cmFpZ2h0QWZ0ZXJMYXN0EiQKDXBhY2VBZnRlckxhc3QYCyABKAVS'
  1303. 'DXBhY2VBZnRlckxhc3QSJgoOcGFjZUFmdGVyU3RhcnQYDCABKAVSDnBhY2VBZnRlclN0YXJ0Ek'
  1304. 'UKEWNoZWNrX2FmdGVyX3N0YXJ0GA0gASgLMhkuZ29vZ2xlLnByb3RvYnVmLkR1cmF0aW9uUg9j'
  1305. 'aGVja0FmdGVyU3RhcnQ=');
  1306. @$core.Deprecated('Use orienteerGameSaveInfoDescriptor instead')
  1307. const OrienteerGameSaveInfo$json = {
  1308. '1': 'OrienteerGameSaveInfo',
  1309. '2': [
  1310. {'1': 'start_at', '3': 1, '4': 1, '5': 11, '6': '.google.protobuf.Timestamp', '10': 'startAt'},
  1311. {'1': 'duration', '3': 2, '4': 1, '5': 11, '6': '.google.protobuf.Duration', '10': 'duration'},
  1312. {'1': 'nextControlPoint', '3': 3, '4': 1, '5': 11, '6': '.base.v1.GameArriveControlPoint', '10': 'nextControlPoint'},
  1313. {'1': 'checked_sorted_list', '3': 4, '4': 3, '5': 11, '6': '.base.v1.OrienteerGameSaveControlPoint', '10': 'checkedSortedList'},
  1314. ],
  1315. };
  1316. /// Descriptor for `OrienteerGameSaveInfo`. Decode as a `google.protobuf.DescriptorProto`.
  1317. final $typed_data.Uint8List orienteerGameSaveInfoDescriptor = $convert.base64Decode(
  1318. 'ChVPcmllbnRlZXJHYW1lU2F2ZUluZm8SNQoIc3RhcnRfYXQYASABKAsyGi5nb29nbGUucHJvdG'
  1319. '9idWYuVGltZXN0YW1wUgdzdGFydEF0EjUKCGR1cmF0aW9uGAIgASgLMhkuZ29vZ2xlLnByb3Rv'
  1320. 'YnVmLkR1cmF0aW9uUghkdXJhdGlvbhJLChBuZXh0Q29udHJvbFBvaW50GAMgASgLMh8uYmFzZS'
  1321. '52MS5HYW1lQXJyaXZlQ29udHJvbFBvaW50UhBuZXh0Q29udHJvbFBvaW50ElYKE2NoZWNrZWRf'
  1322. 'c29ydGVkX2xpc3QYBCADKAsyJi5iYXNlLnYxLk9yaWVudGVlckdhbWVTYXZlQ29udHJvbFBvaW'
  1323. '50UhFjaGVja2VkU29ydGVkTGlzdA==');
  1324. @$core.Deprecated('Use orienteerGameSaveControlPointDescriptor instead')
  1325. const OrienteerGameSaveControlPoint$json = {
  1326. '1': 'OrienteerGameSaveControlPoint',
  1327. '2': [
  1328. {'1': 'control_point_id', '3': 1, '4': 1, '5': 3, '10': 'controlPointId'},
  1329. {'1': 'is_check_success', '3': 2, '4': 1, '5': 8, '10': 'isCheckSuccess'},
  1330. {'1': 'check_after_start', '3': 3, '4': 1, '5': 11, '6': '.google.protobuf.Duration', '10': 'checkAfterStart'},
  1331. {'1': 'distinct_after_start', '3': 4, '4': 1, '5': 1, '10': 'distinctAfterStart'},
  1332. {'1': 'longitude', '3': 5, '4': 1, '5': 1, '10': 'longitude'},
  1333. {'1': 'latitude', '3': 6, '4': 1, '5': 1, '10': 'latitude'},
  1334. {'1': 'altitude', '3': 7, '4': 1, '5': 1, '10': 'altitude'},
  1335. ],
  1336. };
  1337. /// Descriptor for `OrienteerGameSaveControlPoint`. Decode as a `google.protobuf.DescriptorProto`.
  1338. final $typed_data.Uint8List orienteerGameSaveControlPointDescriptor = $convert.base64Decode(
  1339. 'Ch1PcmllbnRlZXJHYW1lU2F2ZUNvbnRyb2xQb2ludBIoChBjb250cm9sX3BvaW50X2lkGAEgAS'
  1340. 'gDUg5jb250cm9sUG9pbnRJZBIoChBpc19jaGVja19zdWNjZXNzGAIgASgIUg5pc0NoZWNrU3Vj'
  1341. 'Y2VzcxJFChFjaGVja19hZnRlcl9zdGFydBgDIAEoCzIZLmdvb2dsZS5wcm90b2J1Zi5EdXJhdG'
  1342. 'lvblIPY2hlY2tBZnRlclN0YXJ0EjAKFGRpc3RpbmN0X2FmdGVyX3N0YXJ0GAQgASgBUhJkaXN0'
  1343. 'aW5jdEFmdGVyU3RhcnQSHAoJbG9uZ2l0dWRlGAUgASgBUglsb25naXR1ZGUSGgoIbGF0aXR1ZG'
  1344. 'UYBiABKAFSCGxhdGl0dWRlEhoKCGFsdGl0dWRlGAcgASgBUghhbHRpdHVkZQ==');