| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620 |
- //
- // Generated code. Do not modify.
- // source: track_offical.proto
- //
- // @dart = 2.12
- // ignore_for_file: annotate_overrides, camel_case_types, comment_references
- // ignore_for_file: constant_identifier_names, library_prefixes
- // ignore_for_file: non_constant_identifier_names, prefer_final_fields
- // ignore_for_file: unnecessary_import, unnecessary_this, unused_import
- import 'dart:async' as $async;
- import 'dart:core' as $core;
- import 'package:grpc/service_api.dart' as $grpc;
- import 'package:protobuf/protobuf.dart' as $pb;
- import 'base.pb.dart' as $0;
- import 'track_offical.pb.dart' as $1;
- export 'track_offical.pb.dart';
- @$pb.GrpcServiceName('to.v1.ApiTo')
- class ApiToClient extends $grpc.Client {
- static final _$toSendCodeToPhoneV2 = $grpc.ClientMethod<$0.ToSendCodeToPhoneRequestV2, $0.DefaultReply>(
- '/to.v1.ApiTo/ToSendCodeToPhoneV2',
- ($0.ToSendCodeToPhoneRequestV2 value) => value.writeToBuffer(),
- ($core.List<$core.int> value) => $0.DefaultReply.fromBuffer(value));
- static final _$toGetSmsSendLeftTimeV2 = $grpc.ClientMethod<$0.GetSmsSendLeftTimeRequest, $0.GetSmsSendLeftTimeReply>(
- '/to.v1.ApiTo/ToGetSmsSendLeftTimeV2',
- ($0.GetSmsSendLeftTimeRequest value) => value.writeToBuffer(),
- ($core.List<$core.int> value) => $0.GetSmsSendLeftTimeReply.fromBuffer(value));
- static final _$toSignInV2 = $grpc.ClientMethod<$0.ToSignInRequestV2, $0.SignInReply>(
- '/to.v1.ApiTo/ToSignInV2',
- ($0.ToSignInRequestV2 value) => value.writeToBuffer(),
- ($core.List<$core.int> value) => $0.SignInReply.fromBuffer(value));
- static final _$toSignOutV2 = $grpc.ClientMethod<$0.DefaultRequest, $0.DefaultReply>(
- '/to.v1.ApiTo/ToSignOutV2',
- ($0.DefaultRequest value) => value.writeToBuffer(),
- ($core.List<$core.int> value) => $0.DefaultReply.fromBuffer(value));
- static final _$toGetServerTime = $grpc.ClientMethod<$0.DefaultRequest, $0.GetServerTimeRp>(
- '/to.v1.ApiTo/ToGetServerTime',
- ($0.DefaultRequest value) => value.writeToBuffer(),
- ($core.List<$core.int> value) => $0.GetServerTimeRp.fromBuffer(value));
- static final _$toGetUpdateVersion = $grpc.ClientMethod<$0.ToGetUpdateVersionRequest, $0.ToGetUpdateVersionReply>(
- '/to.v1.ApiTo/ToGetUpdateVersion',
- ($0.ToGetUpdateVersionRequest value) => value.writeToBuffer(),
- ($core.List<$core.int> value) => $0.ToGetUpdateVersionReply.fromBuffer(value));
- static final _$toMapListV2 = $grpc.ClientMethod<$0.MapListRequestV2, $0.ToMapListReplyV2>(
- '/to.v1.ApiTo/ToMapListV2',
- ($0.MapListRequestV2 value) => value.writeToBuffer(),
- ($core.List<$core.int> value) => $0.ToMapListReplyV2.fromBuffer(value));
- static final _$toMapDetailV2 = $grpc.ClientMethod<$0.IdRequest, $0.ToMapInfoV2>(
- '/to.v1.ApiTo/ToMapDetailV2',
- ($0.IdRequest value) => value.writeToBuffer(),
- ($core.List<$core.int> value) => $0.ToMapInfoV2.fromBuffer(value));
- static final _$toGetBinaryByMd5 = $grpc.ClientMethod<$0.ToGetBinaryByMd5Request, $0.BinaryPartV2>(
- '/to.v1.ApiTo/ToGetBinaryByMd5',
- ($0.ToGetBinaryByMd5Request value) => value.writeToBuffer(),
- ($core.List<$core.int> value) => $0.BinaryPartV2.fromBuffer(value));
- static final _$toUserDetailQueryV2 = $grpc.ClientMethod<$0.ToUserDetailQueryRequestV2, $0.ToUserDetailQueryReplyV2>(
- '/to.v1.ApiTo/ToUserDetailQueryV2',
- ($0.ToUserDetailQueryRequestV2 value) => value.writeToBuffer(),
- ($core.List<$core.int> value) => $0.ToUserDetailQueryReplyV2.fromBuffer(value));
- static final _$toActionBasicQuery = $grpc.ClientMethod<$0.IdRequest, $0.ToActionBasicInfo>(
- '/to.v1.ApiTo/ToActionBasicQuery',
- ($0.IdRequest value) => value.writeToBuffer(),
- ($core.List<$core.int> value) => $0.ToActionBasicInfo.fromBuffer(value));
- static final _$toUserInActionBasicQuery = $grpc.ClientMethod<$0.ToUserInActionBasicQueryRequest, $0.ToUserInActionBasicInfo>(
- '/to.v1.ApiTo/ToUserInActionBasicQuery',
- ($0.ToUserInActionBasicQueryRequest value) => value.writeToBuffer(),
- ($core.List<$core.int> value) => $0.ToUserInActionBasicInfo.fromBuffer(value));
- static final _$toHistoryUserListQuery = $grpc.ClientMethod<$0.IdRequest, $0.ToHisUserListQueryReply>(
- '/to.v1.ApiTo/ToHistoryUserListQuery',
- ($0.IdRequest value) => value.writeToBuffer(),
- ($core.List<$core.int> value) => $0.ToHisUserListQueryReply.fromBuffer(value));
- static final _$toHistoryGameDetail = $grpc.ClientMethod<$0.IdRequest, $0.GameDetailV2Reply>(
- '/to.v1.ApiTo/ToHistoryGameDetail',
- ($0.IdRequest value) => value.writeToBuffer(),
- ($core.List<$core.int> value) => $0.GameDetailV2Reply.fromBuffer(value));
- static final _$toGameRanking = $grpc.ClientMethod<$0.ToGameRankingRequest, $0.ToGameRankingReply>(
- '/to.v1.ApiTo/ToGameRanking',
- ($0.ToGameRankingRequest value) => value.writeToBuffer(),
- ($core.List<$core.int> value) => $0.ToGameRankingReply.fromBuffer(value));
- static final _$toActivitySelectList = $grpc.ClientMethod<$0.IdRequest, $1.ToActivityListReply>(
- '/to.v1.ApiTo/ToActivitySelectList',
- ($0.IdRequest value) => value.writeToBuffer(),
- ($core.List<$core.int> value) => $1.ToActivityListReply.fromBuffer(value));
- static final _$toMatchRegusterAdd = $grpc.ClientMethod<$1.ToMatchRegusterAddRequest, $0.DefaultReply>(
- '/to.v1.ApiTo/ToMatchRegusterAdd',
- ($1.ToMatchRegusterAddRequest value) => value.writeToBuffer(),
- ($core.List<$core.int> value) => $0.DefaultReply.fromBuffer(value));
- static final _$toMatchRegusterEdit = $grpc.ClientMethod<$1.ToMatchRegusterEditRequest, $0.DefaultReply>(
- '/to.v1.ApiTo/ToMatchRegusterEdit',
- ($1.ToMatchRegusterEditRequest value) => value.writeToBuffer(),
- ($core.List<$core.int> value) => $0.DefaultReply.fromBuffer(value));
- static final _$toMatchRegusterDel = $grpc.ClientMethod<$0.IdRequest, $0.DefaultReply>(
- '/to.v1.ApiTo/ToMatchRegusterDel',
- ($0.IdRequest value) => value.writeToBuffer(),
- ($core.List<$core.int> value) => $0.DefaultReply.fromBuffer(value));
- static final _$toMatchRegusterList = $grpc.ClientMethod<$1.ToMatchRegusterListRequest, $1.ToMatchRegusterListReply>(
- '/to.v1.ApiTo/ToMatchRegusterList',
- ($1.ToMatchRegusterListRequest value) => value.writeToBuffer(),
- ($core.List<$core.int> value) => $1.ToMatchRegusterListReply.fromBuffer(value));
- static final _$matchChackInsDel = $grpc.ClientMethod<$0.IdRequest, $0.DefaultReply>(
- '/to.v1.ApiTo/MatchChackInsDel',
- ($0.IdRequest value) => value.writeToBuffer(),
- ($core.List<$core.int> value) => $0.DefaultReply.fromBuffer(value));
- static final _$toCourseSelectList = $grpc.ClientMethod<$0.IdRequest, $1.ToCourseListReply>(
- '/to.v1.ApiTo/ToCourseSelectList',
- ($0.IdRequest value) => value.writeToBuffer(),
- ($core.List<$core.int> value) => $1.ToCourseListReply.fromBuffer(value));
- static final _$toCourseChackMatch = $grpc.ClientMethod<$1.ToCourseChackMatchRequest, $0.DefaultReply>(
- '/to.v1.ApiTo/ToCourseChackMatch',
- ($1.ToCourseChackMatchRequest value) => value.writeToBuffer(),
- ($core.List<$core.int> value) => $0.DefaultReply.fromBuffer(value));
- static final _$matchChackInsStart = $grpc.ClientMethod<$0.IdRequest, $0.DefaultReply>(
- '/to.v1.ApiTo/MatchChackInsStart',
- ($0.IdRequest value) => value.writeToBuffer(),
- ($core.List<$core.int> value) => $0.DefaultReply.fromBuffer(value));
- static final _$matchChackInsForceFinish = $grpc.ClientMethod<$0.IdRequest, $0.DefaultReply>(
- '/to.v1.ApiTo/MatchChackInsForceFinish',
- ($0.IdRequest value) => value.writeToBuffer(),
- ($core.List<$core.int> value) => $0.DefaultReply.fromBuffer(value));
- static final _$matchChackInsForceResume = $grpc.ClientMethod<$0.IdRequest, $0.DefaultReply>(
- '/to.v1.ApiTo/MatchChackInsForceResume',
- ($0.IdRequest value) => value.writeToBuffer(),
- ($core.List<$core.int> value) => $0.DefaultReply.fromBuffer(value));
- static final _$allCourseChackMatch = $grpc.ClientMethod<$0.IdArrRequest, $0.DefaultReply>(
- '/to.v1.ApiTo/AllCourseChackMatch',
- ($0.IdArrRequest value) => value.writeToBuffer(),
- ($core.List<$core.int> value) => $0.DefaultReply.fromBuffer(value));
- static final _$allMatchChackInsStart = $grpc.ClientMethod<$0.IdArrRequest, $0.DefaultReply>(
- '/to.v1.ApiTo/AllMatchChackInsStart',
- ($0.IdArrRequest value) => value.writeToBuffer(),
- ($core.List<$core.int> value) => $0.DefaultReply.fromBuffer(value));
- static final _$allMatchChackInsForceResume = $grpc.ClientMethod<$0.IdArrRequest, $0.DefaultReply>(
- '/to.v1.ApiTo/AllMatchChackInsForceResume',
- ($0.IdArrRequest value) => value.writeToBuffer(),
- ($core.List<$core.int> value) => $0.DefaultReply.fromBuffer(value));
- ApiToClient($grpc.ClientChannel channel,
- {$grpc.CallOptions? options,
- $core.Iterable<$grpc.ClientInterceptor>? interceptors})
- : super(channel, options: options,
- interceptors: interceptors);
- $grpc.ResponseFuture<$0.DefaultReply> toSendCodeToPhoneV2($0.ToSendCodeToPhoneRequestV2 request, {$grpc.CallOptions? options}) {
- return $createUnaryCall(_$toSendCodeToPhoneV2, request, options: options);
- }
- $grpc.ResponseFuture<$0.GetSmsSendLeftTimeReply> toGetSmsSendLeftTimeV2($0.GetSmsSendLeftTimeRequest request, {$grpc.CallOptions? options}) {
- return $createUnaryCall(_$toGetSmsSendLeftTimeV2, request, options: options);
- }
- $grpc.ResponseFuture<$0.SignInReply> toSignInV2($0.ToSignInRequestV2 request, {$grpc.CallOptions? options}) {
- return $createUnaryCall(_$toSignInV2, request, options: options);
- }
- $grpc.ResponseFuture<$0.DefaultReply> toSignOutV2($0.DefaultRequest request, {$grpc.CallOptions? options}) {
- return $createUnaryCall(_$toSignOutV2, request, options: options);
- }
- $grpc.ResponseFuture<$0.GetServerTimeRp> toGetServerTime($0.DefaultRequest request, {$grpc.CallOptions? options}) {
- return $createUnaryCall(_$toGetServerTime, request, options: options);
- }
- $grpc.ResponseFuture<$0.ToGetUpdateVersionReply> toGetUpdateVersion($0.ToGetUpdateVersionRequest request, {$grpc.CallOptions? options}) {
- return $createUnaryCall(_$toGetUpdateVersion, request, options: options);
- }
- $grpc.ResponseFuture<$0.ToMapListReplyV2> toMapListV2($0.MapListRequestV2 request, {$grpc.CallOptions? options}) {
- return $createUnaryCall(_$toMapListV2, request, options: options);
- }
- $grpc.ResponseFuture<$0.ToMapInfoV2> toMapDetailV2($0.IdRequest request, {$grpc.CallOptions? options}) {
- return $createUnaryCall(_$toMapDetailV2, request, options: options);
- }
- $grpc.ResponseStream<$0.BinaryPartV2> toGetBinaryByMd5($0.ToGetBinaryByMd5Request request, {$grpc.CallOptions? options}) {
- return $createStreamingCall(_$toGetBinaryByMd5, $async.Stream.fromIterable([request]), options: options);
- }
- $grpc.ResponseFuture<$0.ToUserDetailQueryReplyV2> toUserDetailQueryV2($0.ToUserDetailQueryRequestV2 request, {$grpc.CallOptions? options}) {
- return $createUnaryCall(_$toUserDetailQueryV2, request, options: options);
- }
- $grpc.ResponseFuture<$0.ToActionBasicInfo> toActionBasicQuery($0.IdRequest request, {$grpc.CallOptions? options}) {
- return $createUnaryCall(_$toActionBasicQuery, request, options: options);
- }
- $grpc.ResponseFuture<$0.ToUserInActionBasicInfo> toUserInActionBasicQuery($0.ToUserInActionBasicQueryRequest request, {$grpc.CallOptions? options}) {
- return $createUnaryCall(_$toUserInActionBasicQuery, request, options: options);
- }
- $grpc.ResponseFuture<$0.ToHisUserListQueryReply> toHistoryUserListQuery($0.IdRequest request, {$grpc.CallOptions? options}) {
- return $createUnaryCall(_$toHistoryUserListQuery, request, options: options);
- }
- $grpc.ResponseFuture<$0.GameDetailV2Reply> toHistoryGameDetail($0.IdRequest request, {$grpc.CallOptions? options}) {
- return $createUnaryCall(_$toHistoryGameDetail, request, options: options);
- }
- $grpc.ResponseFuture<$0.ToGameRankingReply> toGameRanking($0.ToGameRankingRequest request, {$grpc.CallOptions? options}) {
- return $createUnaryCall(_$toGameRanking, request, options: options);
- }
- $grpc.ResponseFuture<$1.ToActivityListReply> toActivitySelectList($0.IdRequest request, {$grpc.CallOptions? options}) {
- return $createUnaryCall(_$toActivitySelectList, request, options: options);
- }
- $grpc.ResponseFuture<$0.DefaultReply> toMatchRegusterAdd($1.ToMatchRegusterAddRequest request, {$grpc.CallOptions? options}) {
- return $createUnaryCall(_$toMatchRegusterAdd, request, options: options);
- }
- $grpc.ResponseFuture<$0.DefaultReply> toMatchRegusterEdit($1.ToMatchRegusterEditRequest request, {$grpc.CallOptions? options}) {
- return $createUnaryCall(_$toMatchRegusterEdit, request, options: options);
- }
- $grpc.ResponseFuture<$0.DefaultReply> toMatchRegusterDel($0.IdRequest request, {$grpc.CallOptions? options}) {
- return $createUnaryCall(_$toMatchRegusterDel, request, options: options);
- }
- $grpc.ResponseFuture<$1.ToMatchRegusterListReply> toMatchRegusterList($1.ToMatchRegusterListRequest request, {$grpc.CallOptions? options}) {
- return $createUnaryCall(_$toMatchRegusterList, request, options: options);
- }
- $grpc.ResponseFuture<$0.DefaultReply> matchChackInsDel($0.IdRequest request, {$grpc.CallOptions? options}) {
- return $createUnaryCall(_$matchChackInsDel, request, options: options);
- }
- $grpc.ResponseFuture<$1.ToCourseListReply> toCourseSelectList($0.IdRequest request, {$grpc.CallOptions? options}) {
- return $createUnaryCall(_$toCourseSelectList, request, options: options);
- }
- $grpc.ResponseFuture<$0.DefaultReply> toCourseChackMatch($1.ToCourseChackMatchRequest request, {$grpc.CallOptions? options}) {
- return $createUnaryCall(_$toCourseChackMatch, request, options: options);
- }
- $grpc.ResponseFuture<$0.DefaultReply> matchChackInsStart($0.IdRequest request, {$grpc.CallOptions? options}) {
- return $createUnaryCall(_$matchChackInsStart, request, options: options);
- }
- $grpc.ResponseFuture<$0.DefaultReply> matchChackInsForceFinish($0.IdRequest request, {$grpc.CallOptions? options}) {
- return $createUnaryCall(_$matchChackInsForceFinish, request, options: options);
- }
- $grpc.ResponseFuture<$0.DefaultReply> matchChackInsForceResume($0.IdRequest request, {$grpc.CallOptions? options}) {
- return $createUnaryCall(_$matchChackInsForceResume, request, options: options);
- }
- $grpc.ResponseFuture<$0.DefaultReply> allCourseChackMatch($0.IdArrRequest request, {$grpc.CallOptions? options}) {
- return $createUnaryCall(_$allCourseChackMatch, request, options: options);
- }
- $grpc.ResponseFuture<$0.DefaultReply> allMatchChackInsStart($0.IdArrRequest request, {$grpc.CallOptions? options}) {
- return $createUnaryCall(_$allMatchChackInsStart, request, options: options);
- }
- $grpc.ResponseFuture<$0.DefaultReply> allMatchChackInsForceResume($0.IdArrRequest request, {$grpc.CallOptions? options}) {
- return $createUnaryCall(_$allMatchChackInsForceResume, request, options: options);
- }
- }
- @$pb.GrpcServiceName('to.v1.ApiTo')
- abstract class ApiToServiceBase extends $grpc.Service {
- $core.String get $name => 'to.v1.ApiTo';
- ApiToServiceBase() {
- $addMethod($grpc.ServiceMethod<$0.ToSendCodeToPhoneRequestV2, $0.DefaultReply>(
- 'ToSendCodeToPhoneV2',
- toSendCodeToPhoneV2_Pre,
- false,
- false,
- ($core.List<$core.int> value) => $0.ToSendCodeToPhoneRequestV2.fromBuffer(value),
- ($0.DefaultReply value) => value.writeToBuffer()));
- $addMethod($grpc.ServiceMethod<$0.GetSmsSendLeftTimeRequest, $0.GetSmsSendLeftTimeReply>(
- 'ToGetSmsSendLeftTimeV2',
- toGetSmsSendLeftTimeV2_Pre,
- false,
- false,
- ($core.List<$core.int> value) => $0.GetSmsSendLeftTimeRequest.fromBuffer(value),
- ($0.GetSmsSendLeftTimeReply value) => value.writeToBuffer()));
- $addMethod($grpc.ServiceMethod<$0.ToSignInRequestV2, $0.SignInReply>(
- 'ToSignInV2',
- toSignInV2_Pre,
- false,
- false,
- ($core.List<$core.int> value) => $0.ToSignInRequestV2.fromBuffer(value),
- ($0.SignInReply value) => value.writeToBuffer()));
- $addMethod($grpc.ServiceMethod<$0.DefaultRequest, $0.DefaultReply>(
- 'ToSignOutV2',
- toSignOutV2_Pre,
- false,
- false,
- ($core.List<$core.int> value) => $0.DefaultRequest.fromBuffer(value),
- ($0.DefaultReply value) => value.writeToBuffer()));
- $addMethod($grpc.ServiceMethod<$0.DefaultRequest, $0.GetServerTimeRp>(
- 'ToGetServerTime',
- toGetServerTime_Pre,
- false,
- false,
- ($core.List<$core.int> value) => $0.DefaultRequest.fromBuffer(value),
- ($0.GetServerTimeRp value) => value.writeToBuffer()));
- $addMethod($grpc.ServiceMethod<$0.ToGetUpdateVersionRequest, $0.ToGetUpdateVersionReply>(
- 'ToGetUpdateVersion',
- toGetUpdateVersion_Pre,
- false,
- false,
- ($core.List<$core.int> value) => $0.ToGetUpdateVersionRequest.fromBuffer(value),
- ($0.ToGetUpdateVersionReply value) => value.writeToBuffer()));
- $addMethod($grpc.ServiceMethod<$0.MapListRequestV2, $0.ToMapListReplyV2>(
- 'ToMapListV2',
- toMapListV2_Pre,
- false,
- false,
- ($core.List<$core.int> value) => $0.MapListRequestV2.fromBuffer(value),
- ($0.ToMapListReplyV2 value) => value.writeToBuffer()));
- $addMethod($grpc.ServiceMethod<$0.IdRequest, $0.ToMapInfoV2>(
- 'ToMapDetailV2',
- toMapDetailV2_Pre,
- false,
- false,
- ($core.List<$core.int> value) => $0.IdRequest.fromBuffer(value),
- ($0.ToMapInfoV2 value) => value.writeToBuffer()));
- $addMethod($grpc.ServiceMethod<$0.ToGetBinaryByMd5Request, $0.BinaryPartV2>(
- 'ToGetBinaryByMd5',
- toGetBinaryByMd5_Pre,
- false,
- true,
- ($core.List<$core.int> value) => $0.ToGetBinaryByMd5Request.fromBuffer(value),
- ($0.BinaryPartV2 value) => value.writeToBuffer()));
- $addMethod($grpc.ServiceMethod<$0.ToUserDetailQueryRequestV2, $0.ToUserDetailQueryReplyV2>(
- 'ToUserDetailQueryV2',
- toUserDetailQueryV2_Pre,
- false,
- false,
- ($core.List<$core.int> value) => $0.ToUserDetailQueryRequestV2.fromBuffer(value),
- ($0.ToUserDetailQueryReplyV2 value) => value.writeToBuffer()));
- $addMethod($grpc.ServiceMethod<$0.IdRequest, $0.ToActionBasicInfo>(
- 'ToActionBasicQuery',
- toActionBasicQuery_Pre,
- false,
- false,
- ($core.List<$core.int> value) => $0.IdRequest.fromBuffer(value),
- ($0.ToActionBasicInfo value) => value.writeToBuffer()));
- $addMethod($grpc.ServiceMethod<$0.ToUserInActionBasicQueryRequest, $0.ToUserInActionBasicInfo>(
- 'ToUserInActionBasicQuery',
- toUserInActionBasicQuery_Pre,
- false,
- false,
- ($core.List<$core.int> value) => $0.ToUserInActionBasicQueryRequest.fromBuffer(value),
- ($0.ToUserInActionBasicInfo value) => value.writeToBuffer()));
- $addMethod($grpc.ServiceMethod<$0.IdRequest, $0.ToHisUserListQueryReply>(
- 'ToHistoryUserListQuery',
- toHistoryUserListQuery_Pre,
- false,
- false,
- ($core.List<$core.int> value) => $0.IdRequest.fromBuffer(value),
- ($0.ToHisUserListQueryReply value) => value.writeToBuffer()));
- $addMethod($grpc.ServiceMethod<$0.IdRequest, $0.GameDetailV2Reply>(
- 'ToHistoryGameDetail',
- toHistoryGameDetail_Pre,
- false,
- false,
- ($core.List<$core.int> value) => $0.IdRequest.fromBuffer(value),
- ($0.GameDetailV2Reply value) => value.writeToBuffer()));
- $addMethod($grpc.ServiceMethod<$0.ToGameRankingRequest, $0.ToGameRankingReply>(
- 'ToGameRanking',
- toGameRanking_Pre,
- false,
- false,
- ($core.List<$core.int> value) => $0.ToGameRankingRequest.fromBuffer(value),
- ($0.ToGameRankingReply value) => value.writeToBuffer()));
- $addMethod($grpc.ServiceMethod<$0.IdRequest, $1.ToActivityListReply>(
- 'ToActivitySelectList',
- toActivitySelectList_Pre,
- false,
- false,
- ($core.List<$core.int> value) => $0.IdRequest.fromBuffer(value),
- ($1.ToActivityListReply value) => value.writeToBuffer()));
- $addMethod($grpc.ServiceMethod<$1.ToMatchRegusterAddRequest, $0.DefaultReply>(
- 'ToMatchRegusterAdd',
- toMatchRegusterAdd_Pre,
- false,
- false,
- ($core.List<$core.int> value) => $1.ToMatchRegusterAddRequest.fromBuffer(value),
- ($0.DefaultReply value) => value.writeToBuffer()));
- $addMethod($grpc.ServiceMethod<$1.ToMatchRegusterEditRequest, $0.DefaultReply>(
- 'ToMatchRegusterEdit',
- toMatchRegusterEdit_Pre,
- false,
- false,
- ($core.List<$core.int> value) => $1.ToMatchRegusterEditRequest.fromBuffer(value),
- ($0.DefaultReply value) => value.writeToBuffer()));
- $addMethod($grpc.ServiceMethod<$0.IdRequest, $0.DefaultReply>(
- 'ToMatchRegusterDel',
- toMatchRegusterDel_Pre,
- false,
- false,
- ($core.List<$core.int> value) => $0.IdRequest.fromBuffer(value),
- ($0.DefaultReply value) => value.writeToBuffer()));
- $addMethod($grpc.ServiceMethod<$1.ToMatchRegusterListRequest, $1.ToMatchRegusterListReply>(
- 'ToMatchRegusterList',
- toMatchRegusterList_Pre,
- false,
- false,
- ($core.List<$core.int> value) => $1.ToMatchRegusterListRequest.fromBuffer(value),
- ($1.ToMatchRegusterListReply value) => value.writeToBuffer()));
- $addMethod($grpc.ServiceMethod<$0.IdRequest, $0.DefaultReply>(
- 'MatchChackInsDel',
- matchChackInsDel_Pre,
- false,
- false,
- ($core.List<$core.int> value) => $0.IdRequest.fromBuffer(value),
- ($0.DefaultReply value) => value.writeToBuffer()));
- $addMethod($grpc.ServiceMethod<$0.IdRequest, $1.ToCourseListReply>(
- 'ToCourseSelectList',
- toCourseSelectList_Pre,
- false,
- false,
- ($core.List<$core.int> value) => $0.IdRequest.fromBuffer(value),
- ($1.ToCourseListReply value) => value.writeToBuffer()));
- $addMethod($grpc.ServiceMethod<$1.ToCourseChackMatchRequest, $0.DefaultReply>(
- 'ToCourseChackMatch',
- toCourseChackMatch_Pre,
- false,
- false,
- ($core.List<$core.int> value) => $1.ToCourseChackMatchRequest.fromBuffer(value),
- ($0.DefaultReply value) => value.writeToBuffer()));
- $addMethod($grpc.ServiceMethod<$0.IdRequest, $0.DefaultReply>(
- 'MatchChackInsStart',
- matchChackInsStart_Pre,
- false,
- false,
- ($core.List<$core.int> value) => $0.IdRequest.fromBuffer(value),
- ($0.DefaultReply value) => value.writeToBuffer()));
- $addMethod($grpc.ServiceMethod<$0.IdRequest, $0.DefaultReply>(
- 'MatchChackInsForceFinish',
- matchChackInsForceFinish_Pre,
- false,
- false,
- ($core.List<$core.int> value) => $0.IdRequest.fromBuffer(value),
- ($0.DefaultReply value) => value.writeToBuffer()));
- $addMethod($grpc.ServiceMethod<$0.IdRequest, $0.DefaultReply>(
- 'MatchChackInsForceResume',
- matchChackInsForceResume_Pre,
- false,
- false,
- ($core.List<$core.int> value) => $0.IdRequest.fromBuffer(value),
- ($0.DefaultReply value) => value.writeToBuffer()));
- $addMethod($grpc.ServiceMethod<$0.IdArrRequest, $0.DefaultReply>(
- 'AllCourseChackMatch',
- allCourseChackMatch_Pre,
- false,
- false,
- ($core.List<$core.int> value) => $0.IdArrRequest.fromBuffer(value),
- ($0.DefaultReply value) => value.writeToBuffer()));
- $addMethod($grpc.ServiceMethod<$0.IdArrRequest, $0.DefaultReply>(
- 'AllMatchChackInsStart',
- allMatchChackInsStart_Pre,
- false,
- false,
- ($core.List<$core.int> value) => $0.IdArrRequest.fromBuffer(value),
- ($0.DefaultReply value) => value.writeToBuffer()));
- $addMethod($grpc.ServiceMethod<$0.IdArrRequest, $0.DefaultReply>(
- 'AllMatchChackInsForceResume',
- allMatchChackInsForceResume_Pre,
- false,
- false,
- ($core.List<$core.int> value) => $0.IdArrRequest.fromBuffer(value),
- ($0.DefaultReply value) => value.writeToBuffer()));
- }
- $async.Future<$0.DefaultReply> toSendCodeToPhoneV2_Pre($grpc.ServiceCall call, $async.Future<$0.ToSendCodeToPhoneRequestV2> request) async {
- return toSendCodeToPhoneV2(call, await request);
- }
- $async.Future<$0.GetSmsSendLeftTimeReply> toGetSmsSendLeftTimeV2_Pre($grpc.ServiceCall call, $async.Future<$0.GetSmsSendLeftTimeRequest> request) async {
- return toGetSmsSendLeftTimeV2(call, await request);
- }
- $async.Future<$0.SignInReply> toSignInV2_Pre($grpc.ServiceCall call, $async.Future<$0.ToSignInRequestV2> request) async {
- return toSignInV2(call, await request);
- }
- $async.Future<$0.DefaultReply> toSignOutV2_Pre($grpc.ServiceCall call, $async.Future<$0.DefaultRequest> request) async {
- return toSignOutV2(call, await request);
- }
- $async.Future<$0.GetServerTimeRp> toGetServerTime_Pre($grpc.ServiceCall call, $async.Future<$0.DefaultRequest> request) async {
- return toGetServerTime(call, await request);
- }
- $async.Future<$0.ToGetUpdateVersionReply> toGetUpdateVersion_Pre($grpc.ServiceCall call, $async.Future<$0.ToGetUpdateVersionRequest> request) async {
- return toGetUpdateVersion(call, await request);
- }
- $async.Future<$0.ToMapListReplyV2> toMapListV2_Pre($grpc.ServiceCall call, $async.Future<$0.MapListRequestV2> request) async {
- return toMapListV2(call, await request);
- }
- $async.Future<$0.ToMapInfoV2> toMapDetailV2_Pre($grpc.ServiceCall call, $async.Future<$0.IdRequest> request) async {
- return toMapDetailV2(call, await request);
- }
- $async.Stream<$0.BinaryPartV2> toGetBinaryByMd5_Pre($grpc.ServiceCall call, $async.Future<$0.ToGetBinaryByMd5Request> request) async* {
- yield* toGetBinaryByMd5(call, await request);
- }
- $async.Future<$0.ToUserDetailQueryReplyV2> toUserDetailQueryV2_Pre($grpc.ServiceCall call, $async.Future<$0.ToUserDetailQueryRequestV2> request) async {
- return toUserDetailQueryV2(call, await request);
- }
- $async.Future<$0.ToActionBasicInfo> toActionBasicQuery_Pre($grpc.ServiceCall call, $async.Future<$0.IdRequest> request) async {
- return toActionBasicQuery(call, await request);
- }
- $async.Future<$0.ToUserInActionBasicInfo> toUserInActionBasicQuery_Pre($grpc.ServiceCall call, $async.Future<$0.ToUserInActionBasicQueryRequest> request) async {
- return toUserInActionBasicQuery(call, await request);
- }
- $async.Future<$0.ToHisUserListQueryReply> toHistoryUserListQuery_Pre($grpc.ServiceCall call, $async.Future<$0.IdRequest> request) async {
- return toHistoryUserListQuery(call, await request);
- }
- $async.Future<$0.GameDetailV2Reply> toHistoryGameDetail_Pre($grpc.ServiceCall call, $async.Future<$0.IdRequest> request) async {
- return toHistoryGameDetail(call, await request);
- }
- $async.Future<$0.ToGameRankingReply> toGameRanking_Pre($grpc.ServiceCall call, $async.Future<$0.ToGameRankingRequest> request) async {
- return toGameRanking(call, await request);
- }
- $async.Future<$1.ToActivityListReply> toActivitySelectList_Pre($grpc.ServiceCall call, $async.Future<$0.IdRequest> request) async {
- return toActivitySelectList(call, await request);
- }
- $async.Future<$0.DefaultReply> toMatchRegusterAdd_Pre($grpc.ServiceCall call, $async.Future<$1.ToMatchRegusterAddRequest> request) async {
- return toMatchRegusterAdd(call, await request);
- }
- $async.Future<$0.DefaultReply> toMatchRegusterEdit_Pre($grpc.ServiceCall call, $async.Future<$1.ToMatchRegusterEditRequest> request) async {
- return toMatchRegusterEdit(call, await request);
- }
- $async.Future<$0.DefaultReply> toMatchRegusterDel_Pre($grpc.ServiceCall call, $async.Future<$0.IdRequest> request) async {
- return toMatchRegusterDel(call, await request);
- }
- $async.Future<$1.ToMatchRegusterListReply> toMatchRegusterList_Pre($grpc.ServiceCall call, $async.Future<$1.ToMatchRegusterListRequest> request) async {
- return toMatchRegusterList(call, await request);
- }
- $async.Future<$0.DefaultReply> matchChackInsDel_Pre($grpc.ServiceCall call, $async.Future<$0.IdRequest> request) async {
- return matchChackInsDel(call, await request);
- }
- $async.Future<$1.ToCourseListReply> toCourseSelectList_Pre($grpc.ServiceCall call, $async.Future<$0.IdRequest> request) async {
- return toCourseSelectList(call, await request);
- }
- $async.Future<$0.DefaultReply> toCourseChackMatch_Pre($grpc.ServiceCall call, $async.Future<$1.ToCourseChackMatchRequest> request) async {
- return toCourseChackMatch(call, await request);
- }
- $async.Future<$0.DefaultReply> matchChackInsStart_Pre($grpc.ServiceCall call, $async.Future<$0.IdRequest> request) async {
- return matchChackInsStart(call, await request);
- }
- $async.Future<$0.DefaultReply> matchChackInsForceFinish_Pre($grpc.ServiceCall call, $async.Future<$0.IdRequest> request) async {
- return matchChackInsForceFinish(call, await request);
- }
- $async.Future<$0.DefaultReply> matchChackInsForceResume_Pre($grpc.ServiceCall call, $async.Future<$0.IdRequest> request) async {
- return matchChackInsForceResume(call, await request);
- }
- $async.Future<$0.DefaultReply> allCourseChackMatch_Pre($grpc.ServiceCall call, $async.Future<$0.IdArrRequest> request) async {
- return allCourseChackMatch(call, await request);
- }
- $async.Future<$0.DefaultReply> allMatchChackInsStart_Pre($grpc.ServiceCall call, $async.Future<$0.IdArrRequest> request) async {
- return allMatchChackInsStart(call, await request);
- }
- $async.Future<$0.DefaultReply> allMatchChackInsForceResume_Pre($grpc.ServiceCall call, $async.Future<$0.IdArrRequest> request) async {
- return allMatchChackInsForceResume(call, await request);
- }
- $async.Future<$0.DefaultReply> toSendCodeToPhoneV2($grpc.ServiceCall call, $0.ToSendCodeToPhoneRequestV2 request);
- $async.Future<$0.GetSmsSendLeftTimeReply> toGetSmsSendLeftTimeV2($grpc.ServiceCall call, $0.GetSmsSendLeftTimeRequest request);
- $async.Future<$0.SignInReply> toSignInV2($grpc.ServiceCall call, $0.ToSignInRequestV2 request);
- $async.Future<$0.DefaultReply> toSignOutV2($grpc.ServiceCall call, $0.DefaultRequest request);
- $async.Future<$0.GetServerTimeRp> toGetServerTime($grpc.ServiceCall call, $0.DefaultRequest request);
- $async.Future<$0.ToGetUpdateVersionReply> toGetUpdateVersion($grpc.ServiceCall call, $0.ToGetUpdateVersionRequest request);
- $async.Future<$0.ToMapListReplyV2> toMapListV2($grpc.ServiceCall call, $0.MapListRequestV2 request);
- $async.Future<$0.ToMapInfoV2> toMapDetailV2($grpc.ServiceCall call, $0.IdRequest request);
- $async.Stream<$0.BinaryPartV2> toGetBinaryByMd5($grpc.ServiceCall call, $0.ToGetBinaryByMd5Request request);
- $async.Future<$0.ToUserDetailQueryReplyV2> toUserDetailQueryV2($grpc.ServiceCall call, $0.ToUserDetailQueryRequestV2 request);
- $async.Future<$0.ToActionBasicInfo> toActionBasicQuery($grpc.ServiceCall call, $0.IdRequest request);
- $async.Future<$0.ToUserInActionBasicInfo> toUserInActionBasicQuery($grpc.ServiceCall call, $0.ToUserInActionBasicQueryRequest request);
- $async.Future<$0.ToHisUserListQueryReply> toHistoryUserListQuery($grpc.ServiceCall call, $0.IdRequest request);
- $async.Future<$0.GameDetailV2Reply> toHistoryGameDetail($grpc.ServiceCall call, $0.IdRequest request);
- $async.Future<$0.ToGameRankingReply> toGameRanking($grpc.ServiceCall call, $0.ToGameRankingRequest request);
- $async.Future<$1.ToActivityListReply> toActivitySelectList($grpc.ServiceCall call, $0.IdRequest request);
- $async.Future<$0.DefaultReply> toMatchRegusterAdd($grpc.ServiceCall call, $1.ToMatchRegusterAddRequest request);
- $async.Future<$0.DefaultReply> toMatchRegusterEdit($grpc.ServiceCall call, $1.ToMatchRegusterEditRequest request);
- $async.Future<$0.DefaultReply> toMatchRegusterDel($grpc.ServiceCall call, $0.IdRequest request);
- $async.Future<$1.ToMatchRegusterListReply> toMatchRegusterList($grpc.ServiceCall call, $1.ToMatchRegusterListRequest request);
- $async.Future<$0.DefaultReply> matchChackInsDel($grpc.ServiceCall call, $0.IdRequest request);
- $async.Future<$1.ToCourseListReply> toCourseSelectList($grpc.ServiceCall call, $0.IdRequest request);
- $async.Future<$0.DefaultReply> toCourseChackMatch($grpc.ServiceCall call, $1.ToCourseChackMatchRequest request);
- $async.Future<$0.DefaultReply> matchChackInsStart($grpc.ServiceCall call, $0.IdRequest request);
- $async.Future<$0.DefaultReply> matchChackInsForceFinish($grpc.ServiceCall call, $0.IdRequest request);
- $async.Future<$0.DefaultReply> matchChackInsForceResume($grpc.ServiceCall call, $0.IdRequest request);
- $async.Future<$0.DefaultReply> allCourseChackMatch($grpc.ServiceCall call, $0.IdArrRequest request);
- $async.Future<$0.DefaultReply> allMatchChackInsStart($grpc.ServiceCall call, $0.IdArrRequest request);
- $async.Future<$0.DefaultReply> allMatchChackInsForceResume($grpc.ServiceCall call, $0.IdArrRequest request);
- }
|