track_offical.pbgrpc.dart 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460
  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. ApiToClient($grpc.ClientChannel channel,
  104. {$grpc.CallOptions? options,
  105. $core.Iterable<$grpc.ClientInterceptor>? interceptors})
  106. : super(channel, options: options,
  107. interceptors: interceptors);
  108. $grpc.ResponseFuture<$0.DefaultReply> toSendCodeToPhoneV2($0.ToSendCodeToPhoneRequestV2 request, {$grpc.CallOptions? options}) {
  109. return $createUnaryCall(_$toSendCodeToPhoneV2, request, options: options);
  110. }
  111. $grpc.ResponseFuture<$0.GetSmsSendLeftTimeReply> toGetSmsSendLeftTimeV2($0.GetSmsSendLeftTimeRequest request, {$grpc.CallOptions? options}) {
  112. return $createUnaryCall(_$toGetSmsSendLeftTimeV2, request, options: options);
  113. }
  114. $grpc.ResponseFuture<$0.SignInReply> toSignInV2($0.ToSignInRequestV2 request, {$grpc.CallOptions? options}) {
  115. return $createUnaryCall(_$toSignInV2, request, options: options);
  116. }
  117. $grpc.ResponseFuture<$0.DefaultReply> toSignOutV2($0.DefaultRequest request, {$grpc.CallOptions? options}) {
  118. return $createUnaryCall(_$toSignOutV2, request, options: options);
  119. }
  120. $grpc.ResponseFuture<$0.GetServerTimeRp> toGetServerTime($0.DefaultRequest request, {$grpc.CallOptions? options}) {
  121. return $createUnaryCall(_$toGetServerTime, request, options: options);
  122. }
  123. $grpc.ResponseFuture<$0.ToGetUpdateVersionReply> toGetUpdateVersion($0.ToGetUpdateVersionRequest request, {$grpc.CallOptions? options}) {
  124. return $createUnaryCall(_$toGetUpdateVersion, request, options: options);
  125. }
  126. $grpc.ResponseFuture<$0.ToMapListReplyV2> toMapListV2($0.MapListRequestV2 request, {$grpc.CallOptions? options}) {
  127. return $createUnaryCall(_$toMapListV2, request, options: options);
  128. }
  129. $grpc.ResponseFuture<$0.ToMapInfoV2> toMapDetailV2($0.IdRequest request, {$grpc.CallOptions? options}) {
  130. return $createUnaryCall(_$toMapDetailV2, request, options: options);
  131. }
  132. $grpc.ResponseStream<$0.BinaryPartV2> toGetBinaryByMd5($0.ToGetBinaryByMd5Request request, {$grpc.CallOptions? options}) {
  133. return $createStreamingCall(_$toGetBinaryByMd5, $async.Stream.fromIterable([request]), options: options);
  134. }
  135. $grpc.ResponseFuture<$0.ToUserDetailQueryReplyV2> toUserDetailQueryV2($0.ToUserDetailQueryRequestV2 request, {$grpc.CallOptions? options}) {
  136. return $createUnaryCall(_$toUserDetailQueryV2, request, options: options);
  137. }
  138. $grpc.ResponseFuture<$0.ToActionBasicInfo> toActionBasicQuery($0.IdRequest request, {$grpc.CallOptions? options}) {
  139. return $createUnaryCall(_$toActionBasicQuery, request, options: options);
  140. }
  141. $grpc.ResponseFuture<$0.ToUserInActionBasicInfo> toUserInActionBasicQuery($0.ToUserInActionBasicQueryRequest request, {$grpc.CallOptions? options}) {
  142. return $createUnaryCall(_$toUserInActionBasicQuery, request, options: options);
  143. }
  144. $grpc.ResponseFuture<$0.ToHisUserListQueryReply> toHistoryUserListQuery($0.IdRequest request, {$grpc.CallOptions? options}) {
  145. return $createUnaryCall(_$toHistoryUserListQuery, request, options: options);
  146. }
  147. $grpc.ResponseFuture<$0.GameDetailV2Reply> toHistoryGameDetail($0.IdRequest request, {$grpc.CallOptions? options}) {
  148. return $createUnaryCall(_$toHistoryGameDetail, request, options: options);
  149. }
  150. $grpc.ResponseFuture<$0.ToGameRankingReply> toGameRanking($0.ToGameRankingRequest request, {$grpc.CallOptions? options}) {
  151. return $createUnaryCall(_$toGameRanking, request, options: options);
  152. }
  153. $grpc.ResponseFuture<$1.ToActivityListReply> toActivitySelectList($0.IdRequest request, {$grpc.CallOptions? options}) {
  154. return $createUnaryCall(_$toActivitySelectList, request, options: options);
  155. }
  156. $grpc.ResponseFuture<$0.DefaultReply> toMatchRegusterAdd($1.ToMatchRegusterAddRequest request, {$grpc.CallOptions? options}) {
  157. return $createUnaryCall(_$toMatchRegusterAdd, request, options: options);
  158. }
  159. $grpc.ResponseFuture<$0.DefaultReply> toMatchRegusterEdit($1.ToMatchRegusterEditRequest request, {$grpc.CallOptions? options}) {
  160. return $createUnaryCall(_$toMatchRegusterEdit, request, options: options);
  161. }
  162. $grpc.ResponseFuture<$0.DefaultReply> toMatchRegusterDel($0.IdRequest request, {$grpc.CallOptions? options}) {
  163. return $createUnaryCall(_$toMatchRegusterDel, request, options: options);
  164. }
  165. $grpc.ResponseFuture<$1.ToMatchRegusterListReply> toMatchRegusterList($1.ToMatchRegusterListRequest request, {$grpc.CallOptions? options}) {
  166. return $createUnaryCall(_$toMatchRegusterList, request, options: options);
  167. }
  168. $grpc.ResponseFuture<$0.DefaultReply> matchChackInsDel($0.IdRequest request, {$grpc.CallOptions? options}) {
  169. return $createUnaryCall(_$matchChackInsDel, request, options: options);
  170. }
  171. }
  172. @$pb.GrpcServiceName('to.v1.ApiTo')
  173. abstract class ApiToServiceBase extends $grpc.Service {
  174. $core.String get $name => 'to.v1.ApiTo';
  175. ApiToServiceBase() {
  176. $addMethod($grpc.ServiceMethod<$0.ToSendCodeToPhoneRequestV2, $0.DefaultReply>(
  177. 'ToSendCodeToPhoneV2',
  178. toSendCodeToPhoneV2_Pre,
  179. false,
  180. false,
  181. ($core.List<$core.int> value) => $0.ToSendCodeToPhoneRequestV2.fromBuffer(value),
  182. ($0.DefaultReply value) => value.writeToBuffer()));
  183. $addMethod($grpc.ServiceMethod<$0.GetSmsSendLeftTimeRequest, $0.GetSmsSendLeftTimeReply>(
  184. 'ToGetSmsSendLeftTimeV2',
  185. toGetSmsSendLeftTimeV2_Pre,
  186. false,
  187. false,
  188. ($core.List<$core.int> value) => $0.GetSmsSendLeftTimeRequest.fromBuffer(value),
  189. ($0.GetSmsSendLeftTimeReply value) => value.writeToBuffer()));
  190. $addMethod($grpc.ServiceMethod<$0.ToSignInRequestV2, $0.SignInReply>(
  191. 'ToSignInV2',
  192. toSignInV2_Pre,
  193. false,
  194. false,
  195. ($core.List<$core.int> value) => $0.ToSignInRequestV2.fromBuffer(value),
  196. ($0.SignInReply value) => value.writeToBuffer()));
  197. $addMethod($grpc.ServiceMethod<$0.DefaultRequest, $0.DefaultReply>(
  198. 'ToSignOutV2',
  199. toSignOutV2_Pre,
  200. false,
  201. false,
  202. ($core.List<$core.int> value) => $0.DefaultRequest.fromBuffer(value),
  203. ($0.DefaultReply value) => value.writeToBuffer()));
  204. $addMethod($grpc.ServiceMethod<$0.DefaultRequest, $0.GetServerTimeRp>(
  205. 'ToGetServerTime',
  206. toGetServerTime_Pre,
  207. false,
  208. false,
  209. ($core.List<$core.int> value) => $0.DefaultRequest.fromBuffer(value),
  210. ($0.GetServerTimeRp value) => value.writeToBuffer()));
  211. $addMethod($grpc.ServiceMethod<$0.ToGetUpdateVersionRequest, $0.ToGetUpdateVersionReply>(
  212. 'ToGetUpdateVersion',
  213. toGetUpdateVersion_Pre,
  214. false,
  215. false,
  216. ($core.List<$core.int> value) => $0.ToGetUpdateVersionRequest.fromBuffer(value),
  217. ($0.ToGetUpdateVersionReply value) => value.writeToBuffer()));
  218. $addMethod($grpc.ServiceMethod<$0.MapListRequestV2, $0.ToMapListReplyV2>(
  219. 'ToMapListV2',
  220. toMapListV2_Pre,
  221. false,
  222. false,
  223. ($core.List<$core.int> value) => $0.MapListRequestV2.fromBuffer(value),
  224. ($0.ToMapListReplyV2 value) => value.writeToBuffer()));
  225. $addMethod($grpc.ServiceMethod<$0.IdRequest, $0.ToMapInfoV2>(
  226. 'ToMapDetailV2',
  227. toMapDetailV2_Pre,
  228. false,
  229. false,
  230. ($core.List<$core.int> value) => $0.IdRequest.fromBuffer(value),
  231. ($0.ToMapInfoV2 value) => value.writeToBuffer()));
  232. $addMethod($grpc.ServiceMethod<$0.ToGetBinaryByMd5Request, $0.BinaryPartV2>(
  233. 'ToGetBinaryByMd5',
  234. toGetBinaryByMd5_Pre,
  235. false,
  236. true,
  237. ($core.List<$core.int> value) => $0.ToGetBinaryByMd5Request.fromBuffer(value),
  238. ($0.BinaryPartV2 value) => value.writeToBuffer()));
  239. $addMethod($grpc.ServiceMethod<$0.ToUserDetailQueryRequestV2, $0.ToUserDetailQueryReplyV2>(
  240. 'ToUserDetailQueryV2',
  241. toUserDetailQueryV2_Pre,
  242. false,
  243. false,
  244. ($core.List<$core.int> value) => $0.ToUserDetailQueryRequestV2.fromBuffer(value),
  245. ($0.ToUserDetailQueryReplyV2 value) => value.writeToBuffer()));
  246. $addMethod($grpc.ServiceMethod<$0.IdRequest, $0.ToActionBasicInfo>(
  247. 'ToActionBasicQuery',
  248. toActionBasicQuery_Pre,
  249. false,
  250. false,
  251. ($core.List<$core.int> value) => $0.IdRequest.fromBuffer(value),
  252. ($0.ToActionBasicInfo value) => value.writeToBuffer()));
  253. $addMethod($grpc.ServiceMethod<$0.ToUserInActionBasicQueryRequest, $0.ToUserInActionBasicInfo>(
  254. 'ToUserInActionBasicQuery',
  255. toUserInActionBasicQuery_Pre,
  256. false,
  257. false,
  258. ($core.List<$core.int> value) => $0.ToUserInActionBasicQueryRequest.fromBuffer(value),
  259. ($0.ToUserInActionBasicInfo value) => value.writeToBuffer()));
  260. $addMethod($grpc.ServiceMethod<$0.IdRequest, $0.ToHisUserListQueryReply>(
  261. 'ToHistoryUserListQuery',
  262. toHistoryUserListQuery_Pre,
  263. false,
  264. false,
  265. ($core.List<$core.int> value) => $0.IdRequest.fromBuffer(value),
  266. ($0.ToHisUserListQueryReply value) => value.writeToBuffer()));
  267. $addMethod($grpc.ServiceMethod<$0.IdRequest, $0.GameDetailV2Reply>(
  268. 'ToHistoryGameDetail',
  269. toHistoryGameDetail_Pre,
  270. false,
  271. false,
  272. ($core.List<$core.int> value) => $0.IdRequest.fromBuffer(value),
  273. ($0.GameDetailV2Reply value) => value.writeToBuffer()));
  274. $addMethod($grpc.ServiceMethod<$0.ToGameRankingRequest, $0.ToGameRankingReply>(
  275. 'ToGameRanking',
  276. toGameRanking_Pre,
  277. false,
  278. false,
  279. ($core.List<$core.int> value) => $0.ToGameRankingRequest.fromBuffer(value),
  280. ($0.ToGameRankingReply value) => value.writeToBuffer()));
  281. $addMethod($grpc.ServiceMethod<$0.IdRequest, $1.ToActivityListReply>(
  282. 'ToActivitySelectList',
  283. toActivitySelectList_Pre,
  284. false,
  285. false,
  286. ($core.List<$core.int> value) => $0.IdRequest.fromBuffer(value),
  287. ($1.ToActivityListReply value) => value.writeToBuffer()));
  288. $addMethod($grpc.ServiceMethod<$1.ToMatchRegusterAddRequest, $0.DefaultReply>(
  289. 'ToMatchRegusterAdd',
  290. toMatchRegusterAdd_Pre,
  291. false,
  292. false,
  293. ($core.List<$core.int> value) => $1.ToMatchRegusterAddRequest.fromBuffer(value),
  294. ($0.DefaultReply value) => value.writeToBuffer()));
  295. $addMethod($grpc.ServiceMethod<$1.ToMatchRegusterEditRequest, $0.DefaultReply>(
  296. 'ToMatchRegusterEdit',
  297. toMatchRegusterEdit_Pre,
  298. false,
  299. false,
  300. ($core.List<$core.int> value) => $1.ToMatchRegusterEditRequest.fromBuffer(value),
  301. ($0.DefaultReply value) => value.writeToBuffer()));
  302. $addMethod($grpc.ServiceMethod<$0.IdRequest, $0.DefaultReply>(
  303. 'ToMatchRegusterDel',
  304. toMatchRegusterDel_Pre,
  305. false,
  306. false,
  307. ($core.List<$core.int> value) => $0.IdRequest.fromBuffer(value),
  308. ($0.DefaultReply value) => value.writeToBuffer()));
  309. $addMethod($grpc.ServiceMethod<$1.ToMatchRegusterListRequest, $1.ToMatchRegusterListReply>(
  310. 'ToMatchRegusterList',
  311. toMatchRegusterList_Pre,
  312. false,
  313. false,
  314. ($core.List<$core.int> value) => $1.ToMatchRegusterListRequest.fromBuffer(value),
  315. ($1.ToMatchRegusterListReply value) => value.writeToBuffer()));
  316. $addMethod($grpc.ServiceMethod<$0.IdRequest, $0.DefaultReply>(
  317. 'MatchChackInsDel',
  318. matchChackInsDel_Pre,
  319. false,
  320. false,
  321. ($core.List<$core.int> value) => $0.IdRequest.fromBuffer(value),
  322. ($0.DefaultReply value) => value.writeToBuffer()));
  323. }
  324. $async.Future<$0.DefaultReply> toSendCodeToPhoneV2_Pre($grpc.ServiceCall call, $async.Future<$0.ToSendCodeToPhoneRequestV2> request) async {
  325. return toSendCodeToPhoneV2(call, await request);
  326. }
  327. $async.Future<$0.GetSmsSendLeftTimeReply> toGetSmsSendLeftTimeV2_Pre($grpc.ServiceCall call, $async.Future<$0.GetSmsSendLeftTimeRequest> request) async {
  328. return toGetSmsSendLeftTimeV2(call, await request);
  329. }
  330. $async.Future<$0.SignInReply> toSignInV2_Pre($grpc.ServiceCall call, $async.Future<$0.ToSignInRequestV2> request) async {
  331. return toSignInV2(call, await request);
  332. }
  333. $async.Future<$0.DefaultReply> toSignOutV2_Pre($grpc.ServiceCall call, $async.Future<$0.DefaultRequest> request) async {
  334. return toSignOutV2(call, await request);
  335. }
  336. $async.Future<$0.GetServerTimeRp> toGetServerTime_Pre($grpc.ServiceCall call, $async.Future<$0.DefaultRequest> request) async {
  337. return toGetServerTime(call, await request);
  338. }
  339. $async.Future<$0.ToGetUpdateVersionReply> toGetUpdateVersion_Pre($grpc.ServiceCall call, $async.Future<$0.ToGetUpdateVersionRequest> request) async {
  340. return toGetUpdateVersion(call, await request);
  341. }
  342. $async.Future<$0.ToMapListReplyV2> toMapListV2_Pre($grpc.ServiceCall call, $async.Future<$0.MapListRequestV2> request) async {
  343. return toMapListV2(call, await request);
  344. }
  345. $async.Future<$0.ToMapInfoV2> toMapDetailV2_Pre($grpc.ServiceCall call, $async.Future<$0.IdRequest> request) async {
  346. return toMapDetailV2(call, await request);
  347. }
  348. $async.Stream<$0.BinaryPartV2> toGetBinaryByMd5_Pre($grpc.ServiceCall call, $async.Future<$0.ToGetBinaryByMd5Request> request) async* {
  349. yield* toGetBinaryByMd5(call, await request);
  350. }
  351. $async.Future<$0.ToUserDetailQueryReplyV2> toUserDetailQueryV2_Pre($grpc.ServiceCall call, $async.Future<$0.ToUserDetailQueryRequestV2> request) async {
  352. return toUserDetailQueryV2(call, await request);
  353. }
  354. $async.Future<$0.ToActionBasicInfo> toActionBasicQuery_Pre($grpc.ServiceCall call, $async.Future<$0.IdRequest> request) async {
  355. return toActionBasicQuery(call, await request);
  356. }
  357. $async.Future<$0.ToUserInActionBasicInfo> toUserInActionBasicQuery_Pre($grpc.ServiceCall call, $async.Future<$0.ToUserInActionBasicQueryRequest> request) async {
  358. return toUserInActionBasicQuery(call, await request);
  359. }
  360. $async.Future<$0.ToHisUserListQueryReply> toHistoryUserListQuery_Pre($grpc.ServiceCall call, $async.Future<$0.IdRequest> request) async {
  361. return toHistoryUserListQuery(call, await request);
  362. }
  363. $async.Future<$0.GameDetailV2Reply> toHistoryGameDetail_Pre($grpc.ServiceCall call, $async.Future<$0.IdRequest> request) async {
  364. return toHistoryGameDetail(call, await request);
  365. }
  366. $async.Future<$0.ToGameRankingReply> toGameRanking_Pre($grpc.ServiceCall call, $async.Future<$0.ToGameRankingRequest> request) async {
  367. return toGameRanking(call, await request);
  368. }
  369. $async.Future<$1.ToActivityListReply> toActivitySelectList_Pre($grpc.ServiceCall call, $async.Future<$0.IdRequest> request) async {
  370. return toActivitySelectList(call, await request);
  371. }
  372. $async.Future<$0.DefaultReply> toMatchRegusterAdd_Pre($grpc.ServiceCall call, $async.Future<$1.ToMatchRegusterAddRequest> request) async {
  373. return toMatchRegusterAdd(call, await request);
  374. }
  375. $async.Future<$0.DefaultReply> toMatchRegusterEdit_Pre($grpc.ServiceCall call, $async.Future<$1.ToMatchRegusterEditRequest> request) async {
  376. return toMatchRegusterEdit(call, await request);
  377. }
  378. $async.Future<$0.DefaultReply> toMatchRegusterDel_Pre($grpc.ServiceCall call, $async.Future<$0.IdRequest> request) async {
  379. return toMatchRegusterDel(call, await request);
  380. }
  381. $async.Future<$1.ToMatchRegusterListReply> toMatchRegusterList_Pre($grpc.ServiceCall call, $async.Future<$1.ToMatchRegusterListRequest> request) async {
  382. return toMatchRegusterList(call, await request);
  383. }
  384. $async.Future<$0.DefaultReply> matchChackInsDel_Pre($grpc.ServiceCall call, $async.Future<$0.IdRequest> request) async {
  385. return matchChackInsDel(call, await request);
  386. }
  387. $async.Future<$0.DefaultReply> toSendCodeToPhoneV2($grpc.ServiceCall call, $0.ToSendCodeToPhoneRequestV2 request);
  388. $async.Future<$0.GetSmsSendLeftTimeReply> toGetSmsSendLeftTimeV2($grpc.ServiceCall call, $0.GetSmsSendLeftTimeRequest request);
  389. $async.Future<$0.SignInReply> toSignInV2($grpc.ServiceCall call, $0.ToSignInRequestV2 request);
  390. $async.Future<$0.DefaultReply> toSignOutV2($grpc.ServiceCall call, $0.DefaultRequest request);
  391. $async.Future<$0.GetServerTimeRp> toGetServerTime($grpc.ServiceCall call, $0.DefaultRequest request);
  392. $async.Future<$0.ToGetUpdateVersionReply> toGetUpdateVersion($grpc.ServiceCall call, $0.ToGetUpdateVersionRequest request);
  393. $async.Future<$0.ToMapListReplyV2> toMapListV2($grpc.ServiceCall call, $0.MapListRequestV2 request);
  394. $async.Future<$0.ToMapInfoV2> toMapDetailV2($grpc.ServiceCall call, $0.IdRequest request);
  395. $async.Stream<$0.BinaryPartV2> toGetBinaryByMd5($grpc.ServiceCall call, $0.ToGetBinaryByMd5Request request);
  396. $async.Future<$0.ToUserDetailQueryReplyV2> toUserDetailQueryV2($grpc.ServiceCall call, $0.ToUserDetailQueryRequestV2 request);
  397. $async.Future<$0.ToActionBasicInfo> toActionBasicQuery($grpc.ServiceCall call, $0.IdRequest request);
  398. $async.Future<$0.ToUserInActionBasicInfo> toUserInActionBasicQuery($grpc.ServiceCall call, $0.ToUserInActionBasicQueryRequest request);
  399. $async.Future<$0.ToHisUserListQueryReply> toHistoryUserListQuery($grpc.ServiceCall call, $0.IdRequest request);
  400. $async.Future<$0.GameDetailV2Reply> toHistoryGameDetail($grpc.ServiceCall call, $0.IdRequest request);
  401. $async.Future<$0.ToGameRankingReply> toGameRanking($grpc.ServiceCall call, $0.ToGameRankingRequest request);
  402. $async.Future<$1.ToActivityListReply> toActivitySelectList($grpc.ServiceCall call, $0.IdRequest request);
  403. $async.Future<$0.DefaultReply> toMatchRegusterAdd($grpc.ServiceCall call, $1.ToMatchRegusterAddRequest request);
  404. $async.Future<$0.DefaultReply> toMatchRegusterEdit($grpc.ServiceCall call, $1.ToMatchRegusterEditRequest request);
  405. $async.Future<$0.DefaultReply> toMatchRegusterDel($grpc.ServiceCall call, $0.IdRequest request);
  406. $async.Future<$1.ToMatchRegusterListReply> toMatchRegusterList($grpc.ServiceCall call, $1.ToMatchRegusterListRequest request);
  407. $async.Future<$0.DefaultReply> matchChackInsDel($grpc.ServiceCall call, $0.IdRequest request);
  408. }