| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447 |
- //
- // Generated code. Do not modify.
- // source: base.proto
- //
- // @dart = 2.12
- // ignore_for_file: annotate_overrides, camel_case_types, comment_references
- // ignore_for_file: constant_identifier_names, library_prefixes
- // ignore_for_file: non_constant_identifier_names, prefer_final_fields
- // ignore_for_file: unnecessary_import, unnecessary_this, unused_import
- import 'dart:convert' as $convert;
- import 'dart:core' as $core;
- import 'dart:typed_data' as $typed_data;
- @$core.Deprecated('Use errorCodeDescriptor instead')
- const ErrorCode$json = {
- '1': 'ErrorCode',
- '2': [
- {'1': 'OK', '2': 0},
- {'1': 'TokenExpire', '2': 1000},
- {'1': 'UserBan', '2': 1001},
- {'1': 'VfCodeExpire', '2': 1002},
- {'1': 'SmsSendFail', '2': 1003},
- {'1': 'UserStatusErr', '2': 1008},
- {'1': 'StatusErr', '2': 1009},
- {'1': 'PhoneNotExist', '2': 2001},
- {'1': 'UnknownErr', '2': 2002},
- {'1': 'ParamErr', '2': 5000},
- {'1': 'HeadSourceErr', '2': 5001},
- {'1': 'DATABASE', '2': 9000},
- {'1': 'NoRecord', '2': 9001},
- ],
- };
- /// Descriptor for `ErrorCode`. Decode as a `google.protobuf.EnumDescriptorProto`.
- final $typed_data.Uint8List errorCodeDescriptor = $convert.base64Decode(
- 'CglFcnJvckNvZGUSBgoCT0sQABIQCgtUb2tlbkV4cGlyZRDoBxIMCgdVc2VyQmFuEOkHEhEKDF'
- 'ZmQ29kZUV4cGlyZRDqBxIQCgtTbXNTZW5kRmFpbBDrBxISCg1Vc2VyU3RhdHVzRXJyEPAHEg4K'
- 'CVN0YXR1c0VychDxBxISCg1QaG9uZU5vdEV4aXN0ENEPEg8KClVua25vd25FcnIQ0g8SDQoIUG'
- 'FyYW1FcnIQiCcSEgoNSGVhZFNvdXJjZUVychCJJxINCghEQVRBQkFTRRCoRhINCghOb1JlY29y'
- 'ZBCpRg==');
- @$core.Deprecated('Use shopTypeDescriptor instead')
- const ShopType$json = {
- '1': 'ShopType',
- '2': [
- {'1': 'UnKnowShop', '2': 0},
- {'1': 'ParkShop', '2': 1},
- {'1': 'IPShop', '2': 2},
- {'1': 'AdminShop', '2': 3},
- ],
- };
- /// Descriptor for `ShopType`. Decode as a `google.protobuf.EnumDescriptorProto`.
- final $typed_data.Uint8List shopTypeDescriptor = $convert.base64Decode(
- 'CghTaG9wVHlwZRIOCgpVbktub3dTaG9wEAASDAoIUGFya1Nob3AQARIKCgZJUFNob3AQAhINCg'
- 'lBZG1pblNob3AQAw==');
- @$core.Deprecated('Use userTypeDescriptor instead')
- const UserType$json = {
- '1': 'UserType',
- '2': [
- {'1': 'UnDefine', '2': 0},
- {'1': 'AppUser', '2': 1},
- {'1': 'ParkAdmin', '2': 2},
- {'1': 'IPAdmin', '2': 3},
- {'1': 'SysAdmin', '2': 4},
- {'1': 'ToAdmin', '2': 5},
- {'1': 'CoopToAdmin', '2': 6},
- ],
- };
- /// Descriptor for `UserType`. Decode as a `google.protobuf.EnumDescriptorProto`.
- final $typed_data.Uint8List userTypeDescriptor = $convert.base64Decode(
- 'CghVc2VyVHlwZRIMCghVbkRlZmluZRAAEgsKB0FwcFVzZXIQARINCglQYXJrQWRtaW4QAhILCg'
- 'dJUEFkbWluEAMSDAoIU3lzQWRtaW4QBBILCgdUb0FkbWluEAUSDwoLQ29vcFRvQWRtaW4QBg==');
- @$core.Deprecated('Use loginSourceDescriptor instead')
- const LoginSource$json = {
- '1': 'LoginSource',
- '2': [
- {'1': 'UnDef', '2': 0},
- {'1': 'UserApp', '2': 1},
- {'1': 'WebAdmin', '2': 2},
- {'1': 'ShopApp', '2': 3},
- {'1': 'ToApp', '2': 4},
- {'1': 'CoopToWebAdmin', '2': 5},
- {'1': 'CoopToApp', '2': 6},
- ],
- };
- /// Descriptor for `LoginSource`. Decode as a `google.protobuf.EnumDescriptorProto`.
- final $typed_data.Uint8List loginSourceDescriptor = $convert.base64Decode(
- 'CgtMb2dpblNvdXJjZRIJCgVVbkRlZhAAEgsKB1VzZXJBcHAQARIMCghXZWJBZG1pbhACEgsKB1'
- 'Nob3BBcHAQAxIJCgVUb0FwcBAEEhIKDkNvb3BUb1dlYkFkbWluEAUSDQoJQ29vcFRvQXBwEAY=');
- @$core.Deprecated('Use smsTypeDescriptor instead')
- const SmsType$json = {
- '1': 'SmsType',
- '2': [
- {'1': 'UnKnow', '2': 0},
- {'1': 'Login', '2': 1},
- {'1': 'SignUp', '2': 2},
- ],
- };
- /// Descriptor for `SmsType`. Decode as a `google.protobuf.EnumDescriptorProto`.
- final $typed_data.Uint8List smsTypeDescriptor = $convert.base64Decode(
- 'CgdTbXNUeXBlEgoKBlVuS25vdxAAEgkKBUxvZ2luEAESCgoGU2lnblVwEAI=');
- @$core.Deprecated('Use projectContentTypeDescriptor instead')
- const ProjectContentType$json = {
- '1': 'ProjectContentType',
- '2': [
- {'1': 'Text', '2': 0},
- {'1': 'Html', '2': 1},
- ],
- };
- /// Descriptor for `ProjectContentType`. Decode as a `google.protobuf.EnumDescriptorProto`.
- final $typed_data.Uint8List projectContentTypeDescriptor = $convert.base64Decode(
- 'ChJQcm9qZWN0Q29udGVudFR5cGUSCAoEVGV4dBAAEggKBEh0bWwQAQ==');
- @$core.Deprecated('Use criterionTypeDescriptor instead')
- const CriterionType$json = {
- '1': 'CriterionType',
- '2': [
- {'1': 'CrUnKnow', '2': 0},
- {'1': 'CrOrder', '2': 1},
- {'1': 'CrNum', '2': 2},
- ],
- };
- /// Descriptor for `CriterionType`. Decode as a `google.protobuf.EnumDescriptorProto`.
- final $typed_data.Uint8List criterionTypeDescriptor = $convert.base64Decode(
- 'Cg1Dcml0ZXJpb25UeXBlEgwKCENyVW5Lbm93EAASCwoHQ3JPcmRlchABEgkKBUNyTnVtEAI=');
- @$core.Deprecated('Use cTypeDescriptor instead')
- const CType$json = {
- '1': 'CType',
- '2': [
- {'1': 'UnKnowType', '2': 0},
- {'1': 'BeginType', '2': 1},
- {'1': 'MiddleType', '2': 2},
- {'1': 'EndType', '2': 3},
- ],
- };
- /// Descriptor for `CType`. Decode as a `google.protobuf.EnumDescriptorProto`.
- final $typed_data.Uint8List cTypeDescriptor = $convert.base64Decode(
- 'CgVDVHlwZRIOCgpVbktub3dUeXBlEAASDQoJQmVnaW5UeXBlEAESDgoKTWlkZGxlVHlwZRACEg'
- 'sKB0VuZFR5cGUQAw==');
- @$core.Deprecated('Use statusTypeDescriptor instead')
- const StatusType$json = {
- '1': 'StatusType',
- '2': [
- {'1': 'UnKnowStatus', '2': 0},
- {'1': 'NormalStatus', '2': 1},
- {'1': 'DisabledStatus', '2': 8},
- {'1': 'DeleteStatus', '2': 9},
- ],
- };
- /// Descriptor for `StatusType`. Decode as a `google.protobuf.EnumDescriptorProto`.
- final $typed_data.Uint8List statusTypeDescriptor = $convert.base64Decode(
- 'CgpTdGF0dXNUeXBlEhAKDFVuS25vd1N0YXR1cxAAEhAKDE5vcm1hbFN0YXR1cxABEhIKDkRpc2'
- 'FibGVkU3RhdHVzEAgSEAoMRGVsZXRlU3RhdHVzEAk=');
- @$core.Deprecated('Use hrBandTypeDescriptor instead')
- const HrBandType$json = {
- '1': 'HrBandType',
- '2': [
- {'1': 'UnKnowHrBand', '2': 0},
- {'1': 'UseHrBand', '2': 1},
- {'1': 'NotUseHrBand', '2': 2},
- ],
- };
- /// Descriptor for `HrBandType`. Decode as a `google.protobuf.EnumDescriptorProto`.
- final $typed_data.Uint8List hrBandTypeDescriptor = $convert.base64Decode(
- 'CgpIckJhbmRUeXBlEhAKDFVuS25vd0hyQmFuZBAAEg0KCVVzZUhyQmFuZBABEhAKDE5vdFVzZU'
- 'hyQmFuZBAC');
- @$core.Deprecated('Use gameStateDescriptor instead')
- const GameState$json = {
- '1': 'GameState',
- '2': [
- {'1': 'AllGameState', '2': 0},
- {'1': 'NormalGameState', '2': 1},
- {'1': 'abnormalGameState', '2': 2},
- ],
- };
- /// Descriptor for `GameState`. Decode as a `google.protobuf.EnumDescriptorProto`.
- final $typed_data.Uint8List gameStateDescriptor = $convert.base64Decode(
- 'CglHYW1lU3RhdGUSEAoMQWxsR2FtZVN0YXRlEAASEwoPTm9ybWFsR2FtZVN0YXRlEAESFQoRYW'
- 'Jub3JtYWxHYW1lU3RhdGUQAg==');
- @$core.Deprecated('Use cStateDescriptor instead')
- const CState$json = {
- '1': 'CState',
- '2': [
- {'1': 'ToUnSend', '2': 0},
- {'1': 'ToUnStart', '2': 1},
- {'1': 'ToStart', '2': 2},
- {'1': 'ToFinish', '2': 3},
- {'1': 'ToOther', '2': 9},
- ],
- };
- /// Descriptor for `CState`. Decode as a `google.protobuf.EnumDescriptorProto`.
- final $typed_data.Uint8List cStateDescriptor = $convert.base64Decode(
- 'CgZDU3RhdGUSDAoIVG9VblNlbmQQABINCglUb1VuU3RhcnQQARILCgdUb1N0YXJ0EAISDAoIVG'
- '9GaW5pc2gQAxILCgdUb090aGVyEAk=');
- @$core.Deprecated('Use gameHistorySourceDescriptor instead')
- const GameHistorySource$json = {
- '1': 'GameHistorySource',
- '2': [
- {'1': 'GameHistorySourcAll', '2': 0},
- {'1': 'GameHistorySourceOrienteer', '2': 1},
- {'1': 'GameHistorySourceAss', '2': 2},
- ],
- };
- /// Descriptor for `GameHistorySource`. Decode as a `google.protobuf.EnumDescriptorProto`.
- final $typed_data.Uint8List gameHistorySourceDescriptor = $convert.base64Decode(
- 'ChFHYW1lSGlzdG9yeVNvdXJjZRIXChNHYW1lSGlzdG9yeVNvdXJjQWxsEAASHgoaR2FtZUhpc3'
- 'RvcnlTb3VyY2VPcmllbnRlZXIQARIYChRHYW1lSGlzdG9yeVNvdXJjZUFzcxAC');
- @$core.Deprecated('Use backGroundColorDescriptor instead')
- const BackGroundColor$json = {
- '1': 'BackGroundColor',
- '2': [
- {'1': 'UnKnowColor', '2': 0},
- {'1': 'BlueColor', '2': 1},
- {'1': 'GreenColor', '2': 2},
- {'1': 'BrownColor', '2': 3},
- ],
- };
- /// Descriptor for `BackGroundColor`. Decode as a `google.protobuf.EnumDescriptorProto`.
- final $typed_data.Uint8List backGroundColorDescriptor = $convert.base64Decode(
- 'Cg9CYWNrR3JvdW5kQ29sb3ISDwoLVW5Lbm93Q29sb3IQABINCglCbHVlQ29sb3IQARIOCgpHcm'
- 'VlbkNvbG9yEAISDgoKQnJvd25Db2xvchAD');
- @$core.Deprecated('Use netImageDescriptor instead')
- const NetImage$json = {
- '1': 'NetImage',
- '2': [
- {'1': 'url', '3': 1, '4': 1, '5': 9, '10': 'url'},
- {'1': 'md5', '3': 2, '4': 1, '5': 12, '10': 'md5'},
- ],
- };
- /// Descriptor for `NetImage`. Decode as a `google.protobuf.DescriptorProto`.
- final $typed_data.Uint8List netImageDescriptor = $convert.base64Decode(
- 'CghOZXRJbWFnZRIQCgN1cmwYASABKAlSA3VybBIQCgNtZDUYAiABKAxSA21kNQ==');
- @$core.Deprecated('Use userDescriptor instead')
- const User$json = {
- '1': 'User',
- '4': [User_Sex$json],
- };
- @$core.Deprecated('Use userDescriptor instead')
- const User_Sex$json = {
- '1': 'Sex',
- '2': [
- {'1': 'UnDefine', '2': 0},
- {'1': 'Male', '2': 1},
- {'1': 'Female', '2': 2},
- ],
- };
- /// Descriptor for `User`. Decode as a `google.protobuf.DescriptorProto`.
- final $typed_data.Uint8List userDescriptor = $convert.base64Decode(
- 'CgRVc2VyIikKA1NleBIMCghVbkRlZmluZRAAEggKBE1hbGUQARIKCgZGZW1hbGUQAg==');
- @$core.Deprecated('Use gameGpsInfoDescriptor instead')
- const GameGpsInfo$json = {
- '1': 'GameGpsInfo',
- '2': [
- {'1': 'gpsTime', '3': 1, '4': 1, '5': 11, '6': '.google.protobuf.Timestamp', '10': 'gpsTime'},
- {'1': 'longitude', '3': 2, '4': 1, '5': 1, '10': 'longitude'},
- {'1': 'latitude', '3': 3, '4': 1, '5': 1, '10': 'latitude'},
- {'1': 'directionRadian', '3': 4, '4': 1, '5': 1, '10': 'directionRadian'},
- {'1': 'altitude', '3': 5, '4': 1, '5': 1, '10': 'altitude'},
- ],
- };
- /// Descriptor for `GameGpsInfo`. Decode as a `google.protobuf.DescriptorProto`.
- final $typed_data.Uint8List gameGpsInfoDescriptor = $convert.base64Decode(
- 'CgtHYW1lR3BzSW5mbxI0CgdncHNUaW1lGAEgASgLMhouZ29vZ2xlLnByb3RvYnVmLlRpbWVzdG'
- 'FtcFIHZ3BzVGltZRIcCglsb25naXR1ZGUYAiABKAFSCWxvbmdpdHVkZRIaCghsYXRpdHVkZRgD'
- 'IAEoAVIIbGF0aXR1ZGUSKAoPZGlyZWN0aW9uUmFkaWFuGAQgASgBUg9kaXJlY3Rpb25SYWRpYW'
- '4SGgoIYWx0aXR1ZGUYBSABKAFSCGFsdGl0dWRl');
- @$core.Deprecated('Use heartRateDescriptor instead')
- const HeartRate$json = {
- '1': 'HeartRate',
- '2': [
- {'1': 'timeStampMs', '3': 1, '4': 1, '5': 3, '10': 'timeStampMs'},
- {'1': 'hr', '3': 2, '4': 1, '5': 5, '10': 'hr'},
- ],
- };
- /// Descriptor for `HeartRate`. Decode as a `google.protobuf.DescriptorProto`.
- final $typed_data.Uint8List heartRateDescriptor = $convert.base64Decode(
- 'CglIZWFydFJhdGUSIAoLdGltZVN0YW1wTXMYASABKANSC3RpbWVTdGFtcE1zEg4KAmhyGAIgAS'
- 'gFUgJocg==');
- @$core.Deprecated('Use signInReplyDescriptor instead')
- const SignInReply$json = {
- '1': 'SignInReply',
- '2': [
- {'1': 'token', '3': 1, '4': 1, '5': 9, '10': 'token'},
- ],
- };
- /// Descriptor for `SignInReply`. Decode as a `google.protobuf.DescriptorProto`.
- final $typed_data.Uint8List signInReplyDescriptor = $convert.base64Decode(
- 'CgtTaWduSW5SZXBseRIUCgV0b2tlbhgBIAEoCVIFdG9rZW4=');
- @$core.Deprecated('Use gameArriveControlPointDescriptor instead')
- const GameArriveControlPoint$json = {
- '1': 'GameArriveControlPoint',
- '2': [
- {'1': 'id', '3': 1, '4': 1, '5': 3, '10': 'id'},
- {'1': 'sn', '3': 2, '4': 1, '5': 9, '10': 'sn'},
- {'1': 'orderNo', '3': 3, '4': 1, '5': 5, '10': 'orderNo'},
- {'1': 'totalNo', '3': 4, '4': 1, '5': 5, '10': 'totalNo'},
- ],
- };
- /// Descriptor for `GameArriveControlPoint`. Decode as a `google.protobuf.DescriptorProto`.
- final $typed_data.Uint8List gameArriveControlPointDescriptor = $convert.base64Decode(
- 'ChZHYW1lQXJyaXZlQ29udHJvbFBvaW50Eg4KAmlkGAEgASgDUgJpZBIOCgJzbhgCIAEoCVICc2'
- '4SGAoHb3JkZXJObxgDIAEoBVIHb3JkZXJObxIYCgd0b3RhbE5vGAQgASgFUgd0b3RhbE5v');
- @$core.Deprecated('Use mapRouteDescriptor instead')
- const MapRoute$json = {
- '1': 'MapRoute',
- '2': [
- {'1': 'id', '3': 1, '4': 1, '5': 3, '10': 'id'},
- {'1': 'name', '3': 2, '4': 1, '5': 9, '10': 'name'},
- {'1': 'image', '3': 3, '4': 1, '5': 11, '6': '.base.v1.NetImage', '10': 'image'},
- {'1': 'isNfc', '3': 4, '4': 1, '5': 8, '10': 'isNfc'},
- {'1': 'distanceMeter', '3': 5, '4': 1, '5': 5, '10': 'distanceMeter'},
- {'1': 'altitudeDiffMeter', '3': 6, '4': 1, '5': 5, '10': 'altitudeDiffMeter'},
- {'1': 'useCount', '3': 7, '4': 1, '5': 5, '10': 'useCount'},
- ],
- };
- /// Descriptor for `MapRoute`. Decode as a `google.protobuf.DescriptorProto`.
- final $typed_data.Uint8List mapRouteDescriptor = $convert.base64Decode(
- 'CghNYXBSb3V0ZRIOCgJpZBgBIAEoA1ICaWQSEgoEbmFtZRgCIAEoCVIEbmFtZRInCgVpbWFnZR'
- 'gDIAEoCzIRLmJhc2UudjEuTmV0SW1hZ2VSBWltYWdlEhQKBWlzTmZjGAQgASgIUgVpc05mYxIk'
- 'Cg1kaXN0YW5jZU1ldGVyGAUgASgFUg1kaXN0YW5jZU1ldGVyEiwKEWFsdGl0dWRlRGlmZk1ldG'
- 'VyGAYgASgFUhFhbHRpdHVkZURpZmZNZXRlchIaCgh1c2VDb3VudBgHIAEoBVIIdXNlQ291bnQ=');
- @$core.Deprecated('Use idArrRequestDescriptor instead')
- const IdArrRequest$json = {
- '1': 'IdArrRequest',
- '2': [
- {'1': 'IdArr', '3': 2, '4': 3, '5': 5, '10': 'IdArr'},
- ],
- };
- /// Descriptor for `IdArrRequest`. Decode as a `google.protobuf.DescriptorProto`.
- final $typed_data.Uint8List idArrRequestDescriptor = $convert.base64Decode(
- 'CgxJZEFyclJlcXVlc3QSFAoFSWRBcnIYAiADKAVSBUlkQXJy');
- @$core.Deprecated('Use baseMapInfoDescriptor instead')
- const BaseMapInfo$json = {
- '1': 'BaseMapInfo',
- '2': [
- {'1': 'shopId', '3': 1, '4': 1, '5': 5, '10': 'shopId'},
- {'1': 'mapName', '3': 2, '4': 1, '5': 9, '10': 'mapName'},
- {'1': 'zipImage', '3': 3, '4': 1, '5': 11, '6': '.base.v1.NetImage', '10': 'zipImage'},
- ],
- };
- /// Descriptor for `BaseMapInfo`. Decode as a `google.protobuf.DescriptorProto`.
- final $typed_data.Uint8List baseMapInfoDescriptor = $convert.base64Decode(
- 'CgtCYXNlTWFwSW5mbxIWCgZzaG9wSWQYASABKAVSBnNob3BJZBIYCgdtYXBOYW1lGAIgASgJUg'
- 'dtYXBOYW1lEi0KCHppcEltYWdlGAMgASgLMhEuYmFzZS52MS5OZXRJbWFnZVIIemlwSW1hZ2U=');
- @$core.Deprecated('Use regionDescriptor instead')
- const Region$json = {
- '1': 'Region',
- '2': [
- {'1': 'code', '3': 1, '4': 1, '5': 9, '10': 'code'},
- {'1': 'name', '3': 2, '4': 1, '5': 9, '10': 'name'},
- ],
- };
- /// Descriptor for `Region`. Decode as a `google.protobuf.DescriptorProto`.
- final $typed_data.Uint8List regionDescriptor = $convert.base64Decode(
- 'CgZSZWdpb24SEgoEY29kZRgBIAEoCVIEY29kZRISCgRuYW1lGAIgASgJUgRuYW1l');
- @$core.Deprecated('Use shopListDescriptor instead')
- const ShopList$json = {
- '1': 'ShopList',
- '2': [
- {'1': 'shopId', '3': 1, '4': 1, '5': 5, '10': 'shopId'},
- {'1': 'name', '3': 2, '4': 1, '5': 9, '10': 'name'},
- ],
- };
- /// Descriptor for `ShopList`. Decode as a `google.protobuf.DescriptorProto`.
- final $typed_data.Uint8List shopListDescriptor = $convert.base64Decode(
- 'CghTaG9wTGlzdBIWCgZzaG9wSWQYASABKAVSBnNob3BJZBISCgRuYW1lGAIgASgJUgRuYW1l');
- @$core.Deprecated('Use getSmsSendLeftTimeRequestDescriptor instead')
- const GetSmsSendLeftTimeRequest$json = {
- '1': 'GetSmsSendLeftTimeRequest',
- '2': [
- {'1': 'phone', '3': 1, '4': 1, '5': 9, '10': 'phone'},
- ],
- };
- /// Descriptor for `GetSmsSendLeftTimeRequest`. Decode as a `google.protobuf.DescriptorProto`.
- final $typed_data.Uint8List getSmsSendLeftTimeRequestDescriptor = $convert.base64Decode(
- 'ChlHZXRTbXNTZW5kTGVmdFRpbWVSZXF1ZXN0EhQKBXBob25lGAEgASgJUgVwaG9uZQ==');
- @$core.Deprecated('Use getSmsSendLeftTimeReplyDescriptor instead')
- const GetSmsSendLeftTimeReply$json = {
- '1': 'GetSmsSendLeftTimeReply',
- '2': [
- {'1': 'second', '3': 1, '4': 1, '5': 5, '10': 'second'},
- ],
- };
- /// Descriptor for `GetSmsSendLeftTimeReply`. Decode as a `google.protobuf.DescriptorProto`.
- final $typed_data.Uint8List getSmsSendLeftTimeReplyDescriptor = $convert.base64Decode(
- 'ChdHZXRTbXNTZW5kTGVmdFRpbWVSZXBseRIWCgZzZWNvbmQYASABKAVSBnNlY29uZA==');
- @$core.Deprecated('Use controlInfoListDescriptor instead')
- const ControlInfoList$json = {
- '1': 'ControlInfoList',
- '2': [
- {'1': 'ciId', '3': 1, '4': 1, '5': 5, '10': 'ciId'},
- {'1': 'ciCode', '3': 2, '4': 1, '5': 9, '10': 'ciCode'},
- ],
- };
- /// Descriptor for `ControlInfoList`. Decode as a `google.protobuf.DescriptorProto`.
- final $typed_data.Uint8List controlInfoListDescriptor = $convert.base64Decode(
- 'Cg9Db250cm9sSW5mb0xpc3QSEgoEY2lJZBgBIAEoBVIEY2lJZBIWCgZjaUNvZGUYAiABKAlSBm'
- 'NpQ29kZQ==');
- @$core.Deprecated('Use defaultReplyDescriptor instead')
- const DefaultReply$json = {
- '1': 'DefaultReply',
- };
- /// Descriptor for `DefaultReply`. Decode as a `google.protobuf.DescriptorProto`.
- final $typed_data.Uint8List defaultReplyDescriptor = $convert.base64Decode(
- 'CgxEZWZhdWx0UmVwbHk=');
- @$core.Deprecated('Use idRequestDescriptor instead')
- const IdRequest$json = {
- '1': 'IdRequest',
- '2': [
- {'1': 'id', '3': 1, '4': 1, '5': 3, '10': 'id'},
- ],
- };
- /// Descriptor for `IdRequest`. Decode as a `google.protobuf.DescriptorProto`.
- final $typed_data.Uint8List idRequestDescriptor = $convert.base64Decode(
- 'CglJZFJlcXVlc3QSDgoCaWQYASABKANSAmlk');
- @$core.Deprecated('Use defaultRequestDescriptor instead')
- const DefaultRequest$json = {
- '1': 'DefaultRequest',
- };
- /// Descriptor for `DefaultRequest`. Decode as a `google.protobuf.DescriptorProto`.
- final $typed_data.Uint8List defaultRequestDescriptor = $convert.base64Decode(
- 'Cg5EZWZhdWx0UmVxdWVzdA==');
- @$core.Deprecated('Use positionDescriptor instead')
- const Position$json = {
- '1': 'Position',
- '2': [
- {'1': 'longitude', '3': 1, '4': 1, '5': 1, '10': 'longitude'},
- {'1': 'latitude', '3': 2, '4': 1, '5': 1, '10': 'latitude'},
- {'1': 'altitude', '3': 3, '4': 1, '5': 1, '10': 'altitude'},
- ],
- };
- /// Descriptor for `Position`. Decode as a `google.protobuf.DescriptorProto`.
- final $typed_data.Uint8List positionDescriptor = $convert.base64Decode(
- 'CghQb3NpdGlvbhIcCglsb25naXR1ZGUYASABKAFSCWxvbmdpdHVkZRIaCghsYXRpdHVkZRgCIA'
- 'EoAVIIbGF0aXR1ZGUSGgoIYWx0aXR1ZGUYAyABKAFSCGFsdGl0dWRl');
- @$core.Deprecated('Use controlPointInfoDescriptor instead')
- const ControlPointInfo$json = {
- '1': 'ControlPointInfo',
- '2': [
- {'1': 'displayInfo', '3': 1, '4': 1, '5': 11, '6': '.google.protobuf.Any', '10': 'displayInfo'},
- ],
- };
- /// Descriptor for `ControlPointInfo`. Decode as a `google.protobuf.DescriptorProto`.
- final $typed_data.Uint8List controlPointInfoDescriptor = $convert.base64Decode(
- 'ChBDb250cm9sUG9pbnRJbmZvEjYKC2Rpc3BsYXlJbmZvGAEgASgLMhQuZ29vZ2xlLnByb3RvYn'
- 'VmLkFueVILZGlzcGxheUluZm8=');
- @$core.Deprecated('Use controlPointDisplayInfoSingleChoiceDescriptor instead')
- const ControlPointDisplayInfoSingleChoice$json = {
- '1': 'ControlPointDisplayInfoSingleChoice',
- '2': [
- {'1': 'question', '3': 1, '4': 1, '5': 9, '10': 'question'},
- {'1': 'image', '3': 2, '4': 1, '5': 11, '6': '.base.v1.NetImage', '10': 'image'},
- {'1': 'answer', '3': 3, '4': 3, '5': 9, '10': 'answer'},
- {'1': 'rightAnswerIndex', '3': 4, '4': 1, '5': 5, '10': 'rightAnswerIndex'},
- {'1': 'qbId', '3': 5, '4': 1, '5': 5, '10': 'qbId'},
- ],
- };
- /// Descriptor for `ControlPointDisplayInfoSingleChoice`. Decode as a `google.protobuf.DescriptorProto`.
- final $typed_data.Uint8List controlPointDisplayInfoSingleChoiceDescriptor = $convert.base64Decode(
- 'CiNDb250cm9sUG9pbnREaXNwbGF5SW5mb1NpbmdsZUNob2ljZRIaCghxdWVzdGlvbhgBIAEoCV'
- 'IIcXVlc3Rpb24SJwoFaW1hZ2UYAiABKAsyES5iYXNlLnYxLk5ldEltYWdlUgVpbWFnZRIWCgZh'
- 'bnN3ZXIYAyADKAlSBmFuc3dlchIqChByaWdodEFuc3dlckluZGV4GAQgASgFUhByaWdodEFuc3'
- 'dlckluZGV4EhIKBHFiSWQYBSABKAVSBHFiSWQ=');
- @$core.Deprecated('Use binaryPartDescriptor instead')
- const BinaryPart$json = {
- '1': 'BinaryPart',
- '2': [
- {'1': 'ext', '3': 1, '4': 1, '5': 9, '10': 'ext'},
- {'1': 'data', '3': 2, '4': 1, '5': 12, '10': 'data'},
- {'1': 'allCount', '3': 3, '4': 1, '5': 5, '10': 'allCount'},
- {'1': 'nonce', '3': 4, '4': 1, '5': 12, '10': 'nonce'},
- ],
- };
- /// Descriptor for `BinaryPart`. Decode as a `google.protobuf.DescriptorProto`.
- final $typed_data.Uint8List binaryPartDescriptor = $convert.base64Decode(
- 'CgpCaW5hcnlQYXJ0EhAKA2V4dBgBIAEoCVIDZXh0EhIKBGRhdGEYAiABKAxSBGRhdGESGgoIYW'
- 'xsQ291bnQYAyABKAVSCGFsbENvdW50EhQKBW5vbmNlGAQgASgMUgVub25jZQ==');
- @$core.Deprecated('Use binaryPartV2Descriptor instead')
- const BinaryPartV2$json = {
- '1': 'BinaryPartV2',
- '2': [
- {'1': 'data', '3': 1, '4': 1, '5': 12, '10': 'data'},
- ],
- };
- /// Descriptor for `BinaryPartV2`. Decode as a `google.protobuf.DescriptorProto`.
- final $typed_data.Uint8List binaryPartV2Descriptor = $convert.base64Decode(
- 'CgxCaW5hcnlQYXJ0VjISEgoEZGF0YRgBIAEoDFIEZGF0YQ==');
- @$core.Deprecated('Use imageDescriptor instead')
- const Image$json = {
- '1': 'Image',
- '2': [
- {'1': 'ext', '3': 1, '4': 1, '5': 9, '10': 'ext'},
- {'1': 'data', '3': 2, '4': 1, '5': 12, '10': 'data'},
- ],
- };
- /// Descriptor for `Image`. Decode as a `google.protobuf.DescriptorProto`.
- final $typed_data.Uint8List imageDescriptor = $convert.base64Decode(
- 'CgVJbWFnZRIQCgNleHQYASABKAlSA2V4dBISCgRkYXRhGAIgASgMUgRkYXRh');
- @$core.Deprecated('Use statusEditRequestDescriptor instead')
- const StatusEditRequest$json = {
- '1': 'StatusEditRequest',
- '2': [
- {'1': 'id', '3': 1, '4': 1, '5': 3, '10': 'id'},
- {'1': 'status', '3': 2, '4': 1, '5': 14, '6': '.base.v1.StatusType', '10': 'status'},
- ],
- };
- /// Descriptor for `StatusEditRequest`. Decode as a `google.protobuf.DescriptorProto`.
- final $typed_data.Uint8List statusEditRequestDescriptor = $convert.base64Decode(
- 'ChFTdGF0dXNFZGl0UmVxdWVzdBIOCgJpZBgBIAEoA1ICaWQSKwoGc3RhdHVzGAIgASgOMhMuYm'
- 'FzZS52MS5TdGF0dXNUeXBlUgZzdGF0dXM=');
- @$core.Deprecated('Use courseInfoDescriptor instead')
- const CourseInfo$json = {
- '1': 'CourseInfo',
- '2': [
- {'1': 'id', '3': 1, '4': 1, '5': 5, '10': 'id'},
- {'1': 'name', '3': 2, '4': 1, '5': 9, '10': 'name'},
- {'1': 'totalControlNum', '3': 3, '4': 1, '5': 5, '10': 'totalControlNum'},
- {'1': 'maxRange', '3': 4, '4': 1, '5': 5, '10': 'maxRange'},
- {'1': 'control_point_sorted_list', '3': 5, '4': 3, '5': 11, '6': '.base.v1.ControlPoint', '10': 'controlPointSortedList'},
- ],
- };
- /// Descriptor for `CourseInfo`. Decode as a `google.protobuf.DescriptorProto`.
- final $typed_data.Uint8List courseInfoDescriptor = $convert.base64Decode(
- 'CgpDb3Vyc2VJbmZvEg4KAmlkGAEgASgFUgJpZBISCgRuYW1lGAIgASgJUgRuYW1lEigKD3RvdG'
- 'FsQ29udHJvbE51bRgDIAEoBVIPdG90YWxDb250cm9sTnVtEhoKCG1heFJhbmdlGAQgASgFUght'
- 'YXhSYW5nZRJQChljb250cm9sX3BvaW50X3NvcnRlZF9saXN0GAUgAygLMhUuYmFzZS52MS5Db2'
- '50cm9sUG9pbnRSFmNvbnRyb2xQb2ludFNvcnRlZExpc3Q=');
- @$core.Deprecated('Use controlPointDescriptor instead')
- const ControlPoint$json = {
- '1': 'ControlPoint',
- '2': [
- {'1': 'id', '3': 1, '4': 1, '5': 3, '10': 'id'},
- {'1': 'info', '3': 2, '4': 1, '5': 11, '6': '.base.v1.ControlPointInfo', '10': 'info'},
- {'1': 'nfc_id_list', '3': 3, '4': 3, '5': 9, '10': 'nfcIdList'},
- {'1': 'on_map_x', '3': 4, '4': 1, '5': 3, '10': 'onMapX'},
- {'1': 'on_map_y', '3': 5, '4': 1, '5': 3, '10': 'onMapY'},
- {'1': 'sn', '3': 6, '4': 1, '5': 9, '10': 'sn'},
- {'1': 'ciPosition', '3': 7, '4': 1, '5': 11, '6': '.base.v1.Position', '10': 'ciPosition'},
- {'1': 'mapPosition', '3': 8, '4': 1, '5': 11, '6': '.base.v1.Position', '10': 'mapPosition'},
- {'1': 'category', '3': 9, '4': 1, '5': 5, '10': 'category'},
- ],
- };
- /// Descriptor for `ControlPoint`. Decode as a `google.protobuf.DescriptorProto`.
- final $typed_data.Uint8List controlPointDescriptor = $convert.base64Decode(
- 'CgxDb250cm9sUG9pbnQSDgoCaWQYASABKANSAmlkEi0KBGluZm8YAiABKAsyGS5iYXNlLnYxLk'
- 'NvbnRyb2xQb2ludEluZm9SBGluZm8SHgoLbmZjX2lkX2xpc3QYAyADKAlSCW5mY0lkTGlzdBIY'
- 'Cghvbl9tYXBfeBgEIAEoA1IGb25NYXBYEhgKCG9uX21hcF95GAUgASgDUgZvbk1hcFkSDgoCc2'
- '4YBiABKAlSAnNuEjEKCmNpUG9zaXRpb24YByABKAsyES5iYXNlLnYxLlBvc2l0aW9uUgpjaVBv'
- 'c2l0aW9uEjMKC21hcFBvc2l0aW9uGAggASgLMhEuYmFzZS52MS5Qb3NpdGlvblILbWFwUG9zaX'
- 'Rpb24SGgoIY2F0ZWdvcnkYCSABKAVSCGNhdGVnb3J5');
- @$core.Deprecated('Use controlPointSimpleDescriptor instead')
- const ControlPointSimple$json = {
- '1': 'ControlPointSimple',
- '2': [
- {'1': 'id', '3': 1, '4': 1, '5': 3, '10': 'id'},
- {'1': 'nfc_id_list', '3': 2, '4': 3, '5': 9, '10': 'nfcIdList'},
- {'1': 'sn', '3': 3, '4': 1, '5': 9, '10': 'sn'},
- ],
- };
- /// Descriptor for `ControlPointSimple`. Decode as a `google.protobuf.DescriptorProto`.
- final $typed_data.Uint8List controlPointSimpleDescriptor = $convert.base64Decode(
- 'ChJDb250cm9sUG9pbnRTaW1wbGUSDgoCaWQYASABKANSAmlkEh4KC25mY19pZF9saXN0GAIgAy'
- 'gJUgluZmNJZExpc3QSDgoCc24YAyABKAlSAnNu');
- @$core.Deprecated('Use gameDetailV2ReplyDescriptor instead')
- const GameDetailV2Reply$json = {
- '1': 'GameDetailV2Reply',
- '2': [
- {'1': 'game_id', '3': 1, '4': 1, '5': 5, '10': 'gameId'},
- {'1': 'isComplete', '3': 2, '4': 1, '5': 8, '10': 'isComplete'},
- {'1': 'start_at', '3': 3, '4': 1, '5': 11, '6': '.google.protobuf.Timestamp', '10': 'startAt'},
- {'1': 'checked_sorted_list', '3': 4, '4': 3, '5': 11, '6': '.base.v1.ControlPointGameInfo', '10': 'checkedSortedList'},
- {'1': 'duration', '3': 5, '4': 1, '5': 11, '6': '.google.protobuf.Duration', '10': 'duration'},
- {'1': 'stop_at', '3': 6, '4': 1, '5': 11, '6': '.google.protobuf.Timestamp', '10': 'stopAt'},
- {'1': 'qrJsonCode', '3': 7, '4': 1, '5': 9, '10': 'qrJsonCode'},
- {'1': 'isSuccess', '3': 8, '4': 1, '5': 8, '10': 'isSuccess'},
- {'1': 'sysPoint', '3': 9, '4': 1, '5': 5, '10': 'sysPoint'},
- {'1': 'totalPointNum', '3': 10, '4': 1, '5': 5, '10': 'totalPointNum'},
- {'1': 'actName', '3': 13, '4': 1, '5': 9, '10': 'actName'},
- {'1': 'distance', '3': 14, '4': 1, '5': 5, '10': 'distance'},
- {'1': 'pace', '3': 15, '4': 1, '5': 5, '10': 'pace'},
- {'1': 'avgHr', '3': 16, '4': 1, '5': 5, '10': 'avgHr'},
- {'1': 'Calorie', '3': 17, '4': 1, '5': 5, '10': 'Calorie'},
- {'1': 'Ck', '3': 18, '4': 1, '5': 5, '10': 'Ck'},
- {'1': 'Ei', '3': 19, '4': 1, '5': 2, '10': 'Ei'},
- {'1': 'stepNum', '3': 20, '4': 1, '5': 5, '10': 'stepNum'},
- {'1': 'gameGpsInfo', '3': 21, '4': 3, '5': 11, '6': '.base.v1.GameGpsInfo', '10': 'gameGpsInfo'},
- {'1': 'map_zip', '3': 22, '4': 1, '5': 11, '6': '.base.v1.NetImage', '10': 'mapZip'},
- {'1': 'answerHistory', '3': 23, '4': 1, '5': 11, '6': '.base.v1.AnswerHistoryInfo', '10': 'answerHistory'},
- {'1': 'gameHrInfos', '3': 24, '4': 3, '5': 11, '6': '.base.v1.HeartRate', '10': 'gameHrInfos'},
- {'1': 'source', '3': 25, '4': 1, '5': 14, '6': '.base.v1.GameHistorySource', '10': 'source'},
- {'1': 'actId', '3': 26, '4': 1, '5': 5, '10': 'actId'},
- {'1': 'body', '3': 27, '4': 1, '5': 11, '6': '.base.v1.OrienteerBodyInfo', '10': 'body'},
- ],
- };
- /// Descriptor for `GameDetailV2Reply`. Decode as a `google.protobuf.DescriptorProto`.
- final $typed_data.Uint8List gameDetailV2ReplyDescriptor = $convert.base64Decode(
- 'ChFHYW1lRGV0YWlsVjJSZXBseRIXCgdnYW1lX2lkGAEgASgFUgZnYW1lSWQSHgoKaXNDb21wbG'
- 'V0ZRgCIAEoCFIKaXNDb21wbGV0ZRI1CghzdGFydF9hdBgDIAEoCzIaLmdvb2dsZS5wcm90b2J1'
- 'Zi5UaW1lc3RhbXBSB3N0YXJ0QXQSTQoTY2hlY2tlZF9zb3J0ZWRfbGlzdBgEIAMoCzIdLmJhc2'
- 'UudjEuQ29udHJvbFBvaW50R2FtZUluZm9SEWNoZWNrZWRTb3J0ZWRMaXN0EjUKCGR1cmF0aW9u'
- 'GAUgASgLMhkuZ29vZ2xlLnByb3RvYnVmLkR1cmF0aW9uUghkdXJhdGlvbhIzCgdzdG9wX2F0GA'
- 'YgASgLMhouZ29vZ2xlLnByb3RvYnVmLlRpbWVzdGFtcFIGc3RvcEF0Eh4KCnFySnNvbkNvZGUY'
- 'ByABKAlSCnFySnNvbkNvZGUSHAoJaXNTdWNjZXNzGAggASgIUglpc1N1Y2Nlc3MSGgoIc3lzUG'
- '9pbnQYCSABKAVSCHN5c1BvaW50EiQKDXRvdGFsUG9pbnROdW0YCiABKAVSDXRvdGFsUG9pbnRO'
- 'dW0SGAoHYWN0TmFtZRgNIAEoCVIHYWN0TmFtZRIaCghkaXN0YW5jZRgOIAEoBVIIZGlzdGFuY2'
- 'USEgoEcGFjZRgPIAEoBVIEcGFjZRIUCgVhdmdIchgQIAEoBVIFYXZnSHISGAoHQ2Fsb3JpZRgR'
- 'IAEoBVIHQ2Fsb3JpZRIOCgJDaxgSIAEoBVICQ2sSDgoCRWkYEyABKAJSAkVpEhgKB3N0ZXBOdW'
- '0YFCABKAVSB3N0ZXBOdW0SNgoLZ2FtZUdwc0luZm8YFSADKAsyFC5iYXNlLnYxLkdhbWVHcHNJ'
- 'bmZvUgtnYW1lR3BzSW5mbxIqCgdtYXBfemlwGBYgASgLMhEuYmFzZS52MS5OZXRJbWFnZVIGbW'
- 'FwWmlwEkAKDWFuc3dlckhpc3RvcnkYFyABKAsyGi5iYXNlLnYxLkFuc3dlckhpc3RvcnlJbmZv'
- 'Ug1hbnN3ZXJIaXN0b3J5EjQKC2dhbWVIckluZm9zGBggAygLMhIuYmFzZS52MS5IZWFydFJhdG'
- 'VSC2dhbWVIckluZm9zEjIKBnNvdXJjZRgZIAEoDjIaLmJhc2UudjEuR2FtZUhpc3RvcnlTb3Vy'
- 'Y2VSBnNvdXJjZRIUCgVhY3RJZBgaIAEoBVIFYWN0SWQSLgoEYm9keRgbIAEoCzIaLmJhc2Uudj'
- 'EuT3JpZW50ZWVyQm9keUluZm9SBGJvZHk=');
- @$core.Deprecated('Use orienteerBodyInfoDescriptor instead')
- const OrienteerBodyInfo$json = {
- '1': 'OrienteerBodyInfo',
- '2': [
- {'1': 'oId', '3': 1, '4': 1, '5': 5, '10': 'oId'},
- {'1': 'sex', '3': 2, '4': 1, '5': 14, '6': '.base.v1.User.Sex', '10': 'sex'},
- {'1': 'birthdayYear', '3': 3, '4': 1, '5': 5, '10': 'birthdayYear'},
- {'1': 'heightMillimeter', '3': 4, '4': 1, '5': 5, '10': 'heightMillimeter'},
- {'1': 'weightGram', '3': 5, '4': 1, '5': 5, '10': 'weightGram'},
- {'1': 'staticHr', '3': 6, '4': 1, '5': 5, '10': 'staticHr'},
- ],
- };
- /// Descriptor for `OrienteerBodyInfo`. Decode as a `google.protobuf.DescriptorProto`.
- final $typed_data.Uint8List orienteerBodyInfoDescriptor = $convert.base64Decode(
- 'ChFPcmllbnRlZXJCb2R5SW5mbxIQCgNvSWQYASABKAVSA29JZBIjCgNzZXgYAiABKA4yES5iYX'
- 'NlLnYxLlVzZXIuU2V4UgNzZXgSIgoMYmlydGhkYXlZZWFyGAMgASgFUgxiaXJ0aGRheVllYXIS'
- 'KgoQaGVpZ2h0TWlsbGltZXRlchgEIAEoBVIQaGVpZ2h0TWlsbGltZXRlchIeCgp3ZWlnaHRHcm'
- 'FtGAUgASgFUgp3ZWlnaHRHcmFtEhoKCHN0YXRpY0hyGAYgASgFUghzdGF0aWNIcg==');
- @$core.Deprecated('Use controlPointGameInfoDescriptor instead')
- const ControlPointGameInfo$json = {
- '1': 'ControlPointGameInfo',
- '2': [
- {'1': 'id', '3': 1, '4': 1, '5': 3, '10': 'id'},
- {'1': 'sn', '3': 2, '4': 1, '5': 9, '10': 'sn'},
- {'1': 'cType', '3': 3, '4': 1, '5': 14, '6': '.base.v1.CType', '10': 'cType'},
- {'1': 'orderNo', '3': 4, '4': 1, '5': 5, '10': 'orderNo'},
- {'1': 'is_check_success', '3': 5, '4': 1, '5': 8, '10': 'isCheckSuccess'},
- {'1': 'check_after_last', '3': 6, '4': 1, '5': 11, '6': '.google.protobuf.Duration', '10': 'checkAfterLast'},
- {'1': 'punchTime', '3': 7, '4': 1, '5': 11, '6': '.google.protobuf.Timestamp', '10': 'punchTime'},
- {'1': 'position', '3': 8, '4': 1, '5': 11, '6': '.base.v1.Position', '10': 'position'},
- {'1': 'disAfterLast', '3': 9, '4': 1, '5': 5, '10': 'disAfterLast'},
- {'1': 'disStraightAfterLast', '3': 10, '4': 1, '5': 5, '10': 'disStraightAfterLast'},
- {'1': 'paceAfterLast', '3': 11, '4': 1, '5': 5, '10': 'paceAfterLast'},
- {'1': 'paceAfterStart', '3': 12, '4': 1, '5': 5, '10': 'paceAfterStart'},
- {'1': 'check_after_start', '3': 13, '4': 1, '5': 11, '6': '.google.protobuf.Duration', '10': 'checkAfterStart'},
- ],
- };
- /// Descriptor for `ControlPointGameInfo`. Decode as a `google.protobuf.DescriptorProto`.
- final $typed_data.Uint8List controlPointGameInfoDescriptor = $convert.base64Decode(
- 'ChRDb250cm9sUG9pbnRHYW1lSW5mbxIOCgJpZBgBIAEoA1ICaWQSDgoCc24YAiABKAlSAnNuEi'
- 'QKBWNUeXBlGAMgASgOMg4uYmFzZS52MS5DVHlwZVIFY1R5cGUSGAoHb3JkZXJObxgEIAEoBVIH'
- 'b3JkZXJObxIoChBpc19jaGVja19zdWNjZXNzGAUgASgIUg5pc0NoZWNrU3VjY2VzcxJDChBjaG'
- 'Vja19hZnRlcl9sYXN0GAYgASgLMhkuZ29vZ2xlLnByb3RvYnVmLkR1cmF0aW9uUg5jaGVja0Fm'
- 'dGVyTGFzdBI4CglwdW5jaFRpbWUYByABKAsyGi5nb29nbGUucHJvdG9idWYuVGltZXN0YW1wUg'
- 'lwdW5jaFRpbWUSLQoIcG9zaXRpb24YCCABKAsyES5iYXNlLnYxLlBvc2l0aW9uUghwb3NpdGlv'
- 'bhIiCgxkaXNBZnRlckxhc3QYCSABKAVSDGRpc0FmdGVyTGFzdBIyChRkaXNTdHJhaWdodEFmdG'
- 'VyTGFzdBgKIAEoBVIUZGlzU3RyYWlnaHRBZnRlckxhc3QSJAoNcGFjZUFmdGVyTGFzdBgLIAEo'
- 'BVINcGFjZUFmdGVyTGFzdBImCg5wYWNlQWZ0ZXJTdGFydBgMIAEoBVIOcGFjZUFmdGVyU3Rhcn'
- 'QSRQoRY2hlY2tfYWZ0ZXJfc3RhcnQYDSABKAsyGS5nb29nbGUucHJvdG9idWYuRHVyYXRpb25S'
- 'D2NoZWNrQWZ0ZXJTdGFydA==');
- @$core.Deprecated('Use answerHistoryInfoDescriptor instead')
- const AnswerHistoryInfo$json = {
- '1': 'AnswerHistoryInfo',
- '2': [
- {'1': 'accuracy', '3': 1, '4': 1, '5': 5, '10': 'accuracy'},
- {'1': 'totalAnswerNum', '3': 2, '4': 1, '5': 5, '10': 'totalAnswerNum'},
- {'1': 'correctAnswerNum', '3': 3, '4': 1, '5': 5, '10': 'correctAnswerNum'},
- {'1': 'ranking', '3': 4, '4': 1, '5': 5, '10': 'ranking'},
- {'1': 'rankingDay', '3': 5, '4': 1, '5': 5, '10': 'rankingDay'},
- {'1': 'list', '3': 6, '4': 3, '5': 11, '6': '.base.v1.AnswerDetailInfo', '10': 'list'},
- {'1': 'rankingSurpass', '3': 7, '4': 1, '5': 5, '10': 'rankingSurpass'},
- ],
- };
- /// Descriptor for `AnswerHistoryInfo`. Decode as a `google.protobuf.DescriptorProto`.
- final $typed_data.Uint8List answerHistoryInfoDescriptor = $convert.base64Decode(
- 'ChFBbnN3ZXJIaXN0b3J5SW5mbxIaCghhY2N1cmFjeRgBIAEoBVIIYWNjdXJhY3kSJgoOdG90YW'
- 'xBbnN3ZXJOdW0YAiABKAVSDnRvdGFsQW5zd2VyTnVtEioKEGNvcnJlY3RBbnN3ZXJOdW0YAyAB'
- 'KAVSEGNvcnJlY3RBbnN3ZXJOdW0SGAoHcmFua2luZxgEIAEoBVIHcmFua2luZxIeCgpyYW5raW'
- '5nRGF5GAUgASgFUgpyYW5raW5nRGF5Ei0KBGxpc3QYBiADKAsyGS5iYXNlLnYxLkFuc3dlckRl'
- 'dGFpbEluZm9SBGxpc3QSJgoOcmFua2luZ1N1cnBhc3MYByABKAVSDnJhbmtpbmdTdXJwYXNz');
- @$core.Deprecated('Use answerDetailInfoDescriptor instead')
- const AnswerDetailInfo$json = {
- '1': 'AnswerDetailInfo',
- '2': [
- {'1': 'qbId', '3': 1, '4': 1, '5': 5, '10': 'qbId'},
- {'1': 'question', '3': 2, '4': 1, '5': 9, '10': 'question'},
- {'1': 'image', '3': 3, '4': 1, '5': 11, '6': '.base.v1.NetImage', '10': 'image'},
- {'1': 'answer', '3': 4, '4': 3, '5': 9, '10': 'answer'},
- {'1': 'rightAnswerIndex', '3': 5, '4': 1, '5': 5, '10': 'rightAnswerIndex'},
- {'1': 'userAnswerIndex', '3': 6, '4': 1, '5': 5, '10': 'userAnswerIndex'},
- {'1': 'answerCorrect', '3': 7, '4': 1, '5': 8, '10': 'answerCorrect'},
- {'1': 'isAnswer', '3': 8, '4': 1, '5': 8, '10': 'isAnswer'},
- ],
- };
- /// Descriptor for `AnswerDetailInfo`. Decode as a `google.protobuf.DescriptorProto`.
- final $typed_data.Uint8List answerDetailInfoDescriptor = $convert.base64Decode(
- 'ChBBbnN3ZXJEZXRhaWxJbmZvEhIKBHFiSWQYASABKAVSBHFiSWQSGgoIcXVlc3Rpb24YAiABKA'
- 'lSCHF1ZXN0aW9uEicKBWltYWdlGAMgASgLMhEuYmFzZS52MS5OZXRJbWFnZVIFaW1hZ2USFgoG'
- 'YW5zd2VyGAQgAygJUgZhbnN3ZXISKgoQcmlnaHRBbnN3ZXJJbmRleBgFIAEoBVIQcmlnaHRBbn'
- 'N3ZXJJbmRleBIoCg91c2VyQW5zd2VySW5kZXgYBiABKAVSD3VzZXJBbnN3ZXJJbmRleBIkCg1h'
- 'bnN3ZXJDb3JyZWN0GAcgASgIUg1hbnN3ZXJDb3JyZWN0EhoKCGlzQW5zd2VyGAggASgIUghpc0'
- 'Fuc3dlcg==');
- @$core.Deprecated('Use toActivityRegusterEditRequestDescriptor instead')
- const ToActivityRegusterEditRequest$json = {
- '1': 'ToActivityRegusterEditRequest',
- '2': [
- {'1': 'regId', '3': 1, '4': 1, '5': 5, '10': 'regId'},
- {'1': 'regName', '3': 2, '4': 1, '5': 9, '10': 'regName'},
- {'1': 'startSecond', '3': 3, '4': 1, '5': 3, '10': 'startSecond'},
- {'1': 'endSecond', '3': 4, '4': 1, '5': 3, '10': 'endSecond'},
- {'1': 'organizer', '3': 5, '4': 1, '5': 9, '10': 'organizer'},
- ],
- };
- /// Descriptor for `ToActivityRegusterEditRequest`. Decode as a `google.protobuf.DescriptorProto`.
- final $typed_data.Uint8List toActivityRegusterEditRequestDescriptor = $convert.base64Decode(
- 'Ch1Ub0FjdGl2aXR5UmVndXN0ZXJFZGl0UmVxdWVzdBIUCgVyZWdJZBgBIAEoBVIFcmVnSWQSGA'
- 'oHcmVnTmFtZRgCIAEoCVIHcmVnTmFtZRIgCgtzdGFydFNlY29uZBgDIAEoA1ILc3RhcnRTZWNv'
- 'bmQSHAoJZW5kU2Vjb25kGAQgASgDUgllbmRTZWNvbmQSHAoJb3JnYW5pemVyGAUgASgJUglvcm'
- 'dhbml6ZXI=');
- @$core.Deprecated('Use toActivityRegusterListRequestDescriptor instead')
- const ToActivityRegusterListRequest$json = {
- '1': 'ToActivityRegusterListRequest',
- '2': [
- {'1': 'offset', '3': 1, '4': 1, '5': 5, '10': 'offset'},
- {'1': 'limit', '3': 2, '4': 1, '5': 5, '10': 'limit'},
- ],
- };
- /// Descriptor for `ToActivityRegusterListRequest`. Decode as a `google.protobuf.DescriptorProto`.
- final $typed_data.Uint8List toActivityRegusterListRequestDescriptor = $convert.base64Decode(
- 'Ch1Ub0FjdGl2aXR5UmVndXN0ZXJMaXN0UmVxdWVzdBIWCgZvZmZzZXQYASABKAVSBm9mZnNldB'
- 'IUCgVsaW1pdBgCIAEoBVIFbGltaXQ=');
- @$core.Deprecated('Use toActivityRegusterListReplyDescriptor instead')
- const ToActivityRegusterListReply$json = {
- '1': 'ToActivityRegusterListReply',
- '2': [
- {'1': 'list', '3': 1, '4': 3, '5': 11, '6': '.base.v1.ToActivityRegusterInfo', '10': 'list'},
- ],
- };
- /// Descriptor for `ToActivityRegusterListReply`. Decode as a `google.protobuf.DescriptorProto`.
- final $typed_data.Uint8List toActivityRegusterListReplyDescriptor = $convert.base64Decode(
- 'ChtUb0FjdGl2aXR5UmVndXN0ZXJMaXN0UmVwbHkSMwoEbGlzdBgBIAMoCzIfLmJhc2UudjEuVG'
- '9BY3Rpdml0eVJlZ3VzdGVySW5mb1IEbGlzdA==');
- @$core.Deprecated('Use toActivityRegusterInfoDescriptor instead')
- const ToActivityRegusterInfo$json = {
- '1': 'ToActivityRegusterInfo',
- '2': [
- {'1': 'regId', '3': 1, '4': 1, '5': 5, '10': 'regId'},
- {'1': 'regName', '3': 2, '4': 1, '5': 9, '10': 'regName'},
- {'1': 'startSecond', '3': 3, '4': 1, '5': 3, '10': 'startSecond'},
- {'1': 'endSecond', '3': 4, '4': 1, '5': 3, '10': 'endSecond'},
- {'1': 'organizer', '3': 5, '4': 1, '5': 9, '10': 'organizer'},
- {'1': 'key', '3': 6, '4': 1, '5': 9, '10': 'key'},
- ],
- };
- /// Descriptor for `ToActivityRegusterInfo`. Decode as a `google.protobuf.DescriptorProto`.
- final $typed_data.Uint8List toActivityRegusterInfoDescriptor = $convert.base64Decode(
- 'ChZUb0FjdGl2aXR5UmVndXN0ZXJJbmZvEhQKBXJlZ0lkGAEgASgFUgVyZWdJZBIYCgdyZWdOYW'
- '1lGAIgASgJUgdyZWdOYW1lEiAKC3N0YXJ0U2Vjb25kGAMgASgDUgtzdGFydFNlY29uZBIcCgll'
- 'bmRTZWNvbmQYBCABKANSCWVuZFNlY29uZBIcCglvcmdhbml6ZXIYBSABKAlSCW9yZ2FuaXplch'
- 'IQCgNrZXkYBiABKAlSA2tleQ==');
- @$core.Deprecated('Use toGameRankingRequestDescriptor instead')
- const ToGameRankingRequest$json = {
- '1': 'ToGameRankingRequest',
- '2': [
- {'1': 'mapId', '3': 1, '4': 1, '5': 5, '10': 'mapId'},
- {'1': 'startSecond', '3': 2, '4': 1, '5': 3, '10': 'startSecond'},
- ],
- };
- /// Descriptor for `ToGameRankingRequest`. Decode as a `google.protobuf.DescriptorProto`.
- final $typed_data.Uint8List toGameRankingRequestDescriptor = $convert.base64Decode(
- 'ChRUb0dhbWVSYW5raW5nUmVxdWVzdBIUCgVtYXBJZBgBIAEoBVIFbWFwSWQSIAoLc3RhcnRTZW'
- 'NvbmQYAiABKANSC3N0YXJ0U2Vjb25k');
- @$core.Deprecated('Use toGameRankingReplyDescriptor instead')
- const ToGameRankingReply$json = {
- '1': 'ToGameRankingReply',
- '2': [
- {'1': 'list', '3': 1, '4': 3, '5': 11, '6': '.base.v1.ToActionRankInfo', '10': 'list'},
- ],
- };
- /// Descriptor for `ToGameRankingReply`. Decode as a `google.protobuf.DescriptorProto`.
- final $typed_data.Uint8List toGameRankingReplyDescriptor = $convert.base64Decode(
- 'ChJUb0dhbWVSYW5raW5nUmVwbHkSLQoEbGlzdBgBIAMoCzIZLmJhc2UudjEuVG9BY3Rpb25SYW'
- '5rSW5mb1IEbGlzdA==');
- @$core.Deprecated('Use toActionRankInfoDescriptor instead')
- const ToActionRankInfo$json = {
- '1': 'ToActionRankInfo',
- '2': [
- {'1': 'actId', '3': 1, '4': 1, '5': 5, '10': 'actId'},
- {'1': 'actName', '3': 2, '4': 1, '5': 9, '10': 'actName'},
- {'1': 'totalUserNum', '3': 3, '4': 1, '5': 5, '10': 'totalUserNum'},
- {'1': 'rankList', '3': 4, '4': 3, '5': 11, '6': '.base.v1.ToOrienteerRankInfo', '10': 'rankList'},
- ],
- };
- /// Descriptor for `ToActionRankInfo`. Decode as a `google.protobuf.DescriptorProto`.
- final $typed_data.Uint8List toActionRankInfoDescriptor = $convert.base64Decode(
- 'ChBUb0FjdGlvblJhbmtJbmZvEhQKBWFjdElkGAEgASgFUgVhY3RJZBIYCgdhY3ROYW1lGAIgAS'
- 'gJUgdhY3ROYW1lEiIKDHRvdGFsVXNlck51bRgDIAEoBVIMdG90YWxVc2VyTnVtEjgKCHJhbmtM'
- 'aXN0GAQgAygLMhwuYmFzZS52MS5Ub09yaWVudGVlclJhbmtJbmZvUghyYW5rTGlzdA==');
- @$core.Deprecated('Use toOrienteerRankInfoDescriptor instead')
- const ToOrienteerRankInfo$json = {
- '1': 'ToOrienteerRankInfo',
- '2': [
- {'1': 'gameId', '3': 1, '4': 1, '5': 5, '10': 'gameId'},
- {'1': 'oName', '3': 2, '4': 1, '5': 9, '10': 'oName'},
- {'1': 'phone', '3': 3, '4': 1, '5': 9, '10': 'phone'},
- {'1': 'courseName', '3': 4, '4': 1, '5': 9, '10': 'courseName'},
- {'1': 'state', '3': 5, '4': 1, '5': 5, '10': 'state'},
- {'1': 'start_at', '3': 6, '4': 1, '5': 11, '6': '.google.protobuf.Timestamp', '10': 'startAt'},
- {'1': 'duration', '3': 7, '4': 1, '5': 11, '6': '.google.protobuf.Duration', '10': 'duration'},
- {'1': 'distance', '3': 8, '4': 1, '5': 5, '10': 'distance'},
- {'1': 'totalControlNum', '3': 9, '4': 1, '5': 5, '10': 'totalControlNum'},
- {'1': 'oId', '3': 10, '4': 1, '5': 5, '10': 'oId'},
- ],
- };
- /// Descriptor for `ToOrienteerRankInfo`. Decode as a `google.protobuf.DescriptorProto`.
- final $typed_data.Uint8List toOrienteerRankInfoDescriptor = $convert.base64Decode(
- 'ChNUb09yaWVudGVlclJhbmtJbmZvEhYKBmdhbWVJZBgBIAEoBVIGZ2FtZUlkEhQKBW9OYW1lGA'
- 'IgASgJUgVvTmFtZRIUCgVwaG9uZRgDIAEoCVIFcGhvbmUSHgoKY291cnNlTmFtZRgEIAEoCVIK'
- 'Y291cnNlTmFtZRIUCgVzdGF0ZRgFIAEoBVIFc3RhdGUSNQoIc3RhcnRfYXQYBiABKAsyGi5nb2'
- '9nbGUucHJvdG9idWYuVGltZXN0YW1wUgdzdGFydEF0EjUKCGR1cmF0aW9uGAcgASgLMhkuZ29v'
- 'Z2xlLnByb3RvYnVmLkR1cmF0aW9uUghkdXJhdGlvbhIaCghkaXN0YW5jZRgIIAEoBVIIZGlzdG'
- 'FuY2USKAoPdG90YWxDb250cm9sTnVtGAkgASgFUg90b3RhbENvbnRyb2xOdW0SEAoDb0lkGAog'
- 'ASgFUgNvSWQ=');
- @$core.Deprecated('Use toGetUpdateVersionRequestDescriptor instead')
- const ToGetUpdateVersionRequest$json = {
- '1': 'ToGetUpdateVersionRequest',
- '2': [
- {'1': 'vCode', '3': 1, '4': 1, '5': 9, '10': 'vCode'},
- {'1': 'vShop', '3': 2, '4': 1, '5': 5, '10': 'vShop'},
- ],
- };
- /// Descriptor for `ToGetUpdateVersionRequest`. Decode as a `google.protobuf.DescriptorProto`.
- final $typed_data.Uint8List toGetUpdateVersionRequestDescriptor = $convert.base64Decode(
- 'ChlUb0dldFVwZGF0ZVZlcnNpb25SZXF1ZXN0EhQKBXZDb2RlGAEgASgJUgV2Q29kZRIUCgV2U2'
- 'hvcBgCIAEoBVIFdlNob3A=');
- @$core.Deprecated('Use toGetUpdateVersionReplyDescriptor instead')
- const ToGetUpdateVersionReply$json = {
- '1': 'ToGetUpdateVersionReply',
- '2': [
- {'1': 'needUpdate', '3': 1, '4': 1, '5': 8, '10': 'needUpdate'},
- {'1': 'vCode', '3': 2, '4': 1, '5': 9, '10': 'vCode'},
- {'1': 'vMemo', '3': 3, '4': 1, '5': 9, '10': 'vMemo'},
- {'1': 'vUrl', '3': 4, '4': 1, '5': 9, '10': 'vUrl'},
- ],
- };
- /// Descriptor for `ToGetUpdateVersionReply`. Decode as a `google.protobuf.DescriptorProto`.
- final $typed_data.Uint8List toGetUpdateVersionReplyDescriptor = $convert.base64Decode(
- 'ChdUb0dldFVwZGF0ZVZlcnNpb25SZXBseRIeCgpuZWVkVXBkYXRlGAEgASgIUgpuZWVkVXBkYX'
- 'RlEhQKBXZDb2RlGAIgASgJUgV2Q29kZRIUCgV2TWVtbxgDIAEoCVIFdk1lbW8SEgoEdlVybBgE'
- 'IAEoCVIEdlVybA==');
- @$core.Deprecated('Use toGameDetailReplyDescriptor instead')
- const ToGameDetailReply$json = {
- '1': 'ToGameDetailReply',
- '2': [
- {'1': 'game_id', '3': 1, '4': 1, '5': 5, '10': 'gameId'},
- {'1': 'isComplete', '3': 2, '4': 1, '5': 8, '10': 'isComplete'},
- {'1': 'start_at', '3': 3, '4': 1, '5': 11, '6': '.google.protobuf.Timestamp', '10': 'startAt'},
- {'1': 'checked_sorted_list', '3': 4, '4': 3, '5': 11, '6': '.base.v1.ToControlPoint', '10': 'checkedSortedList'},
- {'1': 'duration', '3': 5, '4': 1, '5': 11, '6': '.google.protobuf.Duration', '10': 'duration'},
- {'1': 'stop_at', '3': 6, '4': 1, '5': 11, '6': '.google.protobuf.Timestamp', '10': 'stopAt'},
- {'1': 'isSuccess', '3': 8, '4': 1, '5': 8, '10': 'isSuccess'},
- {'1': 'sysPoint', '3': 9, '4': 1, '5': 5, '10': 'sysPoint'},
- {'1': 'totalPointNum', '3': 10, '4': 1, '5': 5, '10': 'totalPointNum'},
- {'1': 'actName', '3': 13, '4': 1, '5': 9, '10': 'actName'},
- {'1': 'distance', '3': 14, '4': 1, '5': 5, '10': 'distance'},
- {'1': 'pace', '3': 15, '4': 1, '5': 5, '10': 'pace'},
- {'1': 'avgHr', '3': 16, '4': 1, '5': 5, '10': 'avgHr'},
- {'1': 'Calorie', '3': 17, '4': 1, '5': 5, '10': 'Calorie'},
- {'1': 'Ck', '3': 18, '4': 1, '5': 5, '10': 'Ck'},
- {'1': 'Ei', '3': 19, '4': 1, '5': 2, '10': 'Ei'},
- {'1': 'stepNum', '3': 20, '4': 1, '5': 5, '10': 'stepNum'},
- {'1': 'gameGpsInfo', '3': 21, '4': 3, '5': 11, '6': '.base.v1.GameGpsInfo', '10': 'gameGpsInfo'},
- {'1': 'gameHrInfos', '3': 24, '4': 3, '5': 11, '6': '.base.v1.HeartRate', '10': 'gameHrInfos'},
- {'1': 'source', '3': 25, '4': 1, '5': 14, '6': '.base.v1.GameHistorySource', '10': 'source'},
- {'1': 'actId', '3': 26, '4': 1, '5': 5, '10': 'actId'},
- ],
- };
- /// Descriptor for `ToGameDetailReply`. Decode as a `google.protobuf.DescriptorProto`.
- final $typed_data.Uint8List toGameDetailReplyDescriptor = $convert.base64Decode(
- 'ChFUb0dhbWVEZXRhaWxSZXBseRIXCgdnYW1lX2lkGAEgASgFUgZnYW1lSWQSHgoKaXNDb21wbG'
- 'V0ZRgCIAEoCFIKaXNDb21wbGV0ZRI1CghzdGFydF9hdBgDIAEoCzIaLmdvb2dsZS5wcm90b2J1'
- 'Zi5UaW1lc3RhbXBSB3N0YXJ0QXQSRwoTY2hlY2tlZF9zb3J0ZWRfbGlzdBgEIAMoCzIXLmJhc2'
- 'UudjEuVG9Db250cm9sUG9pbnRSEWNoZWNrZWRTb3J0ZWRMaXN0EjUKCGR1cmF0aW9uGAUgASgL'
- 'MhkuZ29vZ2xlLnByb3RvYnVmLkR1cmF0aW9uUghkdXJhdGlvbhIzCgdzdG9wX2F0GAYgASgLMh'
- 'ouZ29vZ2xlLnByb3RvYnVmLlRpbWVzdGFtcFIGc3RvcEF0EhwKCWlzU3VjY2VzcxgIIAEoCFIJ'
- 'aXNTdWNjZXNzEhoKCHN5c1BvaW50GAkgASgFUghzeXNQb2ludBIkCg10b3RhbFBvaW50TnVtGA'
- 'ogASgFUg10b3RhbFBvaW50TnVtEhgKB2FjdE5hbWUYDSABKAlSB2FjdE5hbWUSGgoIZGlzdGFu'
- 'Y2UYDiABKAVSCGRpc3RhbmNlEhIKBHBhY2UYDyABKAVSBHBhY2USFAoFYXZnSHIYECABKAVSBW'
- 'F2Z0hyEhgKB0NhbG9yaWUYESABKAVSB0NhbG9yaWUSDgoCQ2sYEiABKAVSAkNrEg4KAkVpGBMg'
- 'ASgCUgJFaRIYCgdzdGVwTnVtGBQgASgFUgdzdGVwTnVtEjYKC2dhbWVHcHNJbmZvGBUgAygLMh'
- 'QuYmFzZS52MS5HYW1lR3BzSW5mb1ILZ2FtZUdwc0luZm8SNAoLZ2FtZUhySW5mb3MYGCADKAsy'
- 'Ei5iYXNlLnYxLkhlYXJ0UmF0ZVILZ2FtZUhySW5mb3MSMgoGc291cmNlGBkgASgOMhouYmFzZS'
- '52MS5HYW1lSGlzdG9yeVNvdXJjZVIGc291cmNlEhQKBWFjdElkGBogASgFUgVhY3RJZA==');
- @$core.Deprecated('Use toHisUserListQueryReplyDescriptor instead')
- const ToHisUserListQueryReply$json = {
- '1': 'ToHisUserListQueryReply',
- '2': [
- {'1': 'list', '3': 1, '4': 3, '5': 11, '6': '.base.v1.ToHisUserBasic', '10': 'list'},
- ],
- };
- /// Descriptor for `ToHisUserListQueryReply`. Decode as a `google.protobuf.DescriptorProto`.
- final $typed_data.Uint8List toHisUserListQueryReplyDescriptor = $convert.base64Decode(
- 'ChdUb0hpc1VzZXJMaXN0UXVlcnlSZXBseRIrCgRsaXN0GAEgAygLMhcuYmFzZS52MS5Ub0hpc1'
- 'VzZXJCYXNpY1IEbGlzdA==');
- @$core.Deprecated('Use toHisUserBasicDescriptor instead')
- const ToHisUserBasic$json = {
- '1': 'ToHisUserBasic',
- '2': [
- {'1': 'OId', '3': 1, '4': 1, '5': 5, '10': 'OId'},
- {'1': 'OName', '3': 2, '4': 1, '5': 9, '10': 'OName'},
- {'1': 'list', '3': 3, '4': 3, '5': 11, '6': '.base.v1.ToHisUserInfo', '10': 'list'},
- ],
- };
- /// Descriptor for `ToHisUserBasic`. Decode as a `google.protobuf.DescriptorProto`.
- final $typed_data.Uint8List toHisUserBasicDescriptor = $convert.base64Decode(
- 'Cg5Ub0hpc1VzZXJCYXNpYxIQCgNPSWQYASABKAVSA09JZBIUCgVPTmFtZRgCIAEoCVIFT05hbW'
- 'USKgoEbGlzdBgDIAMoCzIWLmJhc2UudjEuVG9IaXNVc2VySW5mb1IEbGlzdA==');
- @$core.Deprecated('Use toHisUserInfoDescriptor instead')
- const ToHisUserInfo$json = {
- '1': 'ToHisUserInfo',
- '2': [
- {'1': 'GameId', '3': 1, '4': 1, '5': 5, '10': 'GameId'},
- {'1': 'CourseName', '3': 2, '4': 1, '5': 9, '10': 'CourseName'},
- {'1': 'ActName', '3': 3, '4': 1, '5': 9, '10': 'ActName'},
- {'1': 'isComplete', '3': 4, '4': 1, '5': 8, '10': 'isComplete'},
- {'1': 'start_at', '3': 5, '4': 1, '5': 11, '6': '.google.protobuf.Timestamp', '10': 'startAt'},
- {'1': 'duration', '3': 6, '4': 1, '5': 11, '6': '.google.protobuf.Duration', '10': 'duration'},
- ],
- };
- /// Descriptor for `ToHisUserInfo`. Decode as a `google.protobuf.DescriptorProto`.
- final $typed_data.Uint8List toHisUserInfoDescriptor = $convert.base64Decode(
- 'Cg1Ub0hpc1VzZXJJbmZvEhYKBkdhbWVJZBgBIAEoBVIGR2FtZUlkEh4KCkNvdXJzZU5hbWUYAi'
- 'ABKAlSCkNvdXJzZU5hbWUSGAoHQWN0TmFtZRgDIAEoCVIHQWN0TmFtZRIeCgppc0NvbXBsZXRl'
- 'GAQgASgIUgppc0NvbXBsZXRlEjUKCHN0YXJ0X2F0GAUgASgLMhouZ29vZ2xlLnByb3RvYnVmLl'
- 'RpbWVzdGFtcFIHc3RhcnRBdBI1CghkdXJhdGlvbhgGIAEoCzIZLmdvb2dsZS5wcm90b2J1Zi5E'
- 'dXJhdGlvblIIZHVyYXRpb24=');
- @$core.Deprecated('Use toUserInActionBasicQueryRequestDescriptor instead')
- const ToUserInActionBasicQueryRequest$json = {
- '1': 'ToUserInActionBasicQueryRequest',
- '2': [
- {'1': 'ActId', '3': 1, '4': 1, '5': 5, '10': 'ActId'},
- {'1': 'UserId', '3': 2, '4': 1, '5': 5, '10': 'UserId'},
- ],
- };
- /// Descriptor for `ToUserInActionBasicQueryRequest`. Decode as a `google.protobuf.DescriptorProto`.
- final $typed_data.Uint8List toUserInActionBasicQueryRequestDescriptor = $convert.base64Decode(
- 'Ch9Ub1VzZXJJbkFjdGlvbkJhc2ljUXVlcnlSZXF1ZXN0EhQKBUFjdElkGAEgASgFUgVBY3RJZB'
- 'IWCgZVc2VySWQYAiABKAVSBlVzZXJJZA==');
- @$core.Deprecated('Use toGetBinaryByMd5RequestDescriptor instead')
- const ToGetBinaryByMd5Request$json = {
- '1': 'ToGetBinaryByMd5Request',
- '2': [
- {'1': 'md5', '3': 1, '4': 1, '5': 12, '10': 'md5'},
- ],
- };
- /// Descriptor for `ToGetBinaryByMd5Request`. Decode as a `google.protobuf.DescriptorProto`.
- final $typed_data.Uint8List toGetBinaryByMd5RequestDescriptor = $convert.base64Decode(
- 'ChdUb0dldEJpbmFyeUJ5TWQ1UmVxdWVzdBIQCgNtZDUYASABKAxSA21kNQ==');
- @$core.Deprecated('Use getServerTimeRpDescriptor instead')
- const GetServerTimeRp$json = {
- '1': 'GetServerTimeRp',
- '2': [
- {'1': 'millisecondStamp', '3': 1, '4': 1, '5': 3, '10': 'millisecondStamp'},
- ],
- };
- /// Descriptor for `GetServerTimeRp`. Decode as a `google.protobuf.DescriptorProto`.
- final $typed_data.Uint8List getServerTimeRpDescriptor = $convert.base64Decode(
- 'Cg9HZXRTZXJ2ZXJUaW1lUnASKgoQbWlsbGlzZWNvbmRTdGFtcBgBIAEoA1IQbWlsbGlzZWNvbm'
- 'RTdGFtcA==');
- @$core.Deprecated('Use toSendCodeToPhoneRequestV2Descriptor instead')
- const ToSendCodeToPhoneRequestV2$json = {
- '1': 'ToSendCodeToPhoneRequestV2',
- '2': [
- {'1': 'phone', '3': 1, '4': 1, '5': 9, '10': 'phone'},
- {'1': 'smsType', '3': 2, '4': 1, '5': 14, '6': '.base.v1.SmsType', '10': 'smsType'},
- ],
- };
- /// Descriptor for `ToSendCodeToPhoneRequestV2`. Decode as a `google.protobuf.DescriptorProto`.
- final $typed_data.Uint8List toSendCodeToPhoneRequestV2Descriptor = $convert.base64Decode(
- 'ChpUb1NlbmRDb2RlVG9QaG9uZVJlcXVlc3RWMhIUCgVwaG9uZRgBIAEoCVIFcGhvbmUSKgoHc2'
- '1zVHlwZRgCIAEoDjIQLmJhc2UudjEuU21zVHlwZVIHc21zVHlwZQ==');
- @$core.Deprecated('Use toSignInRequestV2Descriptor instead')
- const ToSignInRequestV2$json = {
- '1': 'ToSignInRequestV2',
- '2': [
- {'1': 'userCode', '3': 1, '4': 1, '5': 9, '10': 'userCode'},
- {'1': 'password', '3': 2, '4': 1, '5': 9, '10': 'password'},
- {'1': 'ip', '3': 3, '4': 1, '5': 9, '10': 'ip'},
- ],
- };
- /// Descriptor for `ToSignInRequestV2`. Decode as a `google.protobuf.DescriptorProto`.
- final $typed_data.Uint8List toSignInRequestV2Descriptor = $convert.base64Decode(
- 'ChFUb1NpZ25JblJlcXVlc3RWMhIaCgh1c2VyQ29kZRgBIAEoCVIIdXNlckNvZGUSGgoIcGFzc3'
- 'dvcmQYAiABKAlSCHBhc3N3b3JkEg4KAmlwGAMgASgJUgJpcA==');
- @$core.Deprecated('Use mapListRequestV2Descriptor instead')
- const MapListRequestV2$json = {
- '1': 'MapListRequestV2',
- '2': [
- {'1': 'position', '3': 1, '4': 1, '5': 11, '6': '.base.v1.Position', '10': 'position'},
- {'1': 'offset', '3': 2, '4': 1, '5': 5, '10': 'offset'},
- {'1': 'limit', '3': 3, '4': 1, '5': 5, '10': 'limit'},
- ],
- };
- /// Descriptor for `MapListRequestV2`. Decode as a `google.protobuf.DescriptorProto`.
- final $typed_data.Uint8List mapListRequestV2Descriptor = $convert.base64Decode(
- 'ChBNYXBMaXN0UmVxdWVzdFYyEi0KCHBvc2l0aW9uGAEgASgLMhEuYmFzZS52MS5Qb3NpdGlvbl'
- 'IIcG9zaXRpb24SFgoGb2Zmc2V0GAIgASgFUgZvZmZzZXQSFAoFbGltaXQYAyABKAVSBWxpbWl0');
- @$core.Deprecated('Use toMapListReplyV2Descriptor instead')
- const ToMapListReplyV2$json = {
- '1': 'ToMapListReplyV2',
- '2': [
- {'1': 'list', '3': 1, '4': 3, '5': 11, '6': '.base.v1.ToMapSimpleV2', '10': 'list'},
- ],
- };
- /// Descriptor for `ToMapListReplyV2`. Decode as a `google.protobuf.DescriptorProto`.
- final $typed_data.Uint8List toMapListReplyV2Descriptor = $convert.base64Decode(
- 'ChBUb01hcExpc3RSZXBseVYyEioKBGxpc3QYASADKAsyFi5iYXNlLnYxLlRvTWFwU2ltcGxlVj'
- 'JSBGxpc3Q=');
- @$core.Deprecated('Use toMapSimpleV2Descriptor instead')
- const ToMapSimpleV2$json = {
- '1': 'ToMapSimpleV2',
- '2': [
- {'1': 'mapId', '3': 1, '4': 1, '5': 5, '10': 'mapId'},
- {'1': 'name', '3': 2, '4': 1, '5': 9, '10': 'name'},
- {'1': 'mapScaleNumber', '3': 3, '4': 1, '5': 5, '10': 'mapScaleNumber'},
- {'1': 'description', '3': 4, '4': 1, '5': 9, '10': 'description'},
- {'1': 'distance', '3': 5, '4': 1, '5': 1, '10': 'distance'},
- {'1': 'image', '3': 6, '4': 1, '5': 11, '6': '.base.v1.NetImage', '10': 'image'},
- ],
- };
- /// Descriptor for `ToMapSimpleV2`. Decode as a `google.protobuf.DescriptorProto`.
- final $typed_data.Uint8List toMapSimpleV2Descriptor = $convert.base64Decode(
- 'Cg1Ub01hcFNpbXBsZVYyEhQKBW1hcElkGAEgASgFUgVtYXBJZBISCgRuYW1lGAIgASgJUgRuYW'
- '1lEiYKDm1hcFNjYWxlTnVtYmVyGAMgASgFUg5tYXBTY2FsZU51bWJlchIgCgtkZXNjcmlwdGlv'
- 'bhgEIAEoCVILZGVzY3JpcHRpb24SGgoIZGlzdGFuY2UYBSABKAFSCGRpc3RhbmNlEicKBWltYW'
- 'dlGAYgASgLMhEuYmFzZS52MS5OZXRJbWFnZVIFaW1hZ2U=');
- @$core.Deprecated('Use toMapInfoV2Descriptor instead')
- const ToMapInfoV2$json = {
- '1': 'ToMapInfoV2',
- '2': [
- {'1': 'mapId', '3': 1, '4': 1, '5': 5, '10': 'mapId'},
- {'1': 'mapName', '3': 2, '4': 1, '5': 9, '10': 'mapName'},
- {'1': 'zipImage', '3': 3, '4': 1, '5': 11, '6': '.base.v1.NetImage', '10': 'zipImage'},
- ],
- };
- /// Descriptor for `ToMapInfoV2`. Decode as a `google.protobuf.DescriptorProto`.
- final $typed_data.Uint8List toMapInfoV2Descriptor = $convert.base64Decode(
- 'CgtUb01hcEluZm9WMhIUCgVtYXBJZBgBIAEoBVIFbWFwSWQSGAoHbWFwTmFtZRgCIAEoCVIHbW'
- 'FwTmFtZRItCgh6aXBJbWFnZRgDIAEoCzIRLmJhc2UudjEuTmV0SW1hZ2VSCHppcEltYWdl');
- @$core.Deprecated('Use toUserDetailQueryRequestV2Descriptor instead')
- const ToUserDetailQueryRequestV2$json = {
- '1': 'ToUserDetailQueryRequestV2',
- '2': [
- {'1': 'mapId', '3': 1, '4': 1, '5': 5, '10': 'mapId'},
- ],
- };
- /// Descriptor for `ToUserDetailQueryRequestV2`. Decode as a `google.protobuf.DescriptorProto`.
- final $typed_data.Uint8List toUserDetailQueryRequestV2Descriptor = $convert.base64Decode(
- 'ChpUb1VzZXJEZXRhaWxRdWVyeVJlcXVlc3RWMhIUCgVtYXBJZBgBIAEoBVIFbWFwSWQ=');
- @$core.Deprecated('Use toUserDetailQueryReplyV2Descriptor instead')
- const ToUserDetailQueryReplyV2$json = {
- '1': 'ToUserDetailQueryReplyV2',
- '2': [
- {'1': 'list', '3': 1, '4': 3, '5': 11, '6': '.base.v1.ToActionInfo', '10': 'list'},
- ],
- };
- /// Descriptor for `ToUserDetailQueryReplyV2`. Decode as a `google.protobuf.DescriptorProto`.
- final $typed_data.Uint8List toUserDetailQueryReplyV2Descriptor = $convert.base64Decode(
- 'ChhUb1VzZXJEZXRhaWxRdWVyeVJlcGx5VjISKQoEbGlzdBgBIAMoCzIVLmJhc2UudjEuVG9BY3'
- 'Rpb25JbmZvUgRsaXN0');
- @$core.Deprecated('Use toActionInfoDescriptor instead')
- const ToActionInfo$json = {
- '1': 'ToActionInfo',
- '2': [
- {'1': 'actId', '3': 1, '4': 1, '5': 5, '10': 'actId'},
- {'1': 'userList', '3': 4, '4': 3, '5': 11, '6': '.base.v1.ToOrienteerInGameInfo', '10': 'userList'},
- ],
- };
- /// Descriptor for `ToActionInfo`. Decode as a `google.protobuf.DescriptorProto`.
- final $typed_data.Uint8List toActionInfoDescriptor = $convert.base64Decode(
- 'CgxUb0FjdGlvbkluZm8SFAoFYWN0SWQYASABKAVSBWFjdElkEjoKCHVzZXJMaXN0GAQgAygLMh'
- '4uYmFzZS52MS5Ub09yaWVudGVlckluR2FtZUluZm9SCHVzZXJMaXN0');
- @$core.Deprecated('Use toActionBasicInfoDescriptor instead')
- const ToActionBasicInfo$json = {
- '1': 'ToActionBasicInfo',
- '2': [
- {'1': 'actId', '3': 1, '4': 1, '5': 5, '10': 'actId'},
- {'1': 'actName', '3': 2, '4': 1, '5': 9, '10': 'actName'},
- {'1': 'totalControlNum', '3': 3, '4': 1, '5': 5, '10': 'totalControlNum'},
- ],
- };
- /// Descriptor for `ToActionBasicInfo`. Decode as a `google.protobuf.DescriptorProto`.
- final $typed_data.Uint8List toActionBasicInfoDescriptor = $convert.base64Decode(
- 'ChFUb0FjdGlvbkJhc2ljSW5mbxIUCgVhY3RJZBgBIAEoBVIFYWN0SWQSGAoHYWN0TmFtZRgCIA'
- 'EoCVIHYWN0TmFtZRIoCg90b3RhbENvbnRyb2xOdW0YAyABKAVSD3RvdGFsQ29udHJvbE51bQ==');
- @$core.Deprecated('Use toOrienteerInGameInfoDescriptor instead')
- const ToOrienteerInGameInfo$json = {
- '1': 'ToOrienteerInGameInfo',
- '2': [
- {'1': 'UserId', '3': 1, '4': 1, '5': 5, '10': 'UserId'},
- {'1': 'gpsInfo', '3': 3, '4': 1, '5': 11, '6': '.base.v1.OrienteerGpsInfo', '10': 'gpsInfo'},
- {'1': 'hrInfo', '3': 4, '4': 1, '5': 11, '6': '.base.v1.OrienteerHrInfo', '10': 'hrInfo'},
- {'1': 'gameSaveInfo', '3': 5, '4': 1, '5': 11, '6': '.base.v1.OrienteerGameSaveInfo', '10': 'gameSaveInfo'},
- {'1': 'otherInfo', '3': 7, '4': 1, '5': 11, '6': '.base.v1.OrienteerOtherInfo', '10': 'otherInfo'},
- ],
- };
- /// Descriptor for `ToOrienteerInGameInfo`. Decode as a `google.protobuf.DescriptorProto`.
- final $typed_data.Uint8List toOrienteerInGameInfoDescriptor = $convert.base64Decode(
- 'ChVUb09yaWVudGVlckluR2FtZUluZm8SFgoGVXNlcklkGAEgASgFUgZVc2VySWQSMwoHZ3BzSW'
- '5mbxgDIAEoCzIZLmJhc2UudjEuT3JpZW50ZWVyR3BzSW5mb1IHZ3BzSW5mbxIwCgZockluZm8Y'
- 'BCABKAsyGC5iYXNlLnYxLk9yaWVudGVlckhySW5mb1IGaHJJbmZvEkIKDGdhbWVTYXZlSW5mbx'
- 'gFIAEoCzIeLmJhc2UudjEuT3JpZW50ZWVyR2FtZVNhdmVJbmZvUgxnYW1lU2F2ZUluZm8SOQoJ'
- 'b3RoZXJJbmZvGAcgASgLMhsuYmFzZS52MS5PcmllbnRlZXJPdGhlckluZm9SCW90aGVySW5mbw'
- '==');
- @$core.Deprecated('Use toUserInActionBasicInfoDescriptor instead')
- const ToUserInActionBasicInfo$json = {
- '1': 'ToUserInActionBasicInfo',
- '2': [
- {'1': 'UserId', '3': 1, '4': 1, '5': 5, '10': 'UserId'},
- {'1': 'baseInfo', '3': 2, '4': 1, '5': 11, '6': '.base.v1.OrienteerBaseInfo', '10': 'baseInfo'},
- {'1': 'courseBaseInfo', '3': 6, '4': 1, '5': 11, '6': '.base.v1.CourseBaseInfo', '10': 'courseBaseInfo'},
- ],
- };
- /// Descriptor for `ToUserInActionBasicInfo`. Decode as a `google.protobuf.DescriptorProto`.
- final $typed_data.Uint8List toUserInActionBasicInfoDescriptor = $convert.base64Decode(
- 'ChdUb1VzZXJJbkFjdGlvbkJhc2ljSW5mbxIWCgZVc2VySWQYASABKAVSBlVzZXJJZBI2CghiYX'
- 'NlSW5mbxgCIAEoCzIaLmJhc2UudjEuT3JpZW50ZWVyQmFzZUluZm9SCGJhc2VJbmZvEj8KDmNv'
- 'dXJzZUJhc2VJbmZvGAYgASgLMhcuYmFzZS52MS5Db3Vyc2VCYXNlSW5mb1IOY291cnNlQmFzZU'
- 'luZm8=');
- @$core.Deprecated('Use orienteerBaseInfoDescriptor instead')
- const OrienteerBaseInfo$json = {
- '1': 'OrienteerBaseInfo',
- '2': [
- {'1': 'Name', '3': 1, '4': 1, '5': 9, '10': 'Name'},
- {'1': 'Phone', '3': 2, '4': 1, '5': 9, '10': 'Phone'},
- {'1': 'HeadUrl', '3': 3, '4': 1, '5': 9, '10': 'HeadUrl'},
- ],
- };
- /// Descriptor for `OrienteerBaseInfo`. Decode as a `google.protobuf.DescriptorProto`.
- final $typed_data.Uint8List orienteerBaseInfoDescriptor = $convert.base64Decode(
- 'ChFPcmllbnRlZXJCYXNlSW5mbxISCgROYW1lGAEgASgJUgROYW1lEhQKBVBob25lGAIgASgJUg'
- 'VQaG9uZRIYCgdIZWFkVXJsGAMgASgJUgdIZWFkVXJs');
- @$core.Deprecated('Use orienteerGpsInfoDescriptor instead')
- const OrienteerGpsInfo$json = {
- '1': 'OrienteerGpsInfo',
- '2': [
- {'1': 'gameGpsInfos', '3': 1, '4': 3, '5': 11, '6': '.base.v1.GameGpsInfo', '10': 'gameGpsInfos'},
- {'1': 'Distance', '3': 2, '4': 1, '5': 5, '10': 'Distance'},
- {'1': 'Pace', '3': 3, '4': 1, '5': 5, '10': 'Pace'},
- ],
- };
- /// Descriptor for `OrienteerGpsInfo`. Decode as a `google.protobuf.DescriptorProto`.
- final $typed_data.Uint8List orienteerGpsInfoDescriptor = $convert.base64Decode(
- 'ChBPcmllbnRlZXJHcHNJbmZvEjgKDGdhbWVHcHNJbmZvcxgBIAMoCzIULmJhc2UudjEuR2FtZU'
- 'dwc0luZm9SDGdhbWVHcHNJbmZvcxIaCghEaXN0YW5jZRgCIAEoBVIIRGlzdGFuY2USEgoEUGFj'
- 'ZRgDIAEoBVIEUGFjZQ==');
- @$core.Deprecated('Use orienteerHrInfoDescriptor instead')
- const OrienteerHrInfo$json = {
- '1': 'OrienteerHrInfo',
- '2': [
- {'1': 'hrInfo', '3': 1, '4': 3, '5': 11, '6': '.base.v1.HeartRate', '10': 'hrInfo'},
- ],
- };
- /// Descriptor for `OrienteerHrInfo`. Decode as a `google.protobuf.DescriptorProto`.
- final $typed_data.Uint8List orienteerHrInfoDescriptor = $convert.base64Decode(
- 'Cg9PcmllbnRlZXJIckluZm8SKgoGaHJJbmZvGAEgAygLMhIuYmFzZS52MS5IZWFydFJhdGVSBm'
- 'hySW5mbw==');
- @$core.Deprecated('Use orienteerOtherInfoDescriptor instead')
- const OrienteerOtherInfo$json = {
- '1': 'OrienteerOtherInfo',
- '2': [
- {'1': 'StepNum', '3': 1, '4': 1, '5': 5, '10': 'StepNum'},
- {'1': 'HeartRatePercent', '3': 2, '4': 1, '5': 5, '10': 'HeartRatePercent'},
- ],
- };
- /// Descriptor for `OrienteerOtherInfo`. Decode as a `google.protobuf.DescriptorProto`.
- final $typed_data.Uint8List orienteerOtherInfoDescriptor = $convert.base64Decode(
- 'ChJPcmllbnRlZXJPdGhlckluZm8SGAoHU3RlcE51bRgBIAEoBVIHU3RlcE51bRIqChBIZWFydF'
- 'JhdGVQZXJjZW50GAIgASgFUhBIZWFydFJhdGVQZXJjZW50');
- @$core.Deprecated('Use courseBaseInfoDescriptor instead')
- const CourseBaseInfo$json = {
- '1': 'CourseBaseInfo',
- '2': [
- {'1': 'CourseId', '3': 1, '4': 1, '5': 5, '10': 'CourseId'},
- {'1': 'CourseName', '3': 2, '4': 1, '5': 9, '10': 'CourseName'},
- {'1': 'controlPointSortedList', '3': 3, '4': 3, '5': 11, '6': '.base.v1.ToControlPoint', '10': 'controlPointSortedList'},
- ],
- };
- /// Descriptor for `CourseBaseInfo`. Decode as a `google.protobuf.DescriptorProto`.
- final $typed_data.Uint8List courseBaseInfoDescriptor = $convert.base64Decode(
- 'Cg5Db3Vyc2VCYXNlSW5mbxIaCghDb3Vyc2VJZBgBIAEoBVIIQ291cnNlSWQSHgoKQ291cnNlTm'
- 'FtZRgCIAEoCVIKQ291cnNlTmFtZRJPChZjb250cm9sUG9pbnRTb3J0ZWRMaXN0GAMgAygLMhcu'
- 'YmFzZS52MS5Ub0NvbnRyb2xQb2ludFIWY29udHJvbFBvaW50U29ydGVkTGlzdA==');
- @$core.Deprecated('Use courseBaseDescriptor instead')
- const CourseBase$json = {
- '1': 'CourseBase',
- '2': [
- {'1': 'cId', '3': 1, '4': 1, '5': 5, '10': 'cId'},
- {'1': 'cName', '3': 2, '4': 1, '5': 9, '10': 'cName'},
- ],
- };
- /// Descriptor for `CourseBase`. Decode as a `google.protobuf.DescriptorProto`.
- final $typed_data.Uint8List courseBaseDescriptor = $convert.base64Decode(
- 'CgpDb3Vyc2VCYXNlEhAKA2NJZBgBIAEoBVIDY0lkEhQKBWNOYW1lGAIgASgJUgVjTmFtZQ==');
- @$core.Deprecated('Use toControlPointDescriptor instead')
- const ToControlPoint$json = {
- '1': 'ToControlPoint',
- '2': [
- {'1': 'id', '3': 1, '4': 1, '5': 3, '10': 'id'},
- {'1': 'sn', '3': 2, '4': 1, '5': 9, '10': 'sn'},
- {'1': 'ciPosition', '3': 3, '4': 1, '5': 11, '6': '.base.v1.Position', '10': 'ciPosition'},
- {'1': 'cType', '3': 4, '4': 1, '5': 14, '6': '.base.v1.CType', '10': 'cType'},
- {'1': 'orderNo', '3': 5, '4': 1, '5': 5, '10': 'orderNo'},
- {'1': 'is_check_success', '3': 6, '4': 1, '5': 8, '10': 'isCheckSuccess'},
- {'1': 'check_after_last', '3': 7, '4': 1, '5': 11, '6': '.google.protobuf.Duration', '10': 'checkAfterLast'},
- {'1': 'punchTime', '3': 8, '4': 1, '5': 11, '6': '.google.protobuf.Timestamp', '10': 'punchTime'},
- {'1': 'disAfterLast', '3': 9, '4': 1, '5': 5, '10': 'disAfterLast'},
- {'1': 'disStraightAfterLast', '3': 10, '4': 1, '5': 5, '10': 'disStraightAfterLast'},
- {'1': 'paceAfterLast', '3': 11, '4': 1, '5': 5, '10': 'paceAfterLast'},
- {'1': 'paceAfterStart', '3': 12, '4': 1, '5': 5, '10': 'paceAfterStart'},
- {'1': 'check_after_start', '3': 13, '4': 1, '5': 11, '6': '.google.protobuf.Duration', '10': 'checkAfterStart'},
- ],
- };
- /// Descriptor for `ToControlPoint`. Decode as a `google.protobuf.DescriptorProto`.
- final $typed_data.Uint8List toControlPointDescriptor = $convert.base64Decode(
- 'Cg5Ub0NvbnRyb2xQb2ludBIOCgJpZBgBIAEoA1ICaWQSDgoCc24YAiABKAlSAnNuEjEKCmNpUG'
- '9zaXRpb24YAyABKAsyES5iYXNlLnYxLlBvc2l0aW9uUgpjaVBvc2l0aW9uEiQKBWNUeXBlGAQg'
- 'ASgOMg4uYmFzZS52MS5DVHlwZVIFY1R5cGUSGAoHb3JkZXJObxgFIAEoBVIHb3JkZXJObxIoCh'
- 'Bpc19jaGVja19zdWNjZXNzGAYgASgIUg5pc0NoZWNrU3VjY2VzcxJDChBjaGVja19hZnRlcl9s'
- 'YXN0GAcgASgLMhkuZ29vZ2xlLnByb3RvYnVmLkR1cmF0aW9uUg5jaGVja0FmdGVyTGFzdBI4Cg'
- 'lwdW5jaFRpbWUYCCABKAsyGi5nb29nbGUucHJvdG9idWYuVGltZXN0YW1wUglwdW5jaFRpbWUS'
- 'IgoMZGlzQWZ0ZXJMYXN0GAkgASgFUgxkaXNBZnRlckxhc3QSMgoUZGlzU3RyYWlnaHRBZnRlck'
- 'xhc3QYCiABKAVSFGRpc1N0cmFpZ2h0QWZ0ZXJMYXN0EiQKDXBhY2VBZnRlckxhc3QYCyABKAVS'
- 'DXBhY2VBZnRlckxhc3QSJgoOcGFjZUFmdGVyU3RhcnQYDCABKAVSDnBhY2VBZnRlclN0YXJ0Ek'
- 'UKEWNoZWNrX2FmdGVyX3N0YXJ0GA0gASgLMhkuZ29vZ2xlLnByb3RvYnVmLkR1cmF0aW9uUg9j'
- 'aGVja0FmdGVyU3RhcnQ=');
- @$core.Deprecated('Use orienteerGameSaveInfoDescriptor instead')
- const OrienteerGameSaveInfo$json = {
- '1': 'OrienteerGameSaveInfo',
- '2': [
- {'1': 'start_at', '3': 1, '4': 1, '5': 11, '6': '.google.protobuf.Timestamp', '10': 'startAt'},
- {'1': 'duration', '3': 2, '4': 1, '5': 11, '6': '.google.protobuf.Duration', '10': 'duration'},
- {'1': 'nextControlPoint', '3': 3, '4': 1, '5': 11, '6': '.base.v1.GameArriveControlPoint', '10': 'nextControlPoint'},
- {'1': 'checked_sorted_list', '3': 4, '4': 3, '5': 11, '6': '.base.v1.OrienteerGameSaveControlPoint', '10': 'checkedSortedList'},
- ],
- };
- /// Descriptor for `OrienteerGameSaveInfo`. Decode as a `google.protobuf.DescriptorProto`.
- final $typed_data.Uint8List orienteerGameSaveInfoDescriptor = $convert.base64Decode(
- 'ChVPcmllbnRlZXJHYW1lU2F2ZUluZm8SNQoIc3RhcnRfYXQYASABKAsyGi5nb29nbGUucHJvdG'
- '9idWYuVGltZXN0YW1wUgdzdGFydEF0EjUKCGR1cmF0aW9uGAIgASgLMhkuZ29vZ2xlLnByb3Rv'
- 'YnVmLkR1cmF0aW9uUghkdXJhdGlvbhJLChBuZXh0Q29udHJvbFBvaW50GAMgASgLMh8uYmFzZS'
- '52MS5HYW1lQXJyaXZlQ29udHJvbFBvaW50UhBuZXh0Q29udHJvbFBvaW50ElYKE2NoZWNrZWRf'
- 'c29ydGVkX2xpc3QYBCADKAsyJi5iYXNlLnYxLk9yaWVudGVlckdhbWVTYXZlQ29udHJvbFBvaW'
- '50UhFjaGVja2VkU29ydGVkTGlzdA==');
- @$core.Deprecated('Use orienteerGameSaveControlPointDescriptor instead')
- const OrienteerGameSaveControlPoint$json = {
- '1': 'OrienteerGameSaveControlPoint',
- '2': [
- {'1': 'control_point_id', '3': 1, '4': 1, '5': 3, '10': 'controlPointId'},
- {'1': 'is_check_success', '3': 2, '4': 1, '5': 8, '10': 'isCheckSuccess'},
- {'1': 'check_after_start', '3': 3, '4': 1, '5': 11, '6': '.google.protobuf.Duration', '10': 'checkAfterStart'},
- {'1': 'distinct_after_start', '3': 4, '4': 1, '5': 1, '10': 'distinctAfterStart'},
- {'1': 'longitude', '3': 5, '4': 1, '5': 1, '10': 'longitude'},
- {'1': 'latitude', '3': 6, '4': 1, '5': 1, '10': 'latitude'},
- {'1': 'altitude', '3': 7, '4': 1, '5': 1, '10': 'altitude'},
- ],
- };
- /// Descriptor for `OrienteerGameSaveControlPoint`. Decode as a `google.protobuf.DescriptorProto`.
- final $typed_data.Uint8List orienteerGameSaveControlPointDescriptor = $convert.base64Decode(
- 'Ch1PcmllbnRlZXJHYW1lU2F2ZUNvbnRyb2xQb2ludBIoChBjb250cm9sX3BvaW50X2lkGAEgAS'
- 'gDUg5jb250cm9sUG9pbnRJZBIoChBpc19jaGVja19zdWNjZXNzGAIgASgIUg5pc0NoZWNrU3Vj'
- 'Y2VzcxJFChFjaGVja19hZnRlcl9zdGFydBgDIAEoCzIZLmdvb2dsZS5wcm90b2J1Zi5EdXJhdG'
- 'lvblIPY2hlY2tBZnRlclN0YXJ0EjAKFGRpc3RpbmN0X2FmdGVyX3N0YXJ0GAQgASgBUhJkaXN0'
- 'aW5jdEFmdGVyU3RhcnQSHAoJbG9uZ2l0dWRlGAUgASgBUglsb25naXR1ZGUSGgoIbGF0aXR1ZG'
- 'UYBiABKAFSCGxhdGl0dWRlEhoKCGFsdGl0dWRlGAcgASgBUghhbHRpdHVkZQ==');
|