track_offical.pbgrpc.dart 32 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620
  1. //
  2. // Generated code. Do not modify.
  3. // source: track_offical.proto
  4. //
  5. // @dart = 2.12
  6. // ignore_for_file: annotate_overrides, camel_case_types, comment_references
  7. // ignore_for_file: constant_identifier_names, library_prefixes
  8. // ignore_for_file: non_constant_identifier_names, prefer_final_fields
  9. // ignore_for_file: unnecessary_import, unnecessary_this, unused_import
  10. import 'dart:async' as $async;
  11. import 'dart:core' as $core;
  12. import 'package:grpc/service_api.dart' as $grpc;
  13. import 'package:protobuf/protobuf.dart' as $pb;
  14. import 'base.pb.dart' as $0;
  15. import 'track_offical.pb.dart' as $1;
  16. export 'track_offical.pb.dart';
  17. @$pb.GrpcServiceName('to.v1.ApiTo')
  18. class ApiToClient extends $grpc.Client {
  19. static final _$toSendCodeToPhoneV2 = $grpc.ClientMethod<$0.ToSendCodeToPhoneRequestV2, $0.DefaultReply>(
  20. '/to.v1.ApiTo/ToSendCodeToPhoneV2',
  21. ($0.ToSendCodeToPhoneRequestV2 value) => value.writeToBuffer(),
  22. ($core.List<$core.int> value) => $0.DefaultReply.fromBuffer(value));
  23. static final _$toGetSmsSendLeftTimeV2 = $grpc.ClientMethod<$0.GetSmsSendLeftTimeRequest, $0.GetSmsSendLeftTimeReply>(
  24. '/to.v1.ApiTo/ToGetSmsSendLeftTimeV2',
  25. ($0.GetSmsSendLeftTimeRequest value) => value.writeToBuffer(),
  26. ($core.List<$core.int> value) => $0.GetSmsSendLeftTimeReply.fromBuffer(value));
  27. static final _$toSignInV2 = $grpc.ClientMethod<$0.ToSignInRequestV2, $0.SignInReply>(
  28. '/to.v1.ApiTo/ToSignInV2',
  29. ($0.ToSignInRequestV2 value) => value.writeToBuffer(),
  30. ($core.List<$core.int> value) => $0.SignInReply.fromBuffer(value));
  31. static final _$toSignOutV2 = $grpc.ClientMethod<$0.DefaultRequest, $0.DefaultReply>(
  32. '/to.v1.ApiTo/ToSignOutV2',
  33. ($0.DefaultRequest value) => value.writeToBuffer(),
  34. ($core.List<$core.int> value) => $0.DefaultReply.fromBuffer(value));
  35. static final _$toGetServerTime = $grpc.ClientMethod<$0.DefaultRequest, $0.GetServerTimeRp>(
  36. '/to.v1.ApiTo/ToGetServerTime',
  37. ($0.DefaultRequest value) => value.writeToBuffer(),
  38. ($core.List<$core.int> value) => $0.GetServerTimeRp.fromBuffer(value));
  39. static final _$toGetUpdateVersion = $grpc.ClientMethod<$0.ToGetUpdateVersionRequest, $0.ToGetUpdateVersionReply>(
  40. '/to.v1.ApiTo/ToGetUpdateVersion',
  41. ($0.ToGetUpdateVersionRequest value) => value.writeToBuffer(),
  42. ($core.List<$core.int> value) => $0.ToGetUpdateVersionReply.fromBuffer(value));
  43. static final _$toMapListV2 = $grpc.ClientMethod<$0.MapListRequestV2, $0.ToMapListReplyV2>(
  44. '/to.v1.ApiTo/ToMapListV2',
  45. ($0.MapListRequestV2 value) => value.writeToBuffer(),
  46. ($core.List<$core.int> value) => $0.ToMapListReplyV2.fromBuffer(value));
  47. static final _$toMapDetailV2 = $grpc.ClientMethod<$0.IdRequest, $0.ToMapInfoV2>(
  48. '/to.v1.ApiTo/ToMapDetailV2',
  49. ($0.IdRequest value) => value.writeToBuffer(),
  50. ($core.List<$core.int> value) => $0.ToMapInfoV2.fromBuffer(value));
  51. static final _$toGetBinaryByMd5 = $grpc.ClientMethod<$0.ToGetBinaryByMd5Request, $0.BinaryPartV2>(
  52. '/to.v1.ApiTo/ToGetBinaryByMd5',
  53. ($0.ToGetBinaryByMd5Request value) => value.writeToBuffer(),
  54. ($core.List<$core.int> value) => $0.BinaryPartV2.fromBuffer(value));
  55. static final _$toUserDetailQueryV2 = $grpc.ClientMethod<$0.ToUserDetailQueryRequestV2, $0.ToUserDetailQueryReplyV2>(
  56. '/to.v1.ApiTo/ToUserDetailQueryV2',
  57. ($0.ToUserDetailQueryRequestV2 value) => value.writeToBuffer(),
  58. ($core.List<$core.int> value) => $0.ToUserDetailQueryReplyV2.fromBuffer(value));
  59. static final _$toActionBasicQuery = $grpc.ClientMethod<$0.IdRequest, $0.ToActionBasicInfo>(
  60. '/to.v1.ApiTo/ToActionBasicQuery',
  61. ($0.IdRequest value) => value.writeToBuffer(),
  62. ($core.List<$core.int> value) => $0.ToActionBasicInfo.fromBuffer(value));
  63. static final _$toUserInActionBasicQuery = $grpc.ClientMethod<$0.ToUserInActionBasicQueryRequest, $0.ToUserInActionBasicInfo>(
  64. '/to.v1.ApiTo/ToUserInActionBasicQuery',
  65. ($0.ToUserInActionBasicQueryRequest value) => value.writeToBuffer(),
  66. ($core.List<$core.int> value) => $0.ToUserInActionBasicInfo.fromBuffer(value));
  67. static final _$toHistoryUserListQuery = $grpc.ClientMethod<$0.IdRequest, $0.ToHisUserListQueryReply>(
  68. '/to.v1.ApiTo/ToHistoryUserListQuery',
  69. ($0.IdRequest value) => value.writeToBuffer(),
  70. ($core.List<$core.int> value) => $0.ToHisUserListQueryReply.fromBuffer(value));
  71. static final _$toHistoryGameDetail = $grpc.ClientMethod<$0.IdRequest, $0.GameDetailV2Reply>(
  72. '/to.v1.ApiTo/ToHistoryGameDetail',
  73. ($0.IdRequest value) => value.writeToBuffer(),
  74. ($core.List<$core.int> value) => $0.GameDetailV2Reply.fromBuffer(value));
  75. static final _$toGameRanking = $grpc.ClientMethod<$0.ToGameRankingRequest, $0.ToGameRankingReply>(
  76. '/to.v1.ApiTo/ToGameRanking',
  77. ($0.ToGameRankingRequest value) => value.writeToBuffer(),
  78. ($core.List<$core.int> value) => $0.ToGameRankingReply.fromBuffer(value));
  79. static final _$toActivitySelectList = $grpc.ClientMethod<$0.IdRequest, $1.ToActivityListReply>(
  80. '/to.v1.ApiTo/ToActivitySelectList',
  81. ($0.IdRequest value) => value.writeToBuffer(),
  82. ($core.List<$core.int> value) => $1.ToActivityListReply.fromBuffer(value));
  83. static final _$toMatchRegusterAdd = $grpc.ClientMethod<$1.ToMatchRegusterAddRequest, $0.DefaultReply>(
  84. '/to.v1.ApiTo/ToMatchRegusterAdd',
  85. ($1.ToMatchRegusterAddRequest value) => value.writeToBuffer(),
  86. ($core.List<$core.int> value) => $0.DefaultReply.fromBuffer(value));
  87. static final _$toMatchRegusterEdit = $grpc.ClientMethod<$1.ToMatchRegusterEditRequest, $0.DefaultReply>(
  88. '/to.v1.ApiTo/ToMatchRegusterEdit',
  89. ($1.ToMatchRegusterEditRequest value) => value.writeToBuffer(),
  90. ($core.List<$core.int> value) => $0.DefaultReply.fromBuffer(value));
  91. static final _$toMatchRegusterDel = $grpc.ClientMethod<$0.IdRequest, $0.DefaultReply>(
  92. '/to.v1.ApiTo/ToMatchRegusterDel',
  93. ($0.IdRequest value) => value.writeToBuffer(),
  94. ($core.List<$core.int> value) => $0.DefaultReply.fromBuffer(value));
  95. static final _$toMatchRegusterList = $grpc.ClientMethod<$1.ToMatchRegusterListRequest, $1.ToMatchRegusterListReply>(
  96. '/to.v1.ApiTo/ToMatchRegusterList',
  97. ($1.ToMatchRegusterListRequest value) => value.writeToBuffer(),
  98. ($core.List<$core.int> value) => $1.ToMatchRegusterListReply.fromBuffer(value));
  99. static final _$matchChackInsDel = $grpc.ClientMethod<$0.IdRequest, $0.DefaultReply>(
  100. '/to.v1.ApiTo/MatchChackInsDel',
  101. ($0.IdRequest value) => value.writeToBuffer(),
  102. ($core.List<$core.int> value) => $0.DefaultReply.fromBuffer(value));
  103. static final _$toCourseSelectList = $grpc.ClientMethod<$0.IdRequest, $1.ToCourseListReply>(
  104. '/to.v1.ApiTo/ToCourseSelectList',
  105. ($0.IdRequest value) => value.writeToBuffer(),
  106. ($core.List<$core.int> value) => $1.ToCourseListReply.fromBuffer(value));
  107. static final _$toCourseChackMatch = $grpc.ClientMethod<$1.ToCourseChackMatchRequest, $0.DefaultReply>(
  108. '/to.v1.ApiTo/ToCourseChackMatch',
  109. ($1.ToCourseChackMatchRequest value) => value.writeToBuffer(),
  110. ($core.List<$core.int> value) => $0.DefaultReply.fromBuffer(value));
  111. static final _$matchChackInsStart = $grpc.ClientMethod<$0.IdRequest, $0.DefaultReply>(
  112. '/to.v1.ApiTo/MatchChackInsStart',
  113. ($0.IdRequest value) => value.writeToBuffer(),
  114. ($core.List<$core.int> value) => $0.DefaultReply.fromBuffer(value));
  115. static final _$matchChackInsForceFinish = $grpc.ClientMethod<$0.IdRequest, $0.DefaultReply>(
  116. '/to.v1.ApiTo/MatchChackInsForceFinish',
  117. ($0.IdRequest value) => value.writeToBuffer(),
  118. ($core.List<$core.int> value) => $0.DefaultReply.fromBuffer(value));
  119. static final _$matchChackInsForceResume = $grpc.ClientMethod<$0.IdRequest, $0.DefaultReply>(
  120. '/to.v1.ApiTo/MatchChackInsForceResume',
  121. ($0.IdRequest value) => value.writeToBuffer(),
  122. ($core.List<$core.int> value) => $0.DefaultReply.fromBuffer(value));
  123. static final _$allCourseChackMatch = $grpc.ClientMethod<$0.IdArrRequest, $0.DefaultReply>(
  124. '/to.v1.ApiTo/AllCourseChackMatch',
  125. ($0.IdArrRequest value) => value.writeToBuffer(),
  126. ($core.List<$core.int> value) => $0.DefaultReply.fromBuffer(value));
  127. static final _$allMatchChackInsStart = $grpc.ClientMethod<$0.IdArrRequest, $0.DefaultReply>(
  128. '/to.v1.ApiTo/AllMatchChackInsStart',
  129. ($0.IdArrRequest value) => value.writeToBuffer(),
  130. ($core.List<$core.int> value) => $0.DefaultReply.fromBuffer(value));
  131. static final _$allMatchChackInsForceResume = $grpc.ClientMethod<$0.IdArrRequest, $0.DefaultReply>(
  132. '/to.v1.ApiTo/AllMatchChackInsForceResume',
  133. ($0.IdArrRequest value) => value.writeToBuffer(),
  134. ($core.List<$core.int> value) => $0.DefaultReply.fromBuffer(value));
  135. ApiToClient($grpc.ClientChannel channel,
  136. {$grpc.CallOptions? options,
  137. $core.Iterable<$grpc.ClientInterceptor>? interceptors})
  138. : super(channel, options: options,
  139. interceptors: interceptors);
  140. $grpc.ResponseFuture<$0.DefaultReply> toSendCodeToPhoneV2($0.ToSendCodeToPhoneRequestV2 request, {$grpc.CallOptions? options}) {
  141. return $createUnaryCall(_$toSendCodeToPhoneV2, request, options: options);
  142. }
  143. $grpc.ResponseFuture<$0.GetSmsSendLeftTimeReply> toGetSmsSendLeftTimeV2($0.GetSmsSendLeftTimeRequest request, {$grpc.CallOptions? options}) {
  144. return $createUnaryCall(_$toGetSmsSendLeftTimeV2, request, options: options);
  145. }
  146. $grpc.ResponseFuture<$0.SignInReply> toSignInV2($0.ToSignInRequestV2 request, {$grpc.CallOptions? options}) {
  147. return $createUnaryCall(_$toSignInV2, request, options: options);
  148. }
  149. $grpc.ResponseFuture<$0.DefaultReply> toSignOutV2($0.DefaultRequest request, {$grpc.CallOptions? options}) {
  150. return $createUnaryCall(_$toSignOutV2, request, options: options);
  151. }
  152. $grpc.ResponseFuture<$0.GetServerTimeRp> toGetServerTime($0.DefaultRequest request, {$grpc.CallOptions? options}) {
  153. return $createUnaryCall(_$toGetServerTime, request, options: options);
  154. }
  155. $grpc.ResponseFuture<$0.ToGetUpdateVersionReply> toGetUpdateVersion($0.ToGetUpdateVersionRequest request, {$grpc.CallOptions? options}) {
  156. return $createUnaryCall(_$toGetUpdateVersion, request, options: options);
  157. }
  158. $grpc.ResponseFuture<$0.ToMapListReplyV2> toMapListV2($0.MapListRequestV2 request, {$grpc.CallOptions? options}) {
  159. return $createUnaryCall(_$toMapListV2, request, options: options);
  160. }
  161. $grpc.ResponseFuture<$0.ToMapInfoV2> toMapDetailV2($0.IdRequest request, {$grpc.CallOptions? options}) {
  162. return $createUnaryCall(_$toMapDetailV2, request, options: options);
  163. }
  164. $grpc.ResponseStream<$0.BinaryPartV2> toGetBinaryByMd5($0.ToGetBinaryByMd5Request request, {$grpc.CallOptions? options}) {
  165. return $createStreamingCall(_$toGetBinaryByMd5, $async.Stream.fromIterable([request]), options: options);
  166. }
  167. $grpc.ResponseFuture<$0.ToUserDetailQueryReplyV2> toUserDetailQueryV2($0.ToUserDetailQueryRequestV2 request, {$grpc.CallOptions? options}) {
  168. return $createUnaryCall(_$toUserDetailQueryV2, request, options: options);
  169. }
  170. $grpc.ResponseFuture<$0.ToActionBasicInfo> toActionBasicQuery($0.IdRequest request, {$grpc.CallOptions? options}) {
  171. return $createUnaryCall(_$toActionBasicQuery, request, options: options);
  172. }
  173. $grpc.ResponseFuture<$0.ToUserInActionBasicInfo> toUserInActionBasicQuery($0.ToUserInActionBasicQueryRequest request, {$grpc.CallOptions? options}) {
  174. return $createUnaryCall(_$toUserInActionBasicQuery, request, options: options);
  175. }
  176. $grpc.ResponseFuture<$0.ToHisUserListQueryReply> toHistoryUserListQuery($0.IdRequest request, {$grpc.CallOptions? options}) {
  177. return $createUnaryCall(_$toHistoryUserListQuery, request, options: options);
  178. }
  179. $grpc.ResponseFuture<$0.GameDetailV2Reply> toHistoryGameDetail($0.IdRequest request, {$grpc.CallOptions? options}) {
  180. return $createUnaryCall(_$toHistoryGameDetail, request, options: options);
  181. }
  182. $grpc.ResponseFuture<$0.ToGameRankingReply> toGameRanking($0.ToGameRankingRequest request, {$grpc.CallOptions? options}) {
  183. return $createUnaryCall(_$toGameRanking, request, options: options);
  184. }
  185. $grpc.ResponseFuture<$1.ToActivityListReply> toActivitySelectList($0.IdRequest request, {$grpc.CallOptions? options}) {
  186. return $createUnaryCall(_$toActivitySelectList, request, options: options);
  187. }
  188. $grpc.ResponseFuture<$0.DefaultReply> toMatchRegusterAdd($1.ToMatchRegusterAddRequest request, {$grpc.CallOptions? options}) {
  189. return $createUnaryCall(_$toMatchRegusterAdd, request, options: options);
  190. }
  191. $grpc.ResponseFuture<$0.DefaultReply> toMatchRegusterEdit($1.ToMatchRegusterEditRequest request, {$grpc.CallOptions? options}) {
  192. return $createUnaryCall(_$toMatchRegusterEdit, request, options: options);
  193. }
  194. $grpc.ResponseFuture<$0.DefaultReply> toMatchRegusterDel($0.IdRequest request, {$grpc.CallOptions? options}) {
  195. return $createUnaryCall(_$toMatchRegusterDel, request, options: options);
  196. }
  197. $grpc.ResponseFuture<$1.ToMatchRegusterListReply> toMatchRegusterList($1.ToMatchRegusterListRequest request, {$grpc.CallOptions? options}) {
  198. return $createUnaryCall(_$toMatchRegusterList, request, options: options);
  199. }
  200. $grpc.ResponseFuture<$0.DefaultReply> matchChackInsDel($0.IdRequest request, {$grpc.CallOptions? options}) {
  201. return $createUnaryCall(_$matchChackInsDel, request, options: options);
  202. }
  203. $grpc.ResponseFuture<$1.ToCourseListReply> toCourseSelectList($0.IdRequest request, {$grpc.CallOptions? options}) {
  204. return $createUnaryCall(_$toCourseSelectList, request, options: options);
  205. }
  206. $grpc.ResponseFuture<$0.DefaultReply> toCourseChackMatch($1.ToCourseChackMatchRequest request, {$grpc.CallOptions? options}) {
  207. return $createUnaryCall(_$toCourseChackMatch, request, options: options);
  208. }
  209. $grpc.ResponseFuture<$0.DefaultReply> matchChackInsStart($0.IdRequest request, {$grpc.CallOptions? options}) {
  210. return $createUnaryCall(_$matchChackInsStart, request, options: options);
  211. }
  212. $grpc.ResponseFuture<$0.DefaultReply> matchChackInsForceFinish($0.IdRequest request, {$grpc.CallOptions? options}) {
  213. return $createUnaryCall(_$matchChackInsForceFinish, request, options: options);
  214. }
  215. $grpc.ResponseFuture<$0.DefaultReply> matchChackInsForceResume($0.IdRequest request, {$grpc.CallOptions? options}) {
  216. return $createUnaryCall(_$matchChackInsForceResume, request, options: options);
  217. }
  218. $grpc.ResponseFuture<$0.DefaultReply> allCourseChackMatch($0.IdArrRequest request, {$grpc.CallOptions? options}) {
  219. return $createUnaryCall(_$allCourseChackMatch, request, options: options);
  220. }
  221. $grpc.ResponseFuture<$0.DefaultReply> allMatchChackInsStart($0.IdArrRequest request, {$grpc.CallOptions? options}) {
  222. return $createUnaryCall(_$allMatchChackInsStart, request, options: options);
  223. }
  224. $grpc.ResponseFuture<$0.DefaultReply> allMatchChackInsForceResume($0.IdArrRequest request, {$grpc.CallOptions? options}) {
  225. return $createUnaryCall(_$allMatchChackInsForceResume, request, options: options);
  226. }
  227. }
  228. @$pb.GrpcServiceName('to.v1.ApiTo')
  229. abstract class ApiToServiceBase extends $grpc.Service {
  230. $core.String get $name => 'to.v1.ApiTo';
  231. ApiToServiceBase() {
  232. $addMethod($grpc.ServiceMethod<$0.ToSendCodeToPhoneRequestV2, $0.DefaultReply>(
  233. 'ToSendCodeToPhoneV2',
  234. toSendCodeToPhoneV2_Pre,
  235. false,
  236. false,
  237. ($core.List<$core.int> value) => $0.ToSendCodeToPhoneRequestV2.fromBuffer(value),
  238. ($0.DefaultReply value) => value.writeToBuffer()));
  239. $addMethod($grpc.ServiceMethod<$0.GetSmsSendLeftTimeRequest, $0.GetSmsSendLeftTimeReply>(
  240. 'ToGetSmsSendLeftTimeV2',
  241. toGetSmsSendLeftTimeV2_Pre,
  242. false,
  243. false,
  244. ($core.List<$core.int> value) => $0.GetSmsSendLeftTimeRequest.fromBuffer(value),
  245. ($0.GetSmsSendLeftTimeReply value) => value.writeToBuffer()));
  246. $addMethod($grpc.ServiceMethod<$0.ToSignInRequestV2, $0.SignInReply>(
  247. 'ToSignInV2',
  248. toSignInV2_Pre,
  249. false,
  250. false,
  251. ($core.List<$core.int> value) => $0.ToSignInRequestV2.fromBuffer(value),
  252. ($0.SignInReply value) => value.writeToBuffer()));
  253. $addMethod($grpc.ServiceMethod<$0.DefaultRequest, $0.DefaultReply>(
  254. 'ToSignOutV2',
  255. toSignOutV2_Pre,
  256. false,
  257. false,
  258. ($core.List<$core.int> value) => $0.DefaultRequest.fromBuffer(value),
  259. ($0.DefaultReply value) => value.writeToBuffer()));
  260. $addMethod($grpc.ServiceMethod<$0.DefaultRequest, $0.GetServerTimeRp>(
  261. 'ToGetServerTime',
  262. toGetServerTime_Pre,
  263. false,
  264. false,
  265. ($core.List<$core.int> value) => $0.DefaultRequest.fromBuffer(value),
  266. ($0.GetServerTimeRp value) => value.writeToBuffer()));
  267. $addMethod($grpc.ServiceMethod<$0.ToGetUpdateVersionRequest, $0.ToGetUpdateVersionReply>(
  268. 'ToGetUpdateVersion',
  269. toGetUpdateVersion_Pre,
  270. false,
  271. false,
  272. ($core.List<$core.int> value) => $0.ToGetUpdateVersionRequest.fromBuffer(value),
  273. ($0.ToGetUpdateVersionReply value) => value.writeToBuffer()));
  274. $addMethod($grpc.ServiceMethod<$0.MapListRequestV2, $0.ToMapListReplyV2>(
  275. 'ToMapListV2',
  276. toMapListV2_Pre,
  277. false,
  278. false,
  279. ($core.List<$core.int> value) => $0.MapListRequestV2.fromBuffer(value),
  280. ($0.ToMapListReplyV2 value) => value.writeToBuffer()));
  281. $addMethod($grpc.ServiceMethod<$0.IdRequest, $0.ToMapInfoV2>(
  282. 'ToMapDetailV2',
  283. toMapDetailV2_Pre,
  284. false,
  285. false,
  286. ($core.List<$core.int> value) => $0.IdRequest.fromBuffer(value),
  287. ($0.ToMapInfoV2 value) => value.writeToBuffer()));
  288. $addMethod($grpc.ServiceMethod<$0.ToGetBinaryByMd5Request, $0.BinaryPartV2>(
  289. 'ToGetBinaryByMd5',
  290. toGetBinaryByMd5_Pre,
  291. false,
  292. true,
  293. ($core.List<$core.int> value) => $0.ToGetBinaryByMd5Request.fromBuffer(value),
  294. ($0.BinaryPartV2 value) => value.writeToBuffer()));
  295. $addMethod($grpc.ServiceMethod<$0.ToUserDetailQueryRequestV2, $0.ToUserDetailQueryReplyV2>(
  296. 'ToUserDetailQueryV2',
  297. toUserDetailQueryV2_Pre,
  298. false,
  299. false,
  300. ($core.List<$core.int> value) => $0.ToUserDetailQueryRequestV2.fromBuffer(value),
  301. ($0.ToUserDetailQueryReplyV2 value) => value.writeToBuffer()));
  302. $addMethod($grpc.ServiceMethod<$0.IdRequest, $0.ToActionBasicInfo>(
  303. 'ToActionBasicQuery',
  304. toActionBasicQuery_Pre,
  305. false,
  306. false,
  307. ($core.List<$core.int> value) => $0.IdRequest.fromBuffer(value),
  308. ($0.ToActionBasicInfo value) => value.writeToBuffer()));
  309. $addMethod($grpc.ServiceMethod<$0.ToUserInActionBasicQueryRequest, $0.ToUserInActionBasicInfo>(
  310. 'ToUserInActionBasicQuery',
  311. toUserInActionBasicQuery_Pre,
  312. false,
  313. false,
  314. ($core.List<$core.int> value) => $0.ToUserInActionBasicQueryRequest.fromBuffer(value),
  315. ($0.ToUserInActionBasicInfo value) => value.writeToBuffer()));
  316. $addMethod($grpc.ServiceMethod<$0.IdRequest, $0.ToHisUserListQueryReply>(
  317. 'ToHistoryUserListQuery',
  318. toHistoryUserListQuery_Pre,
  319. false,
  320. false,
  321. ($core.List<$core.int> value) => $0.IdRequest.fromBuffer(value),
  322. ($0.ToHisUserListQueryReply value) => value.writeToBuffer()));
  323. $addMethod($grpc.ServiceMethod<$0.IdRequest, $0.GameDetailV2Reply>(
  324. 'ToHistoryGameDetail',
  325. toHistoryGameDetail_Pre,
  326. false,
  327. false,
  328. ($core.List<$core.int> value) => $0.IdRequest.fromBuffer(value),
  329. ($0.GameDetailV2Reply value) => value.writeToBuffer()));
  330. $addMethod($grpc.ServiceMethod<$0.ToGameRankingRequest, $0.ToGameRankingReply>(
  331. 'ToGameRanking',
  332. toGameRanking_Pre,
  333. false,
  334. false,
  335. ($core.List<$core.int> value) => $0.ToGameRankingRequest.fromBuffer(value),
  336. ($0.ToGameRankingReply value) => value.writeToBuffer()));
  337. $addMethod($grpc.ServiceMethod<$0.IdRequest, $1.ToActivityListReply>(
  338. 'ToActivitySelectList',
  339. toActivitySelectList_Pre,
  340. false,
  341. false,
  342. ($core.List<$core.int> value) => $0.IdRequest.fromBuffer(value),
  343. ($1.ToActivityListReply value) => value.writeToBuffer()));
  344. $addMethod($grpc.ServiceMethod<$1.ToMatchRegusterAddRequest, $0.DefaultReply>(
  345. 'ToMatchRegusterAdd',
  346. toMatchRegusterAdd_Pre,
  347. false,
  348. false,
  349. ($core.List<$core.int> value) => $1.ToMatchRegusterAddRequest.fromBuffer(value),
  350. ($0.DefaultReply value) => value.writeToBuffer()));
  351. $addMethod($grpc.ServiceMethod<$1.ToMatchRegusterEditRequest, $0.DefaultReply>(
  352. 'ToMatchRegusterEdit',
  353. toMatchRegusterEdit_Pre,
  354. false,
  355. false,
  356. ($core.List<$core.int> value) => $1.ToMatchRegusterEditRequest.fromBuffer(value),
  357. ($0.DefaultReply value) => value.writeToBuffer()));
  358. $addMethod($grpc.ServiceMethod<$0.IdRequest, $0.DefaultReply>(
  359. 'ToMatchRegusterDel',
  360. toMatchRegusterDel_Pre,
  361. false,
  362. false,
  363. ($core.List<$core.int> value) => $0.IdRequest.fromBuffer(value),
  364. ($0.DefaultReply value) => value.writeToBuffer()));
  365. $addMethod($grpc.ServiceMethod<$1.ToMatchRegusterListRequest, $1.ToMatchRegusterListReply>(
  366. 'ToMatchRegusterList',
  367. toMatchRegusterList_Pre,
  368. false,
  369. false,
  370. ($core.List<$core.int> value) => $1.ToMatchRegusterListRequest.fromBuffer(value),
  371. ($1.ToMatchRegusterListReply value) => value.writeToBuffer()));
  372. $addMethod($grpc.ServiceMethod<$0.IdRequest, $0.DefaultReply>(
  373. 'MatchChackInsDel',
  374. matchChackInsDel_Pre,
  375. false,
  376. false,
  377. ($core.List<$core.int> value) => $0.IdRequest.fromBuffer(value),
  378. ($0.DefaultReply value) => value.writeToBuffer()));
  379. $addMethod($grpc.ServiceMethod<$0.IdRequest, $1.ToCourseListReply>(
  380. 'ToCourseSelectList',
  381. toCourseSelectList_Pre,
  382. false,
  383. false,
  384. ($core.List<$core.int> value) => $0.IdRequest.fromBuffer(value),
  385. ($1.ToCourseListReply value) => value.writeToBuffer()));
  386. $addMethod($grpc.ServiceMethod<$1.ToCourseChackMatchRequest, $0.DefaultReply>(
  387. 'ToCourseChackMatch',
  388. toCourseChackMatch_Pre,
  389. false,
  390. false,
  391. ($core.List<$core.int> value) => $1.ToCourseChackMatchRequest.fromBuffer(value),
  392. ($0.DefaultReply value) => value.writeToBuffer()));
  393. $addMethod($grpc.ServiceMethod<$0.IdRequest, $0.DefaultReply>(
  394. 'MatchChackInsStart',
  395. matchChackInsStart_Pre,
  396. false,
  397. false,
  398. ($core.List<$core.int> value) => $0.IdRequest.fromBuffer(value),
  399. ($0.DefaultReply value) => value.writeToBuffer()));
  400. $addMethod($grpc.ServiceMethod<$0.IdRequest, $0.DefaultReply>(
  401. 'MatchChackInsForceFinish',
  402. matchChackInsForceFinish_Pre,
  403. false,
  404. false,
  405. ($core.List<$core.int> value) => $0.IdRequest.fromBuffer(value),
  406. ($0.DefaultReply value) => value.writeToBuffer()));
  407. $addMethod($grpc.ServiceMethod<$0.IdRequest, $0.DefaultReply>(
  408. 'MatchChackInsForceResume',
  409. matchChackInsForceResume_Pre,
  410. false,
  411. false,
  412. ($core.List<$core.int> value) => $0.IdRequest.fromBuffer(value),
  413. ($0.DefaultReply value) => value.writeToBuffer()));
  414. $addMethod($grpc.ServiceMethod<$0.IdArrRequest, $0.DefaultReply>(
  415. 'AllCourseChackMatch',
  416. allCourseChackMatch_Pre,
  417. false,
  418. false,
  419. ($core.List<$core.int> value) => $0.IdArrRequest.fromBuffer(value),
  420. ($0.DefaultReply value) => value.writeToBuffer()));
  421. $addMethod($grpc.ServiceMethod<$0.IdArrRequest, $0.DefaultReply>(
  422. 'AllMatchChackInsStart',
  423. allMatchChackInsStart_Pre,
  424. false,
  425. false,
  426. ($core.List<$core.int> value) => $0.IdArrRequest.fromBuffer(value),
  427. ($0.DefaultReply value) => value.writeToBuffer()));
  428. $addMethod($grpc.ServiceMethod<$0.IdArrRequest, $0.DefaultReply>(
  429. 'AllMatchChackInsForceResume',
  430. allMatchChackInsForceResume_Pre,
  431. false,
  432. false,
  433. ($core.List<$core.int> value) => $0.IdArrRequest.fromBuffer(value),
  434. ($0.DefaultReply value) => value.writeToBuffer()));
  435. }
  436. $async.Future<$0.DefaultReply> toSendCodeToPhoneV2_Pre($grpc.ServiceCall call, $async.Future<$0.ToSendCodeToPhoneRequestV2> request) async {
  437. return toSendCodeToPhoneV2(call, await request);
  438. }
  439. $async.Future<$0.GetSmsSendLeftTimeReply> toGetSmsSendLeftTimeV2_Pre($grpc.ServiceCall call, $async.Future<$0.GetSmsSendLeftTimeRequest> request) async {
  440. return toGetSmsSendLeftTimeV2(call, await request);
  441. }
  442. $async.Future<$0.SignInReply> toSignInV2_Pre($grpc.ServiceCall call, $async.Future<$0.ToSignInRequestV2> request) async {
  443. return toSignInV2(call, await request);
  444. }
  445. $async.Future<$0.DefaultReply> toSignOutV2_Pre($grpc.ServiceCall call, $async.Future<$0.DefaultRequest> request) async {
  446. return toSignOutV2(call, await request);
  447. }
  448. $async.Future<$0.GetServerTimeRp> toGetServerTime_Pre($grpc.ServiceCall call, $async.Future<$0.DefaultRequest> request) async {
  449. return toGetServerTime(call, await request);
  450. }
  451. $async.Future<$0.ToGetUpdateVersionReply> toGetUpdateVersion_Pre($grpc.ServiceCall call, $async.Future<$0.ToGetUpdateVersionRequest> request) async {
  452. return toGetUpdateVersion(call, await request);
  453. }
  454. $async.Future<$0.ToMapListReplyV2> toMapListV2_Pre($grpc.ServiceCall call, $async.Future<$0.MapListRequestV2> request) async {
  455. return toMapListV2(call, await request);
  456. }
  457. $async.Future<$0.ToMapInfoV2> toMapDetailV2_Pre($grpc.ServiceCall call, $async.Future<$0.IdRequest> request) async {
  458. return toMapDetailV2(call, await request);
  459. }
  460. $async.Stream<$0.BinaryPartV2> toGetBinaryByMd5_Pre($grpc.ServiceCall call, $async.Future<$0.ToGetBinaryByMd5Request> request) async* {
  461. yield* toGetBinaryByMd5(call, await request);
  462. }
  463. $async.Future<$0.ToUserDetailQueryReplyV2> toUserDetailQueryV2_Pre($grpc.ServiceCall call, $async.Future<$0.ToUserDetailQueryRequestV2> request) async {
  464. return toUserDetailQueryV2(call, await request);
  465. }
  466. $async.Future<$0.ToActionBasicInfo> toActionBasicQuery_Pre($grpc.ServiceCall call, $async.Future<$0.IdRequest> request) async {
  467. return toActionBasicQuery(call, await request);
  468. }
  469. $async.Future<$0.ToUserInActionBasicInfo> toUserInActionBasicQuery_Pre($grpc.ServiceCall call, $async.Future<$0.ToUserInActionBasicQueryRequest> request) async {
  470. return toUserInActionBasicQuery(call, await request);
  471. }
  472. $async.Future<$0.ToHisUserListQueryReply> toHistoryUserListQuery_Pre($grpc.ServiceCall call, $async.Future<$0.IdRequest> request) async {
  473. return toHistoryUserListQuery(call, await request);
  474. }
  475. $async.Future<$0.GameDetailV2Reply> toHistoryGameDetail_Pre($grpc.ServiceCall call, $async.Future<$0.IdRequest> request) async {
  476. return toHistoryGameDetail(call, await request);
  477. }
  478. $async.Future<$0.ToGameRankingReply> toGameRanking_Pre($grpc.ServiceCall call, $async.Future<$0.ToGameRankingRequest> request) async {
  479. return toGameRanking(call, await request);
  480. }
  481. $async.Future<$1.ToActivityListReply> toActivitySelectList_Pre($grpc.ServiceCall call, $async.Future<$0.IdRequest> request) async {
  482. return toActivitySelectList(call, await request);
  483. }
  484. $async.Future<$0.DefaultReply> toMatchRegusterAdd_Pre($grpc.ServiceCall call, $async.Future<$1.ToMatchRegusterAddRequest> request) async {
  485. return toMatchRegusterAdd(call, await request);
  486. }
  487. $async.Future<$0.DefaultReply> toMatchRegusterEdit_Pre($grpc.ServiceCall call, $async.Future<$1.ToMatchRegusterEditRequest> request) async {
  488. return toMatchRegusterEdit(call, await request);
  489. }
  490. $async.Future<$0.DefaultReply> toMatchRegusterDel_Pre($grpc.ServiceCall call, $async.Future<$0.IdRequest> request) async {
  491. return toMatchRegusterDel(call, await request);
  492. }
  493. $async.Future<$1.ToMatchRegusterListReply> toMatchRegusterList_Pre($grpc.ServiceCall call, $async.Future<$1.ToMatchRegusterListRequest> request) async {
  494. return toMatchRegusterList(call, await request);
  495. }
  496. $async.Future<$0.DefaultReply> matchChackInsDel_Pre($grpc.ServiceCall call, $async.Future<$0.IdRequest> request) async {
  497. return matchChackInsDel(call, await request);
  498. }
  499. $async.Future<$1.ToCourseListReply> toCourseSelectList_Pre($grpc.ServiceCall call, $async.Future<$0.IdRequest> request) async {
  500. return toCourseSelectList(call, await request);
  501. }
  502. $async.Future<$0.DefaultReply> toCourseChackMatch_Pre($grpc.ServiceCall call, $async.Future<$1.ToCourseChackMatchRequest> request) async {
  503. return toCourseChackMatch(call, await request);
  504. }
  505. $async.Future<$0.DefaultReply> matchChackInsStart_Pre($grpc.ServiceCall call, $async.Future<$0.IdRequest> request) async {
  506. return matchChackInsStart(call, await request);
  507. }
  508. $async.Future<$0.DefaultReply> matchChackInsForceFinish_Pre($grpc.ServiceCall call, $async.Future<$0.IdRequest> request) async {
  509. return matchChackInsForceFinish(call, await request);
  510. }
  511. $async.Future<$0.DefaultReply> matchChackInsForceResume_Pre($grpc.ServiceCall call, $async.Future<$0.IdRequest> request) async {
  512. return matchChackInsForceResume(call, await request);
  513. }
  514. $async.Future<$0.DefaultReply> allCourseChackMatch_Pre($grpc.ServiceCall call, $async.Future<$0.IdArrRequest> request) async {
  515. return allCourseChackMatch(call, await request);
  516. }
  517. $async.Future<$0.DefaultReply> allMatchChackInsStart_Pre($grpc.ServiceCall call, $async.Future<$0.IdArrRequest> request) async {
  518. return allMatchChackInsStart(call, await request);
  519. }
  520. $async.Future<$0.DefaultReply> allMatchChackInsForceResume_Pre($grpc.ServiceCall call, $async.Future<$0.IdArrRequest> request) async {
  521. return allMatchChackInsForceResume(call, await request);
  522. }
  523. $async.Future<$0.DefaultReply> toSendCodeToPhoneV2($grpc.ServiceCall call, $0.ToSendCodeToPhoneRequestV2 request);
  524. $async.Future<$0.GetSmsSendLeftTimeReply> toGetSmsSendLeftTimeV2($grpc.ServiceCall call, $0.GetSmsSendLeftTimeRequest request);
  525. $async.Future<$0.SignInReply> toSignInV2($grpc.ServiceCall call, $0.ToSignInRequestV2 request);
  526. $async.Future<$0.DefaultReply> toSignOutV2($grpc.ServiceCall call, $0.DefaultRequest request);
  527. $async.Future<$0.GetServerTimeRp> toGetServerTime($grpc.ServiceCall call, $0.DefaultRequest request);
  528. $async.Future<$0.ToGetUpdateVersionReply> toGetUpdateVersion($grpc.ServiceCall call, $0.ToGetUpdateVersionRequest request);
  529. $async.Future<$0.ToMapListReplyV2> toMapListV2($grpc.ServiceCall call, $0.MapListRequestV2 request);
  530. $async.Future<$0.ToMapInfoV2> toMapDetailV2($grpc.ServiceCall call, $0.IdRequest request);
  531. $async.Stream<$0.BinaryPartV2> toGetBinaryByMd5($grpc.ServiceCall call, $0.ToGetBinaryByMd5Request request);
  532. $async.Future<$0.ToUserDetailQueryReplyV2> toUserDetailQueryV2($grpc.ServiceCall call, $0.ToUserDetailQueryRequestV2 request);
  533. $async.Future<$0.ToActionBasicInfo> toActionBasicQuery($grpc.ServiceCall call, $0.IdRequest request);
  534. $async.Future<$0.ToUserInActionBasicInfo> toUserInActionBasicQuery($grpc.ServiceCall call, $0.ToUserInActionBasicQueryRequest request);
  535. $async.Future<$0.ToHisUserListQueryReply> toHistoryUserListQuery($grpc.ServiceCall call, $0.IdRequest request);
  536. $async.Future<$0.GameDetailV2Reply> toHistoryGameDetail($grpc.ServiceCall call, $0.IdRequest request);
  537. $async.Future<$0.ToGameRankingReply> toGameRanking($grpc.ServiceCall call, $0.ToGameRankingRequest request);
  538. $async.Future<$1.ToActivityListReply> toActivitySelectList($grpc.ServiceCall call, $0.IdRequest request);
  539. $async.Future<$0.DefaultReply> toMatchRegusterAdd($grpc.ServiceCall call, $1.ToMatchRegusterAddRequest request);
  540. $async.Future<$0.DefaultReply> toMatchRegusterEdit($grpc.ServiceCall call, $1.ToMatchRegusterEditRequest request);
  541. $async.Future<$0.DefaultReply> toMatchRegusterDel($grpc.ServiceCall call, $0.IdRequest request);
  542. $async.Future<$1.ToMatchRegusterListReply> toMatchRegusterList($grpc.ServiceCall call, $1.ToMatchRegusterListRequest request);
  543. $async.Future<$0.DefaultReply> matchChackInsDel($grpc.ServiceCall call, $0.IdRequest request);
  544. $async.Future<$1.ToCourseListReply> toCourseSelectList($grpc.ServiceCall call, $0.IdRequest request);
  545. $async.Future<$0.DefaultReply> toCourseChackMatch($grpc.ServiceCall call, $1.ToCourseChackMatchRequest request);
  546. $async.Future<$0.DefaultReply> matchChackInsStart($grpc.ServiceCall call, $0.IdRequest request);
  547. $async.Future<$0.DefaultReply> matchChackInsForceFinish($grpc.ServiceCall call, $0.IdRequest request);
  548. $async.Future<$0.DefaultReply> matchChackInsForceResume($grpc.ServiceCall call, $0.IdRequest request);
  549. $async.Future<$0.DefaultReply> allCourseChackMatch($grpc.ServiceCall call, $0.IdArrRequest request);
  550. $async.Future<$0.DefaultReply> allMatchChackInsStart($grpc.ServiceCall call, $0.IdArrRequest request);
  551. $async.Future<$0.DefaultReply> allMatchChackInsForceResume($grpc.ServiceCall call, $0.IdArrRequest request);
  552. }