You've already forked dart-core-sdk
Latest generation
This commit is contained in:
@@ -15,26 +15,26 @@ import 'dart:core' as $core;
|
||||
import 'package:grpc/service_api.dart' as $grpc;
|
||||
import 'package:protobuf/protobuf.dart' as $pb;
|
||||
|
||||
import 'appointmentQuery.pb.dart' as $34;
|
||||
import 'clickhouse.pb.dart' as $36;
|
||||
import 'appointmentQuery.pb.dart' as $65;
|
||||
import 'clickhouse.pb.dart' as $40;
|
||||
import 'shared.pb.dart' as $35;
|
||||
|
||||
export 'appointmentQuery.pb.dart';
|
||||
|
||||
@$pb.GrpcServiceName('api.AppointmentQuery')
|
||||
class AppointmentQueryClient extends $grpc.Client {
|
||||
static final _$getByIds = $grpc.ClientMethod<$34.AppointmentByIdQuery, $34.AppointmentByIdResult>(
|
||||
static final _$getByIds = $grpc.ClientMethod<$65.AppointmentByIdQuery, $65.AppointmentByIdResult>(
|
||||
'/api.AppointmentQuery/GetByIds',
|
||||
($34.AppointmentByIdQuery value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $34.AppointmentByIdResult.fromBuffer(value));
|
||||
static final _$find = $grpc.ClientMethod<$34.AppointmentByFilterQuery, $34.AppointmentByFilterResult>(
|
||||
($65.AppointmentByIdQuery value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $65.AppointmentByIdResult.fromBuffer(value));
|
||||
static final _$find = $grpc.ClientMethod<$65.AppointmentByFilterQuery, $65.AppointmentByFilterResult>(
|
||||
'/api.AppointmentQuery/Find',
|
||||
($34.AppointmentByFilterQuery value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $34.AppointmentByFilterResult.fromBuffer(value));
|
||||
static final _$findMatchingFieldValues = $grpc.ClientMethod<$34.AppointmentByMatchQuery, $34.AppointmentByMatchResult>(
|
||||
($65.AppointmentByFilterQuery value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $65.AppointmentByFilterResult.fromBuffer(value));
|
||||
static final _$findMatchingFieldValues = $grpc.ClientMethod<$65.AppointmentByMatchQuery, $65.AppointmentByMatchResult>(
|
||||
'/api.AppointmentQuery/FindMatchingFieldValues',
|
||||
($34.AppointmentByMatchQuery value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $34.AppointmentByMatchResult.fromBuffer(value));
|
||||
($65.AppointmentByMatchQuery value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $65.AppointmentByMatchResult.fromBuffer(value));
|
||||
static final _$findMatchingFieldElements = $grpc.ClientMethod<$35.ElementByMatchQuery, $35.ElementByMatchResult>(
|
||||
'/api.AppointmentQuery/FindMatchingFieldElements',
|
||||
($35.ElementByMatchQuery value) => value.writeToBuffer(),
|
||||
@@ -43,10 +43,10 @@ class AppointmentQueryClient extends $grpc.Client {
|
||||
'/api.AppointmentQuery/Extract',
|
||||
($35.ExtractQuery value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $35.ExtractResult.fromBuffer(value));
|
||||
static final _$getKPIData = $grpc.ClientMethod<$36.GetKPIDataQuery, $36.GetKPIDataResult>(
|
||||
static final _$getKPIData = $grpc.ClientMethod<$40.GetKPIDataQuery, $40.GetKPIDataResult>(
|
||||
'/api.AppointmentQuery/GetKPIData',
|
||||
($36.GetKPIDataQuery value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $36.GetKPIDataResult.fromBuffer(value));
|
||||
($40.GetKPIDataQuery value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $40.GetKPIDataResult.fromBuffer(value));
|
||||
static final _$countLines = $grpc.ClientMethod<$35.CountLinesQuery, $35.CountLinesResult>(
|
||||
'/api.AppointmentQuery/CountLines',
|
||||
($35.CountLinesQuery value) => value.writeToBuffer(),
|
||||
@@ -58,15 +58,15 @@ class AppointmentQueryClient extends $grpc.Client {
|
||||
: super(channel, options: options,
|
||||
interceptors: interceptors);
|
||||
|
||||
$grpc.ResponseFuture<$34.AppointmentByIdResult> getByIds($34.AppointmentByIdQuery request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$65.AppointmentByIdResult> getByIds($65.AppointmentByIdQuery request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$getByIds, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$34.AppointmentByFilterResult> find($34.AppointmentByFilterQuery request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$65.AppointmentByFilterResult> find($65.AppointmentByFilterQuery request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$find, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$34.AppointmentByMatchResult> findMatchingFieldValues($34.AppointmentByMatchQuery request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$65.AppointmentByMatchResult> findMatchingFieldValues($65.AppointmentByMatchQuery request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$findMatchingFieldValues, request, options: options);
|
||||
}
|
||||
|
||||
@@ -78,7 +78,7 @@ class AppointmentQueryClient extends $grpc.Client {
|
||||
return $createUnaryCall(_$extract, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$36.GetKPIDataResult> getKPIData($36.GetKPIDataQuery request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$40.GetKPIDataResult> getKPIData($40.GetKPIDataQuery request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$getKPIData, request, options: options);
|
||||
}
|
||||
|
||||
@@ -92,27 +92,27 @@ abstract class AppointmentQueryServiceBase extends $grpc.Service {
|
||||
$core.String get $name => 'api.AppointmentQuery';
|
||||
|
||||
AppointmentQueryServiceBase() {
|
||||
$addMethod($grpc.ServiceMethod<$34.AppointmentByIdQuery, $34.AppointmentByIdResult>(
|
||||
$addMethod($grpc.ServiceMethod<$65.AppointmentByIdQuery, $65.AppointmentByIdResult>(
|
||||
'GetByIds',
|
||||
getByIds_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $34.AppointmentByIdQuery.fromBuffer(value),
|
||||
($34.AppointmentByIdResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$34.AppointmentByFilterQuery, $34.AppointmentByFilterResult>(
|
||||
($core.List<$core.int> value) => $65.AppointmentByIdQuery.fromBuffer(value),
|
||||
($65.AppointmentByIdResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$65.AppointmentByFilterQuery, $65.AppointmentByFilterResult>(
|
||||
'Find',
|
||||
find_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $34.AppointmentByFilterQuery.fromBuffer(value),
|
||||
($34.AppointmentByFilterResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$34.AppointmentByMatchQuery, $34.AppointmentByMatchResult>(
|
||||
($core.List<$core.int> value) => $65.AppointmentByFilterQuery.fromBuffer(value),
|
||||
($65.AppointmentByFilterResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$65.AppointmentByMatchQuery, $65.AppointmentByMatchResult>(
|
||||
'FindMatchingFieldValues',
|
||||
findMatchingFieldValues_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $34.AppointmentByMatchQuery.fromBuffer(value),
|
||||
($34.AppointmentByMatchResult value) => value.writeToBuffer()));
|
||||
($core.List<$core.int> value) => $65.AppointmentByMatchQuery.fromBuffer(value),
|
||||
($65.AppointmentByMatchResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$35.ElementByMatchQuery, $35.ElementByMatchResult>(
|
||||
'FindMatchingFieldElements',
|
||||
findMatchingFieldElements_Pre,
|
||||
@@ -127,13 +127,13 @@ abstract class AppointmentQueryServiceBase extends $grpc.Service {
|
||||
false,
|
||||
($core.List<$core.int> value) => $35.ExtractQuery.fromBuffer(value),
|
||||
($35.ExtractResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$36.GetKPIDataQuery, $36.GetKPIDataResult>(
|
||||
$addMethod($grpc.ServiceMethod<$40.GetKPIDataQuery, $40.GetKPIDataResult>(
|
||||
'GetKPIData',
|
||||
getKPIData_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $36.GetKPIDataQuery.fromBuffer(value),
|
||||
($36.GetKPIDataResult value) => value.writeToBuffer()));
|
||||
($core.List<$core.int> value) => $40.GetKPIDataQuery.fromBuffer(value),
|
||||
($40.GetKPIDataResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$35.CountLinesQuery, $35.CountLinesResult>(
|
||||
'CountLines',
|
||||
countLines_Pre,
|
||||
@@ -143,15 +143,15 @@ abstract class AppointmentQueryServiceBase extends $grpc.Service {
|
||||
($35.CountLinesResult value) => value.writeToBuffer()));
|
||||
}
|
||||
|
||||
$async.Future<$34.AppointmentByIdResult> getByIds_Pre($grpc.ServiceCall $call, $async.Future<$34.AppointmentByIdQuery> $request) async {
|
||||
$async.Future<$65.AppointmentByIdResult> getByIds_Pre($grpc.ServiceCall $call, $async.Future<$65.AppointmentByIdQuery> $request) async {
|
||||
return getByIds($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$34.AppointmentByFilterResult> find_Pre($grpc.ServiceCall $call, $async.Future<$34.AppointmentByFilterQuery> $request) async {
|
||||
$async.Future<$65.AppointmentByFilterResult> find_Pre($grpc.ServiceCall $call, $async.Future<$65.AppointmentByFilterQuery> $request) async {
|
||||
return find($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$34.AppointmentByMatchResult> findMatchingFieldValues_Pre($grpc.ServiceCall $call, $async.Future<$34.AppointmentByMatchQuery> $request) async {
|
||||
$async.Future<$65.AppointmentByMatchResult> findMatchingFieldValues_Pre($grpc.ServiceCall $call, $async.Future<$65.AppointmentByMatchQuery> $request) async {
|
||||
return findMatchingFieldValues($call, await $request);
|
||||
}
|
||||
|
||||
@@ -163,7 +163,7 @@ abstract class AppointmentQueryServiceBase extends $grpc.Service {
|
||||
return extract($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$36.GetKPIDataResult> getKPIData_Pre($grpc.ServiceCall $call, $async.Future<$36.GetKPIDataQuery> $request) async {
|
||||
$async.Future<$40.GetKPIDataResult> getKPIData_Pre($grpc.ServiceCall $call, $async.Future<$40.GetKPIDataQuery> $request) async {
|
||||
return getKPIData($call, await $request);
|
||||
}
|
||||
|
||||
@@ -171,11 +171,11 @@ abstract class AppointmentQueryServiceBase extends $grpc.Service {
|
||||
return countLines($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$34.AppointmentByIdResult> getByIds($grpc.ServiceCall call, $34.AppointmentByIdQuery request);
|
||||
$async.Future<$34.AppointmentByFilterResult> find($grpc.ServiceCall call, $34.AppointmentByFilterQuery request);
|
||||
$async.Future<$34.AppointmentByMatchResult> findMatchingFieldValues($grpc.ServiceCall call, $34.AppointmentByMatchQuery request);
|
||||
$async.Future<$65.AppointmentByIdResult> getByIds($grpc.ServiceCall call, $65.AppointmentByIdQuery request);
|
||||
$async.Future<$65.AppointmentByFilterResult> find($grpc.ServiceCall call, $65.AppointmentByFilterQuery request);
|
||||
$async.Future<$65.AppointmentByMatchResult> findMatchingFieldValues($grpc.ServiceCall call, $65.AppointmentByMatchQuery request);
|
||||
$async.Future<$35.ElementByMatchResult> findMatchingFieldElements($grpc.ServiceCall call, $35.ElementByMatchQuery request);
|
||||
$async.Future<$35.ExtractResult> extract($grpc.ServiceCall call, $35.ExtractQuery request);
|
||||
$async.Future<$36.GetKPIDataResult> getKPIData($grpc.ServiceCall call, $36.GetKPIDataQuery request);
|
||||
$async.Future<$40.GetKPIDataResult> getKPIData($grpc.ServiceCall call, $40.GetKPIDataQuery request);
|
||||
$async.Future<$35.CountLinesResult> countLines($grpc.ServiceCall call, $35.CountLinesQuery request);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user