You've already forked dart-core-sdk
Latest generation
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
// This is a generated file - do not edit.
|
||||
//
|
||||
// Generated code. Do not modify.
|
||||
// source: handlingunitQuery.proto
|
||||
//
|
||||
// Generated from handlingunitQuery.proto.
|
||||
|
||||
// @dart = 3.3
|
||||
|
||||
// ignore_for_file: annotate_overrides, camel_case_types, comment_references
|
||||
@@ -16,9 +16,9 @@ import 'dart:core' as $core;
|
||||
import 'package:grpc/service_api.dart' as $grpc;
|
||||
import 'package:protobuf/protobuf.dart' as $pb;
|
||||
|
||||
import 'clickhouse.pb.dart' as $9;
|
||||
import 'handlingunitQuery.pb.dart' as $27;
|
||||
import 'shared.pb.dart' as $3;
|
||||
import 'clickhouse.pb.dart' as $2;
|
||||
import 'handlingunitQuery.pb.dart' as $0;
|
||||
import 'shared.pb.dart' as $1;
|
||||
|
||||
export 'handlingunitQuery.pb.dart';
|
||||
|
||||
@@ -32,72 +32,74 @@ class HandlingunitQueryClient extends $grpc.Client {
|
||||
'',
|
||||
];
|
||||
|
||||
static final _$getByIds = $grpc.ClientMethod<$27.HandlingunitByIdQuery, $27.HandlingunitByIdResult>(
|
||||
'/api.HandlingunitQuery/GetByIds',
|
||||
($27.HandlingunitByIdQuery value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $27.HandlingunitByIdResult.fromBuffer(value));
|
||||
static final _$find = $grpc.ClientMethod<$27.HandlingunitByFilterQuery, $27.HandlingunitByFilterResult>(
|
||||
'/api.HandlingunitQuery/Find',
|
||||
($27.HandlingunitByFilterQuery value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $27.HandlingunitByFilterResult.fromBuffer(value));
|
||||
static final _$findTracked = $grpc.ClientMethod<$27.HandlingunitByFilterQuery, $27.HandlingunitByFilterResult>(
|
||||
'/api.HandlingunitQuery/FindTracked',
|
||||
($27.HandlingunitByFilterQuery value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $27.HandlingunitByFilterResult.fromBuffer(value));
|
||||
static final _$findMatchingFieldValues = $grpc.ClientMethod<$27.HandlingunitByMatchQuery, $27.HandlingunitByMatchResult>(
|
||||
'/api.HandlingunitQuery/FindMatchingFieldValues',
|
||||
($27.HandlingunitByMatchQuery value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $27.HandlingunitByMatchResult.fromBuffer(value));
|
||||
static final _$findMatchingFieldElements = $grpc.ClientMethod<$3.ElementByMatchQuery, $3.ElementByMatchResult>(
|
||||
'/api.HandlingunitQuery/FindMatchingFieldElements',
|
||||
($3.ElementByMatchQuery value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $3.ElementByMatchResult.fromBuffer(value));
|
||||
static final _$getKPIData = $grpc.ClientMethod<$9.GetKPIDataQuery, $9.GetKPIDataResult>(
|
||||
'/api.HandlingunitQuery/GetKPIData',
|
||||
($9.GetKPIDataQuery value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $9.GetKPIDataResult.fromBuffer(value));
|
||||
static final _$extract = $grpc.ClientMethod<$3.ExtractQuery, $3.ExtractResult>(
|
||||
'/api.HandlingunitQuery/Extract',
|
||||
($3.ExtractQuery value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $3.ExtractResult.fromBuffer(value));
|
||||
static final _$countLines = $grpc.ClientMethod<$3.CountLinesQuery, $3.CountLinesResult>(
|
||||
'/api.HandlingunitQuery/CountLines',
|
||||
($3.CountLinesQuery value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $3.CountLinesResult.fromBuffer(value));
|
||||
|
||||
HandlingunitQueryClient(super.channel, {super.options, super.interceptors});
|
||||
|
||||
$grpc.ResponseFuture<$27.HandlingunitByIdResult> getByIds($27.HandlingunitByIdQuery request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$0.HandlingunitByIdResult> getByIds($0.HandlingunitByIdQuery request, {$grpc.CallOptions? options,}) {
|
||||
return $createUnaryCall(_$getByIds, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$27.HandlingunitByFilterResult> find($27.HandlingunitByFilterQuery request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$0.HandlingunitByFilterResult> find($0.HandlingunitByFilterQuery request, {$grpc.CallOptions? options,}) {
|
||||
return $createUnaryCall(_$find, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$27.HandlingunitByFilterResult> findTracked($27.HandlingunitByFilterQuery request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$0.HandlingunitByFilterResult> findTracked($0.HandlingunitByFilterQuery request, {$grpc.CallOptions? options,}) {
|
||||
return $createUnaryCall(_$findTracked, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$27.HandlingunitByMatchResult> findMatchingFieldValues($27.HandlingunitByMatchQuery request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$0.HandlingunitByMatchResult> findMatchingFieldValues($0.HandlingunitByMatchQuery request, {$grpc.CallOptions? options,}) {
|
||||
return $createUnaryCall(_$findMatchingFieldValues, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$3.ElementByMatchResult> findMatchingFieldElements($3.ElementByMatchQuery request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$1.ElementByMatchResult> findMatchingFieldElements($1.ElementByMatchQuery request, {$grpc.CallOptions? options,}) {
|
||||
return $createUnaryCall(_$findMatchingFieldElements, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$9.GetKPIDataResult> getKPIData($9.GetKPIDataQuery request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$2.GetKPIDataResult> getKPIData($2.GetKPIDataQuery request, {$grpc.CallOptions? options,}) {
|
||||
return $createUnaryCall(_$getKPIData, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$3.ExtractResult> extract($3.ExtractQuery request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$1.ExtractResult> extract($1.ExtractQuery request, {$grpc.CallOptions? options,}) {
|
||||
return $createUnaryCall(_$extract, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$3.CountLinesResult> countLines($3.CountLinesQuery request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$1.CountLinesResult> countLines($1.CountLinesQuery request, {$grpc.CallOptions? options,}) {
|
||||
return $createUnaryCall(_$countLines, request, options: options);
|
||||
}
|
||||
|
||||
// method descriptors
|
||||
|
||||
static final _$getByIds = $grpc.ClientMethod<$0.HandlingunitByIdQuery, $0.HandlingunitByIdResult>(
|
||||
'/api.HandlingunitQuery/GetByIds',
|
||||
($0.HandlingunitByIdQuery value) => value.writeToBuffer(),
|
||||
$0.HandlingunitByIdResult.fromBuffer);
|
||||
static final _$find = $grpc.ClientMethod<$0.HandlingunitByFilterQuery, $0.HandlingunitByFilterResult>(
|
||||
'/api.HandlingunitQuery/Find',
|
||||
($0.HandlingunitByFilterQuery value) => value.writeToBuffer(),
|
||||
$0.HandlingunitByFilterResult.fromBuffer);
|
||||
static final _$findTracked = $grpc.ClientMethod<$0.HandlingunitByFilterQuery, $0.HandlingunitByFilterResult>(
|
||||
'/api.HandlingunitQuery/FindTracked',
|
||||
($0.HandlingunitByFilterQuery value) => value.writeToBuffer(),
|
||||
$0.HandlingunitByFilterResult.fromBuffer);
|
||||
static final _$findMatchingFieldValues = $grpc.ClientMethod<$0.HandlingunitByMatchQuery, $0.HandlingunitByMatchResult>(
|
||||
'/api.HandlingunitQuery/FindMatchingFieldValues',
|
||||
($0.HandlingunitByMatchQuery value) => value.writeToBuffer(),
|
||||
$0.HandlingunitByMatchResult.fromBuffer);
|
||||
static final _$findMatchingFieldElements = $grpc.ClientMethod<$1.ElementByMatchQuery, $1.ElementByMatchResult>(
|
||||
'/api.HandlingunitQuery/FindMatchingFieldElements',
|
||||
($1.ElementByMatchQuery value) => value.writeToBuffer(),
|
||||
$1.ElementByMatchResult.fromBuffer);
|
||||
static final _$getKPIData = $grpc.ClientMethod<$2.GetKPIDataQuery, $2.GetKPIDataResult>(
|
||||
'/api.HandlingunitQuery/GetKPIData',
|
||||
($2.GetKPIDataQuery value) => value.writeToBuffer(),
|
||||
$2.GetKPIDataResult.fromBuffer);
|
||||
static final _$extract = $grpc.ClientMethod<$1.ExtractQuery, $1.ExtractResult>(
|
||||
'/api.HandlingunitQuery/Extract',
|
||||
($1.ExtractQuery value) => value.writeToBuffer(),
|
||||
$1.ExtractResult.fromBuffer);
|
||||
static final _$countLines = $grpc.ClientMethod<$1.CountLinesQuery, $1.CountLinesResult>(
|
||||
'/api.HandlingunitQuery/CountLines',
|
||||
($1.CountLinesQuery value) => value.writeToBuffer(),
|
||||
$1.CountLinesResult.fromBuffer);
|
||||
}
|
||||
|
||||
@$pb.GrpcServiceName('api.HandlingunitQuery')
|
||||
@@ -105,102 +107,110 @@ abstract class HandlingunitQueryServiceBase extends $grpc.Service {
|
||||
$core.String get $name => 'api.HandlingunitQuery';
|
||||
|
||||
HandlingunitQueryServiceBase() {
|
||||
$addMethod($grpc.ServiceMethod<$27.HandlingunitByIdQuery, $27.HandlingunitByIdResult>(
|
||||
$addMethod($grpc.ServiceMethod<$0.HandlingunitByIdQuery, $0.HandlingunitByIdResult>(
|
||||
'GetByIds',
|
||||
getByIds_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $27.HandlingunitByIdQuery.fromBuffer(value),
|
||||
($27.HandlingunitByIdResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$27.HandlingunitByFilterQuery, $27.HandlingunitByFilterResult>(
|
||||
($core.List<$core.int> value) => $0.HandlingunitByIdQuery.fromBuffer(value),
|
||||
($0.HandlingunitByIdResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$0.HandlingunitByFilterQuery, $0.HandlingunitByFilterResult>(
|
||||
'Find',
|
||||
find_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $27.HandlingunitByFilterQuery.fromBuffer(value),
|
||||
($27.HandlingunitByFilterResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$27.HandlingunitByFilterQuery, $27.HandlingunitByFilterResult>(
|
||||
($core.List<$core.int> value) => $0.HandlingunitByFilterQuery.fromBuffer(value),
|
||||
($0.HandlingunitByFilterResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$0.HandlingunitByFilterQuery, $0.HandlingunitByFilterResult>(
|
||||
'FindTracked',
|
||||
findTracked_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $27.HandlingunitByFilterQuery.fromBuffer(value),
|
||||
($27.HandlingunitByFilterResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$27.HandlingunitByMatchQuery, $27.HandlingunitByMatchResult>(
|
||||
($core.List<$core.int> value) => $0.HandlingunitByFilterQuery.fromBuffer(value),
|
||||
($0.HandlingunitByFilterResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$0.HandlingunitByMatchQuery, $0.HandlingunitByMatchResult>(
|
||||
'FindMatchingFieldValues',
|
||||
findMatchingFieldValues_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $27.HandlingunitByMatchQuery.fromBuffer(value),
|
||||
($27.HandlingunitByMatchResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$3.ElementByMatchQuery, $3.ElementByMatchResult>(
|
||||
($core.List<$core.int> value) => $0.HandlingunitByMatchQuery.fromBuffer(value),
|
||||
($0.HandlingunitByMatchResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$1.ElementByMatchQuery, $1.ElementByMatchResult>(
|
||||
'FindMatchingFieldElements',
|
||||
findMatchingFieldElements_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $3.ElementByMatchQuery.fromBuffer(value),
|
||||
($3.ElementByMatchResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$9.GetKPIDataQuery, $9.GetKPIDataResult>(
|
||||
($core.List<$core.int> value) => $1.ElementByMatchQuery.fromBuffer(value),
|
||||
($1.ElementByMatchResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$2.GetKPIDataQuery, $2.GetKPIDataResult>(
|
||||
'GetKPIData',
|
||||
getKPIData_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $9.GetKPIDataQuery.fromBuffer(value),
|
||||
($9.GetKPIDataResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$3.ExtractQuery, $3.ExtractResult>(
|
||||
($core.List<$core.int> value) => $2.GetKPIDataQuery.fromBuffer(value),
|
||||
($2.GetKPIDataResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$1.ExtractQuery, $1.ExtractResult>(
|
||||
'Extract',
|
||||
extract_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $3.ExtractQuery.fromBuffer(value),
|
||||
($3.ExtractResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$3.CountLinesQuery, $3.CountLinesResult>(
|
||||
($core.List<$core.int> value) => $1.ExtractQuery.fromBuffer(value),
|
||||
($1.ExtractResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$1.CountLinesQuery, $1.CountLinesResult>(
|
||||
'CountLines',
|
||||
countLines_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $3.CountLinesQuery.fromBuffer(value),
|
||||
($3.CountLinesResult value) => value.writeToBuffer()));
|
||||
($core.List<$core.int> value) => $1.CountLinesQuery.fromBuffer(value),
|
||||
($1.CountLinesResult value) => value.writeToBuffer()));
|
||||
}
|
||||
|
||||
$async.Future<$27.HandlingunitByIdResult> getByIds_Pre($grpc.ServiceCall $call, $async.Future<$27.HandlingunitByIdQuery> $request) async {
|
||||
$async.Future<$0.HandlingunitByIdResult> getByIds_Pre($grpc.ServiceCall $call, $async.Future<$0.HandlingunitByIdQuery> $request) async {
|
||||
return getByIds($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$27.HandlingunitByFilterResult> find_Pre($grpc.ServiceCall $call, $async.Future<$27.HandlingunitByFilterQuery> $request) async {
|
||||
$async.Future<$0.HandlingunitByIdResult> getByIds($grpc.ServiceCall call, $0.HandlingunitByIdQuery request);
|
||||
|
||||
$async.Future<$0.HandlingunitByFilterResult> find_Pre($grpc.ServiceCall $call, $async.Future<$0.HandlingunitByFilterQuery> $request) async {
|
||||
return find($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$27.HandlingunitByFilterResult> findTracked_Pre($grpc.ServiceCall $call, $async.Future<$27.HandlingunitByFilterQuery> $request) async {
|
||||
$async.Future<$0.HandlingunitByFilterResult> find($grpc.ServiceCall call, $0.HandlingunitByFilterQuery request);
|
||||
|
||||
$async.Future<$0.HandlingunitByFilterResult> findTracked_Pre($grpc.ServiceCall $call, $async.Future<$0.HandlingunitByFilterQuery> $request) async {
|
||||
return findTracked($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$27.HandlingunitByMatchResult> findMatchingFieldValues_Pre($grpc.ServiceCall $call, $async.Future<$27.HandlingunitByMatchQuery> $request) async {
|
||||
$async.Future<$0.HandlingunitByFilterResult> findTracked($grpc.ServiceCall call, $0.HandlingunitByFilterQuery request);
|
||||
|
||||
$async.Future<$0.HandlingunitByMatchResult> findMatchingFieldValues_Pre($grpc.ServiceCall $call, $async.Future<$0.HandlingunitByMatchQuery> $request) async {
|
||||
return findMatchingFieldValues($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$3.ElementByMatchResult> findMatchingFieldElements_Pre($grpc.ServiceCall $call, $async.Future<$3.ElementByMatchQuery> $request) async {
|
||||
$async.Future<$0.HandlingunitByMatchResult> findMatchingFieldValues($grpc.ServiceCall call, $0.HandlingunitByMatchQuery request);
|
||||
|
||||
$async.Future<$1.ElementByMatchResult> findMatchingFieldElements_Pre($grpc.ServiceCall $call, $async.Future<$1.ElementByMatchQuery> $request) async {
|
||||
return findMatchingFieldElements($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$9.GetKPIDataResult> getKPIData_Pre($grpc.ServiceCall $call, $async.Future<$9.GetKPIDataQuery> $request) async {
|
||||
$async.Future<$1.ElementByMatchResult> findMatchingFieldElements($grpc.ServiceCall call, $1.ElementByMatchQuery request);
|
||||
|
||||
$async.Future<$2.GetKPIDataResult> getKPIData_Pre($grpc.ServiceCall $call, $async.Future<$2.GetKPIDataQuery> $request) async {
|
||||
return getKPIData($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$3.ExtractResult> extract_Pre($grpc.ServiceCall $call, $async.Future<$3.ExtractQuery> $request) async {
|
||||
$async.Future<$2.GetKPIDataResult> getKPIData($grpc.ServiceCall call, $2.GetKPIDataQuery request);
|
||||
|
||||
$async.Future<$1.ExtractResult> extract_Pre($grpc.ServiceCall $call, $async.Future<$1.ExtractQuery> $request) async {
|
||||
return extract($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$3.CountLinesResult> countLines_Pre($grpc.ServiceCall $call, $async.Future<$3.CountLinesQuery> $request) async {
|
||||
$async.Future<$1.ExtractResult> extract($grpc.ServiceCall call, $1.ExtractQuery request);
|
||||
|
||||
$async.Future<$1.CountLinesResult> countLines_Pre($grpc.ServiceCall $call, $async.Future<$1.CountLinesQuery> $request) async {
|
||||
return countLines($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$27.HandlingunitByIdResult> getByIds($grpc.ServiceCall call, $27.HandlingunitByIdQuery request);
|
||||
$async.Future<$27.HandlingunitByFilterResult> find($grpc.ServiceCall call, $27.HandlingunitByFilterQuery request);
|
||||
$async.Future<$27.HandlingunitByFilterResult> findTracked($grpc.ServiceCall call, $27.HandlingunitByFilterQuery request);
|
||||
$async.Future<$27.HandlingunitByMatchResult> findMatchingFieldValues($grpc.ServiceCall call, $27.HandlingunitByMatchQuery request);
|
||||
$async.Future<$3.ElementByMatchResult> findMatchingFieldElements($grpc.ServiceCall call, $3.ElementByMatchQuery request);
|
||||
$async.Future<$9.GetKPIDataResult> getKPIData($grpc.ServiceCall call, $9.GetKPIDataQuery request);
|
||||
$async.Future<$3.ExtractResult> extract($grpc.ServiceCall call, $3.ExtractQuery request);
|
||||
$async.Future<$3.CountLinesResult> countLines($grpc.ServiceCall call, $3.CountLinesQuery request);
|
||||
$async.Future<$1.CountLinesResult> countLines($grpc.ServiceCall call, $1.CountLinesQuery request);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user