track_offical.pbgrpc.dart 35 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660
  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. static final _$allMatchChackInsDel = $grpc.ClientMethod<$0.IdArrRequest, $0.DefaultReply>(
  136. '/to.v1.ApiTo/AllMatchChackInsDel',
  137. ($0.IdArrRequest value) => value.writeToBuffer(),
  138. ($core.List<$core.int> value) => $0.DefaultReply.fromBuffer(value));
  139. static final _$toCooperationQuery = $grpc.ClientMethod<$0.DefaultRequest, $1.ToCooperationQueryReply>(
  140. '/to.v1.ApiTo/ToCooperationQuery',
  141. ($0.DefaultRequest value) => value.writeToBuffer(),
  142. ($core.List<$core.int> value) => $1.ToCooperationQueryReply.fromBuffer(value));
  143. ApiToClient($grpc.ClientChannel channel,
  144. {$grpc.CallOptions? options,
  145. $core.Iterable<$grpc.ClientInterceptor>? interceptors})
  146. : super(channel, options: options,
  147. interceptors: interceptors);
  148. $grpc.ResponseFuture<$0.DefaultReply> toSendCodeToPhoneV2($0.ToSendCodeToPhoneRequestV2 request, {$grpc.CallOptions? options}) {
  149. return $createUnaryCall(_$toSendCodeToPhoneV2, request, options: options);
  150. }
  151. $grpc.ResponseFuture<$0.GetSmsSendLeftTimeReply> toGetSmsSendLeftTimeV2($0.GetSmsSendLeftTimeRequest request, {$grpc.CallOptions? options}) {
  152. return $createUnaryCall(_$toGetSmsSendLeftTimeV2, request, options: options);
  153. }
  154. $grpc.ResponseFuture<$0.SignInReply> toSignInV2($0.ToSignInRequestV2 request, {$grpc.CallOptions? options}) {
  155. return $createUnaryCall(_$toSignInV2, request, options: options);
  156. }
  157. $grpc.ResponseFuture<$0.DefaultReply> toSignOutV2($0.DefaultRequest request, {$grpc.CallOptions? options}) {
  158. return $createUnaryCall(_$toSignOutV2, request, options: options);
  159. }
  160. $grpc.ResponseFuture<$0.GetServerTimeRp> toGetServerTime($0.DefaultRequest request, {$grpc.CallOptions? options}) {
  161. return $createUnaryCall(_$toGetServerTime, request, options: options);
  162. }
  163. $grpc.ResponseFuture<$0.ToGetUpdateVersionReply> toGetUpdateVersion($0.ToGetUpdateVersionRequest request, {$grpc.CallOptions? options}) {
  164. return $createUnaryCall(_$toGetUpdateVersion, request, options: options);
  165. }
  166. $grpc.ResponseFuture<$0.ToMapListReplyV2> toMapListV2($0.MapListRequestV2 request, {$grpc.CallOptions? options}) {
  167. return $createUnaryCall(_$toMapListV2, request, options: options);
  168. }
  169. $grpc.ResponseFuture<$0.ToMapInfoV2> toMapDetailV2($0.IdRequest request, {$grpc.CallOptions? options}) {
  170. return $createUnaryCall(_$toMapDetailV2, request, options: options);
  171. }
  172. $grpc.ResponseStream<$0.BinaryPartV2> toGetBinaryByMd5($0.ToGetBinaryByMd5Request request, {$grpc.CallOptions? options}) {
  173. return $createStreamingCall(_$toGetBinaryByMd5, $async.Stream.fromIterable([request]), options: options);
  174. }
  175. $grpc.ResponseFuture<$0.ToUserDetailQueryReplyV2> toUserDetailQueryV2($0.ToUserDetailQueryRequestV2 request, {$grpc.CallOptions? options}) {
  176. return $createUnaryCall(_$toUserDetailQueryV2, request, options: options);
  177. }
  178. $grpc.ResponseFuture<$0.ToActionBasicInfo> toActionBasicQuery($0.IdRequest request, {$grpc.CallOptions? options}) {
  179. return $createUnaryCall(_$toActionBasicQuery, request, options: options);
  180. }
  181. $grpc.ResponseFuture<$0.ToUserInActionBasicInfo> toUserInActionBasicQuery($0.ToUserInActionBasicQueryRequest request, {$grpc.CallOptions? options}) {
  182. return $createUnaryCall(_$toUserInActionBasicQuery, request, options: options);
  183. }
  184. $grpc.ResponseFuture<$0.ToHisUserListQueryReply> toHistoryUserListQuery($0.IdRequest request, {$grpc.CallOptions? options}) {
  185. return $createUnaryCall(_$toHistoryUserListQuery, request, options: options);
  186. }
  187. $grpc.ResponseFuture<$0.GameDetailV2Reply> toHistoryGameDetail($0.IdRequest request, {$grpc.CallOptions? options}) {
  188. return $createUnaryCall(_$toHistoryGameDetail, request, options: options);
  189. }
  190. $grpc.ResponseFuture<$0.ToGameRankingReply> toGameRanking($0.ToGameRankingRequest request, {$grpc.CallOptions? options}) {
  191. return $createUnaryCall(_$toGameRanking, request, options: options);
  192. }
  193. $grpc.ResponseFuture<$1.ToActivityListReply> toActivitySelectList($0.IdRequest request, {$grpc.CallOptions? options}) {
  194. return $createUnaryCall(_$toActivitySelectList, request, options: options);
  195. }
  196. $grpc.ResponseFuture<$0.DefaultReply> toMatchRegusterAdd($1.ToMatchRegusterAddRequest request, {$grpc.CallOptions? options}) {
  197. return $createUnaryCall(_$toMatchRegusterAdd, request, options: options);
  198. }
  199. $grpc.ResponseFuture<$0.DefaultReply> toMatchRegusterEdit($1.ToMatchRegusterEditRequest request, {$grpc.CallOptions? options}) {
  200. return $createUnaryCall(_$toMatchRegusterEdit, request, options: options);
  201. }
  202. $grpc.ResponseFuture<$0.DefaultReply> toMatchRegusterDel($0.IdRequest request, {$grpc.CallOptions? options}) {
  203. return $createUnaryCall(_$toMatchRegusterDel, request, options: options);
  204. }
  205. $grpc.ResponseFuture<$1.ToMatchRegusterListReply> toMatchRegusterList($1.ToMatchRegusterListRequest request, {$grpc.CallOptions? options}) {
  206. return $createUnaryCall(_$toMatchRegusterList, request, options: options);
  207. }
  208. $grpc.ResponseFuture<$0.DefaultReply> matchChackInsDel($0.IdRequest request, {$grpc.CallOptions? options}) {
  209. return $createUnaryCall(_$matchChackInsDel, request, options: options);
  210. }
  211. $grpc.ResponseFuture<$1.ToCourseListReply> toCourseSelectList($0.IdRequest request, {$grpc.CallOptions? options}) {
  212. return $createUnaryCall(_$toCourseSelectList, request, options: options);
  213. }
  214. $grpc.ResponseFuture<$0.DefaultReply> toCourseChackMatch($1.ToCourseChackMatchRequest request, {$grpc.CallOptions? options}) {
  215. return $createUnaryCall(_$toCourseChackMatch, request, options: options);
  216. }
  217. $grpc.ResponseFuture<$0.DefaultReply> matchChackInsStart($0.IdRequest request, {$grpc.CallOptions? options}) {
  218. return $createUnaryCall(_$matchChackInsStart, request, options: options);
  219. }
  220. $grpc.ResponseFuture<$0.DefaultReply> matchChackInsForceFinish($0.IdRequest request, {$grpc.CallOptions? options}) {
  221. return $createUnaryCall(_$matchChackInsForceFinish, request, options: options);
  222. }
  223. $grpc.ResponseFuture<$0.DefaultReply> matchChackInsForceResume($0.IdRequest request, {$grpc.CallOptions? options}) {
  224. return $createUnaryCall(_$matchChackInsForceResume, request, options: options);
  225. }
  226. $grpc.ResponseFuture<$0.DefaultReply> allCourseChackMatch($0.IdArrRequest request, {$grpc.CallOptions? options}) {
  227. return $createUnaryCall(_$allCourseChackMatch, request, options: options);
  228. }
  229. $grpc.ResponseFuture<$0.DefaultReply> allMatchChackInsStart($0.IdArrRequest request, {$grpc.CallOptions? options}) {
  230. return $createUnaryCall(_$allMatchChackInsStart, request, options: options);
  231. }
  232. $grpc.ResponseFuture<$0.DefaultReply> allMatchChackInsForceResume($0.IdArrRequest request, {$grpc.CallOptions? options}) {
  233. return $createUnaryCall(_$allMatchChackInsForceResume, request, options: options);
  234. }
  235. $grpc.ResponseFuture<$0.DefaultReply> allMatchChackInsDel($0.IdArrRequest request, {$grpc.CallOptions? options}) {
  236. return $createUnaryCall(_$allMatchChackInsDel, request, options: options);
  237. }
  238. $grpc.ResponseFuture<$1.ToCooperationQueryReply> toCooperationQuery($0.DefaultRequest request, {$grpc.CallOptions? options}) {
  239. return $createUnaryCall(_$toCooperationQuery, request, options: options);
  240. }
  241. }
  242. @$pb.GrpcServiceName('to.v1.ApiTo')
  243. abstract class ApiToServiceBase extends $grpc.Service {
  244. $core.String get $name => 'to.v1.ApiTo';
  245. ApiToServiceBase() {
  246. $addMethod($grpc.ServiceMethod<$0.ToSendCodeToPhoneRequestV2, $0.DefaultReply>(
  247. 'ToSendCodeToPhoneV2',
  248. toSendCodeToPhoneV2_Pre,
  249. false,
  250. false,
  251. ($core.List<$core.int> value) => $0.ToSendCodeToPhoneRequestV2.fromBuffer(value),
  252. ($0.DefaultReply value) => value.writeToBuffer()));
  253. $addMethod($grpc.ServiceMethod<$0.GetSmsSendLeftTimeRequest, $0.GetSmsSendLeftTimeReply>(
  254. 'ToGetSmsSendLeftTimeV2',
  255. toGetSmsSendLeftTimeV2_Pre,
  256. false,
  257. false,
  258. ($core.List<$core.int> value) => $0.GetSmsSendLeftTimeRequest.fromBuffer(value),
  259. ($0.GetSmsSendLeftTimeReply value) => value.writeToBuffer()));
  260. $addMethod($grpc.ServiceMethod<$0.ToSignInRequestV2, $0.SignInReply>(
  261. 'ToSignInV2',
  262. toSignInV2_Pre,
  263. false,
  264. false,
  265. ($core.List<$core.int> value) => $0.ToSignInRequestV2.fromBuffer(value),
  266. ($0.SignInReply value) => value.writeToBuffer()));
  267. $addMethod($grpc.ServiceMethod<$0.DefaultRequest, $0.DefaultReply>(
  268. 'ToSignOutV2',
  269. toSignOutV2_Pre,
  270. false,
  271. false,
  272. ($core.List<$core.int> value) => $0.DefaultRequest.fromBuffer(value),
  273. ($0.DefaultReply value) => value.writeToBuffer()));
  274. $addMethod($grpc.ServiceMethod<$0.DefaultRequest, $0.GetServerTimeRp>(
  275. 'ToGetServerTime',
  276. toGetServerTime_Pre,
  277. false,
  278. false,
  279. ($core.List<$core.int> value) => $0.DefaultRequest.fromBuffer(value),
  280. ($0.GetServerTimeRp value) => value.writeToBuffer()));
  281. $addMethod($grpc.ServiceMethod<$0.ToGetUpdateVersionRequest, $0.ToGetUpdateVersionReply>(
  282. 'ToGetUpdateVersion',
  283. toGetUpdateVersion_Pre,
  284. false,
  285. false,
  286. ($core.List<$core.int> value) => $0.ToGetUpdateVersionRequest.fromBuffer(value),
  287. ($0.ToGetUpdateVersionReply value) => value.writeToBuffer()));
  288. $addMethod($grpc.ServiceMethod<$0.MapListRequestV2, $0.ToMapListReplyV2>(
  289. 'ToMapListV2',
  290. toMapListV2_Pre,
  291. false,
  292. false,
  293. ($core.List<$core.int> value) => $0.MapListRequestV2.fromBuffer(value),
  294. ($0.ToMapListReplyV2 value) => value.writeToBuffer()));
  295. $addMethod($grpc.ServiceMethod<$0.IdRequest, $0.ToMapInfoV2>(
  296. 'ToMapDetailV2',
  297. toMapDetailV2_Pre,
  298. false,
  299. false,
  300. ($core.List<$core.int> value) => $0.IdRequest.fromBuffer(value),
  301. ($0.ToMapInfoV2 value) => value.writeToBuffer()));
  302. $addMethod($grpc.ServiceMethod<$0.ToGetBinaryByMd5Request, $0.BinaryPartV2>(
  303. 'ToGetBinaryByMd5',
  304. toGetBinaryByMd5_Pre,
  305. false,
  306. true,
  307. ($core.List<$core.int> value) => $0.ToGetBinaryByMd5Request.fromBuffer(value),
  308. ($0.BinaryPartV2 value) => value.writeToBuffer()));
  309. $addMethod($grpc.ServiceMethod<$0.ToUserDetailQueryRequestV2, $0.ToUserDetailQueryReplyV2>(
  310. 'ToUserDetailQueryV2',
  311. toUserDetailQueryV2_Pre,
  312. false,
  313. false,
  314. ($core.List<$core.int> value) => $0.ToUserDetailQueryRequestV2.fromBuffer(value),
  315. ($0.ToUserDetailQueryReplyV2 value) => value.writeToBuffer()));
  316. $addMethod($grpc.ServiceMethod<$0.IdRequest, $0.ToActionBasicInfo>(
  317. 'ToActionBasicQuery',
  318. toActionBasicQuery_Pre,
  319. false,
  320. false,
  321. ($core.List<$core.int> value) => $0.IdRequest.fromBuffer(value),
  322. ($0.ToActionBasicInfo value) => value.writeToBuffer()));
  323. $addMethod($grpc.ServiceMethod<$0.ToUserInActionBasicQueryRequest, $0.ToUserInActionBasicInfo>(
  324. 'ToUserInActionBasicQuery',
  325. toUserInActionBasicQuery_Pre,
  326. false,
  327. false,
  328. ($core.List<$core.int> value) => $0.ToUserInActionBasicQueryRequest.fromBuffer(value),
  329. ($0.ToUserInActionBasicInfo value) => value.writeToBuffer()));
  330. $addMethod($grpc.ServiceMethod<$0.IdRequest, $0.ToHisUserListQueryReply>(
  331. 'ToHistoryUserListQuery',
  332. toHistoryUserListQuery_Pre,
  333. false,
  334. false,
  335. ($core.List<$core.int> value) => $0.IdRequest.fromBuffer(value),
  336. ($0.ToHisUserListQueryReply value) => value.writeToBuffer()));
  337. $addMethod($grpc.ServiceMethod<$0.IdRequest, $0.GameDetailV2Reply>(
  338. 'ToHistoryGameDetail',
  339. toHistoryGameDetail_Pre,
  340. false,
  341. false,
  342. ($core.List<$core.int> value) => $0.IdRequest.fromBuffer(value),
  343. ($0.GameDetailV2Reply value) => value.writeToBuffer()));
  344. $addMethod($grpc.ServiceMethod<$0.ToGameRankingRequest, $0.ToGameRankingReply>(
  345. 'ToGameRanking',
  346. toGameRanking_Pre,
  347. false,
  348. false,
  349. ($core.List<$core.int> value) => $0.ToGameRankingRequest.fromBuffer(value),
  350. ($0.ToGameRankingReply value) => value.writeToBuffer()));
  351. $addMethod($grpc.ServiceMethod<$0.IdRequest, $1.ToActivityListReply>(
  352. 'ToActivitySelectList',
  353. toActivitySelectList_Pre,
  354. false,
  355. false,
  356. ($core.List<$core.int> value) => $0.IdRequest.fromBuffer(value),
  357. ($1.ToActivityListReply value) => value.writeToBuffer()));
  358. $addMethod($grpc.ServiceMethod<$1.ToMatchRegusterAddRequest, $0.DefaultReply>(
  359. 'ToMatchRegusterAdd',
  360. toMatchRegusterAdd_Pre,
  361. false,
  362. false,
  363. ($core.List<$core.int> value) => $1.ToMatchRegusterAddRequest.fromBuffer(value),
  364. ($0.DefaultReply value) => value.writeToBuffer()));
  365. $addMethod($grpc.ServiceMethod<$1.ToMatchRegusterEditRequest, $0.DefaultReply>(
  366. 'ToMatchRegusterEdit',
  367. toMatchRegusterEdit_Pre,
  368. false,
  369. false,
  370. ($core.List<$core.int> value) => $1.ToMatchRegusterEditRequest.fromBuffer(value),
  371. ($0.DefaultReply value) => value.writeToBuffer()));
  372. $addMethod($grpc.ServiceMethod<$0.IdRequest, $0.DefaultReply>(
  373. 'ToMatchRegusterDel',
  374. toMatchRegusterDel_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<$1.ToMatchRegusterListRequest, $1.ToMatchRegusterListReply>(
  380. 'ToMatchRegusterList',
  381. toMatchRegusterList_Pre,
  382. false,
  383. false,
  384. ($core.List<$core.int> value) => $1.ToMatchRegusterListRequest.fromBuffer(value),
  385. ($1.ToMatchRegusterListReply value) => value.writeToBuffer()));
  386. $addMethod($grpc.ServiceMethod<$0.IdRequest, $0.DefaultReply>(
  387. 'MatchChackInsDel',
  388. matchChackInsDel_Pre,
  389. false,
  390. false,
  391. ($core.List<$core.int> value) => $0.IdRequest.fromBuffer(value),
  392. ($0.DefaultReply value) => value.writeToBuffer()));
  393. $addMethod($grpc.ServiceMethod<$0.IdRequest, $1.ToCourseListReply>(
  394. 'ToCourseSelectList',
  395. toCourseSelectList_Pre,
  396. false,
  397. false,
  398. ($core.List<$core.int> value) => $0.IdRequest.fromBuffer(value),
  399. ($1.ToCourseListReply value) => value.writeToBuffer()));
  400. $addMethod($grpc.ServiceMethod<$1.ToCourseChackMatchRequest, $0.DefaultReply>(
  401. 'ToCourseChackMatch',
  402. toCourseChackMatch_Pre,
  403. false,
  404. false,
  405. ($core.List<$core.int> value) => $1.ToCourseChackMatchRequest.fromBuffer(value),
  406. ($0.DefaultReply value) => value.writeToBuffer()));
  407. $addMethod($grpc.ServiceMethod<$0.IdRequest, $0.DefaultReply>(
  408. 'MatchChackInsStart',
  409. matchChackInsStart_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.IdRequest, $0.DefaultReply>(
  415. 'MatchChackInsForceFinish',
  416. matchChackInsForceFinish_Pre,
  417. false,
  418. false,
  419. ($core.List<$core.int> value) => $0.IdRequest.fromBuffer(value),
  420. ($0.DefaultReply value) => value.writeToBuffer()));
  421. $addMethod($grpc.ServiceMethod<$0.IdRequest, $0.DefaultReply>(
  422. 'MatchChackInsForceResume',
  423. matchChackInsForceResume_Pre,
  424. false,
  425. false,
  426. ($core.List<$core.int> value) => $0.IdRequest.fromBuffer(value),
  427. ($0.DefaultReply value) => value.writeToBuffer()));
  428. $addMethod($grpc.ServiceMethod<$0.IdArrRequest, $0.DefaultReply>(
  429. 'AllCourseChackMatch',
  430. allCourseChackMatch_Pre,
  431. false,
  432. false,
  433. ($core.List<$core.int> value) => $0.IdArrRequest.fromBuffer(value),
  434. ($0.DefaultReply value) => value.writeToBuffer()));
  435. $addMethod($grpc.ServiceMethod<$0.IdArrRequest, $0.DefaultReply>(
  436. 'AllMatchChackInsStart',
  437. allMatchChackInsStart_Pre,
  438. false,
  439. false,
  440. ($core.List<$core.int> value) => $0.IdArrRequest.fromBuffer(value),
  441. ($0.DefaultReply value) => value.writeToBuffer()));
  442. $addMethod($grpc.ServiceMethod<$0.IdArrRequest, $0.DefaultReply>(
  443. 'AllMatchChackInsForceResume',
  444. allMatchChackInsForceResume_Pre,
  445. false,
  446. false,
  447. ($core.List<$core.int> value) => $0.IdArrRequest.fromBuffer(value),
  448. ($0.DefaultReply value) => value.writeToBuffer()));
  449. $addMethod($grpc.ServiceMethod<$0.IdArrRequest, $0.DefaultReply>(
  450. 'AllMatchChackInsDel',
  451. allMatchChackInsDel_Pre,
  452. false,
  453. false,
  454. ($core.List<$core.int> value) => $0.IdArrRequest.fromBuffer(value),
  455. ($0.DefaultReply value) => value.writeToBuffer()));
  456. $addMethod($grpc.ServiceMethod<$0.DefaultRequest, $1.ToCooperationQueryReply>(
  457. 'ToCooperationQuery',
  458. toCooperationQuery_Pre,
  459. false,
  460. false,
  461. ($core.List<$core.int> value) => $0.DefaultRequest.fromBuffer(value),
  462. ($1.ToCooperationQueryReply value) => value.writeToBuffer()));
  463. }
  464. $async.Future<$0.DefaultReply> toSendCodeToPhoneV2_Pre($grpc.ServiceCall call, $async.Future<$0.ToSendCodeToPhoneRequestV2> request) async {
  465. return toSendCodeToPhoneV2(call, await request);
  466. }
  467. $async.Future<$0.GetSmsSendLeftTimeReply> toGetSmsSendLeftTimeV2_Pre($grpc.ServiceCall call, $async.Future<$0.GetSmsSendLeftTimeRequest> request) async {
  468. return toGetSmsSendLeftTimeV2(call, await request);
  469. }
  470. $async.Future<$0.SignInReply> toSignInV2_Pre($grpc.ServiceCall call, $async.Future<$0.ToSignInRequestV2> request) async {
  471. return toSignInV2(call, await request);
  472. }
  473. $async.Future<$0.DefaultReply> toSignOutV2_Pre($grpc.ServiceCall call, $async.Future<$0.DefaultRequest> request) async {
  474. return toSignOutV2(call, await request);
  475. }
  476. $async.Future<$0.GetServerTimeRp> toGetServerTime_Pre($grpc.ServiceCall call, $async.Future<$0.DefaultRequest> request) async {
  477. return toGetServerTime(call, await request);
  478. }
  479. $async.Future<$0.ToGetUpdateVersionReply> toGetUpdateVersion_Pre($grpc.ServiceCall call, $async.Future<$0.ToGetUpdateVersionRequest> request) async {
  480. return toGetUpdateVersion(call, await request);
  481. }
  482. $async.Future<$0.ToMapListReplyV2> toMapListV2_Pre($grpc.ServiceCall call, $async.Future<$0.MapListRequestV2> request) async {
  483. return toMapListV2(call, await request);
  484. }
  485. $async.Future<$0.ToMapInfoV2> toMapDetailV2_Pre($grpc.ServiceCall call, $async.Future<$0.IdRequest> request) async {
  486. return toMapDetailV2(call, await request);
  487. }
  488. $async.Stream<$0.BinaryPartV2> toGetBinaryByMd5_Pre($grpc.ServiceCall call, $async.Future<$0.ToGetBinaryByMd5Request> request) async* {
  489. yield* toGetBinaryByMd5(call, await request);
  490. }
  491. $async.Future<$0.ToUserDetailQueryReplyV2> toUserDetailQueryV2_Pre($grpc.ServiceCall call, $async.Future<$0.ToUserDetailQueryRequestV2> request) async {
  492. return toUserDetailQueryV2(call, await request);
  493. }
  494. $async.Future<$0.ToActionBasicInfo> toActionBasicQuery_Pre($grpc.ServiceCall call, $async.Future<$0.IdRequest> request) async {
  495. return toActionBasicQuery(call, await request);
  496. }
  497. $async.Future<$0.ToUserInActionBasicInfo> toUserInActionBasicQuery_Pre($grpc.ServiceCall call, $async.Future<$0.ToUserInActionBasicQueryRequest> request) async {
  498. return toUserInActionBasicQuery(call, await request);
  499. }
  500. $async.Future<$0.ToHisUserListQueryReply> toHistoryUserListQuery_Pre($grpc.ServiceCall call, $async.Future<$0.IdRequest> request) async {
  501. return toHistoryUserListQuery(call, await request);
  502. }
  503. $async.Future<$0.GameDetailV2Reply> toHistoryGameDetail_Pre($grpc.ServiceCall call, $async.Future<$0.IdRequest> request) async {
  504. return toHistoryGameDetail(call, await request);
  505. }
  506. $async.Future<$0.ToGameRankingReply> toGameRanking_Pre($grpc.ServiceCall call, $async.Future<$0.ToGameRankingRequest> request) async {
  507. return toGameRanking(call, await request);
  508. }
  509. $async.Future<$1.ToActivityListReply> toActivitySelectList_Pre($grpc.ServiceCall call, $async.Future<$0.IdRequest> request) async {
  510. return toActivitySelectList(call, await request);
  511. }
  512. $async.Future<$0.DefaultReply> toMatchRegusterAdd_Pre($grpc.ServiceCall call, $async.Future<$1.ToMatchRegusterAddRequest> request) async {
  513. return toMatchRegusterAdd(call, await request);
  514. }
  515. $async.Future<$0.DefaultReply> toMatchRegusterEdit_Pre($grpc.ServiceCall call, $async.Future<$1.ToMatchRegusterEditRequest> request) async {
  516. return toMatchRegusterEdit(call, await request);
  517. }
  518. $async.Future<$0.DefaultReply> toMatchRegusterDel_Pre($grpc.ServiceCall call, $async.Future<$0.IdRequest> request) async {
  519. return toMatchRegusterDel(call, await request);
  520. }
  521. $async.Future<$1.ToMatchRegusterListReply> toMatchRegusterList_Pre($grpc.ServiceCall call, $async.Future<$1.ToMatchRegusterListRequest> request) async {
  522. return toMatchRegusterList(call, await request);
  523. }
  524. $async.Future<$0.DefaultReply> matchChackInsDel_Pre($grpc.ServiceCall call, $async.Future<$0.IdRequest> request) async {
  525. return matchChackInsDel(call, await request);
  526. }
  527. $async.Future<$1.ToCourseListReply> toCourseSelectList_Pre($grpc.ServiceCall call, $async.Future<$0.IdRequest> request) async {
  528. return toCourseSelectList(call, await request);
  529. }
  530. $async.Future<$0.DefaultReply> toCourseChackMatch_Pre($grpc.ServiceCall call, $async.Future<$1.ToCourseChackMatchRequest> request) async {
  531. return toCourseChackMatch(call, await request);
  532. }
  533. $async.Future<$0.DefaultReply> matchChackInsStart_Pre($grpc.ServiceCall call, $async.Future<$0.IdRequest> request) async {
  534. return matchChackInsStart(call, await request);
  535. }
  536. $async.Future<$0.DefaultReply> matchChackInsForceFinish_Pre($grpc.ServiceCall call, $async.Future<$0.IdRequest> request) async {
  537. return matchChackInsForceFinish(call, await request);
  538. }
  539. $async.Future<$0.DefaultReply> matchChackInsForceResume_Pre($grpc.ServiceCall call, $async.Future<$0.IdRequest> request) async {
  540. return matchChackInsForceResume(call, await request);
  541. }
  542. $async.Future<$0.DefaultReply> allCourseChackMatch_Pre($grpc.ServiceCall call, $async.Future<$0.IdArrRequest> request) async {
  543. return allCourseChackMatch(call, await request);
  544. }
  545. $async.Future<$0.DefaultReply> allMatchChackInsStart_Pre($grpc.ServiceCall call, $async.Future<$0.IdArrRequest> request) async {
  546. return allMatchChackInsStart(call, await request);
  547. }
  548. $async.Future<$0.DefaultReply> allMatchChackInsForceResume_Pre($grpc.ServiceCall call, $async.Future<$0.IdArrRequest> request) async {
  549. return allMatchChackInsForceResume(call, await request);
  550. }
  551. $async.Future<$0.DefaultReply> allMatchChackInsDel_Pre($grpc.ServiceCall call, $async.Future<$0.IdArrRequest> request) async {
  552. return allMatchChackInsDel(call, await request);
  553. }
  554. $async.Future<$1.ToCooperationQueryReply> toCooperationQuery_Pre($grpc.ServiceCall call, $async.Future<$0.DefaultRequest> request) async {
  555. return toCooperationQuery(call, await request);
  556. }
  557. $async.Future<$0.DefaultReply> toSendCodeToPhoneV2($grpc.ServiceCall call, $0.ToSendCodeToPhoneRequestV2 request);
  558. $async.Future<$0.GetSmsSendLeftTimeReply> toGetSmsSendLeftTimeV2($grpc.ServiceCall call, $0.GetSmsSendLeftTimeRequest request);
  559. $async.Future<$0.SignInReply> toSignInV2($grpc.ServiceCall call, $0.ToSignInRequestV2 request);
  560. $async.Future<$0.DefaultReply> toSignOutV2($grpc.ServiceCall call, $0.DefaultRequest request);
  561. $async.Future<$0.GetServerTimeRp> toGetServerTime($grpc.ServiceCall call, $0.DefaultRequest request);
  562. $async.Future<$0.ToGetUpdateVersionReply> toGetUpdateVersion($grpc.ServiceCall call, $0.ToGetUpdateVersionRequest request);
  563. $async.Future<$0.ToMapListReplyV2> toMapListV2($grpc.ServiceCall call, $0.MapListRequestV2 request);
  564. $async.Future<$0.ToMapInfoV2> toMapDetailV2($grpc.ServiceCall call, $0.IdRequest request);
  565. $async.Stream<$0.BinaryPartV2> toGetBinaryByMd5($grpc.ServiceCall call, $0.ToGetBinaryByMd5Request request);
  566. $async.Future<$0.ToUserDetailQueryReplyV2> toUserDetailQueryV2($grpc.ServiceCall call, $0.ToUserDetailQueryRequestV2 request);
  567. $async.Future<$0.ToActionBasicInfo> toActionBasicQuery($grpc.ServiceCall call, $0.IdRequest request);
  568. $async.Future<$0.ToUserInActionBasicInfo> toUserInActionBasicQuery($grpc.ServiceCall call, $0.ToUserInActionBasicQueryRequest request);
  569. $async.Future<$0.ToHisUserListQueryReply> toHistoryUserListQuery($grpc.ServiceCall call, $0.IdRequest request);
  570. $async.Future<$0.GameDetailV2Reply> toHistoryGameDetail($grpc.ServiceCall call, $0.IdRequest request);
  571. $async.Future<$0.ToGameRankingReply> toGameRanking($grpc.ServiceCall call, $0.ToGameRankingRequest request);
  572. $async.Future<$1.ToActivityListReply> toActivitySelectList($grpc.ServiceCall call, $0.IdRequest request);
  573. $async.Future<$0.DefaultReply> toMatchRegusterAdd($grpc.ServiceCall call, $1.ToMatchRegusterAddRequest request);
  574. $async.Future<$0.DefaultReply> toMatchRegusterEdit($grpc.ServiceCall call, $1.ToMatchRegusterEditRequest request);
  575. $async.Future<$0.DefaultReply> toMatchRegusterDel($grpc.ServiceCall call, $0.IdRequest request);
  576. $async.Future<$1.ToMatchRegusterListReply> toMatchRegusterList($grpc.ServiceCall call, $1.ToMatchRegusterListRequest request);
  577. $async.Future<$0.DefaultReply> matchChackInsDel($grpc.ServiceCall call, $0.IdRequest request);
  578. $async.Future<$1.ToCourseListReply> toCourseSelectList($grpc.ServiceCall call, $0.IdRequest request);
  579. $async.Future<$0.DefaultReply> toCourseChackMatch($grpc.ServiceCall call, $1.ToCourseChackMatchRequest request);
  580. $async.Future<$0.DefaultReply> matchChackInsStart($grpc.ServiceCall call, $0.IdRequest request);
  581. $async.Future<$0.DefaultReply> matchChackInsForceFinish($grpc.ServiceCall call, $0.IdRequest request);
  582. $async.Future<$0.DefaultReply> matchChackInsForceResume($grpc.ServiceCall call, $0.IdRequest request);
  583. $async.Future<$0.DefaultReply> allCourseChackMatch($grpc.ServiceCall call, $0.IdArrRequest request);
  584. $async.Future<$0.DefaultReply> allMatchChackInsStart($grpc.ServiceCall call, $0.IdArrRequest request);
  585. $async.Future<$0.DefaultReply> allMatchChackInsForceResume($grpc.ServiceCall call, $0.IdArrRequest request);
  586. $async.Future<$0.DefaultReply> allMatchChackInsDel($grpc.ServiceCall call, $0.IdArrRequest request);
  587. $async.Future<$1.ToCooperationQueryReply> toCooperationQuery($grpc.ServiceCall call, $0.DefaultRequest request);
  588. }