Latest generation

This commit is contained in:
ci core model
2025-05-05 09:13:40 +00:00
parent d8da740588
commit 2dad9d51c8
136 changed files with 6276 additions and 6261 deletions

View File

@@ -15,38 +15,38 @@ 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 $36;
import 'handlingunitQuery.pb.dart' as $45;
import 'clickhouse.pb.dart' as $40;
import 'handlingunitQuery.pb.dart' as $39;
import 'shared.pb.dart' as $35;
export 'handlingunitQuery.pb.dart';
@$pb.GrpcServiceName('api.HandlingunitQuery')
class HandlingunitQueryClient extends $grpc.Client {
static final _$getByIds = $grpc.ClientMethod<$45.HandlingunitByIdQuery, $45.HandlingunitByIdResult>(
static final _$getByIds = $grpc.ClientMethod<$39.HandlingunitByIdQuery, $39.HandlingunitByIdResult>(
'/api.HandlingunitQuery/GetByIds',
($45.HandlingunitByIdQuery value) => value.writeToBuffer(),
($core.List<$core.int> value) => $45.HandlingunitByIdResult.fromBuffer(value));
static final _$find = $grpc.ClientMethod<$45.HandlingunitByFilterQuery, $45.HandlingunitByFilterResult>(
($39.HandlingunitByIdQuery value) => value.writeToBuffer(),
($core.List<$core.int> value) => $39.HandlingunitByIdResult.fromBuffer(value));
static final _$find = $grpc.ClientMethod<$39.HandlingunitByFilterQuery, $39.HandlingunitByFilterResult>(
'/api.HandlingunitQuery/Find',
($45.HandlingunitByFilterQuery value) => value.writeToBuffer(),
($core.List<$core.int> value) => $45.HandlingunitByFilterResult.fromBuffer(value));
static final _$findTracked = $grpc.ClientMethod<$45.HandlingunitByFilterQuery, $45.HandlingunitByFilterResult>(
($39.HandlingunitByFilterQuery value) => value.writeToBuffer(),
($core.List<$core.int> value) => $39.HandlingunitByFilterResult.fromBuffer(value));
static final _$findTracked = $grpc.ClientMethod<$39.HandlingunitByFilterQuery, $39.HandlingunitByFilterResult>(
'/api.HandlingunitQuery/FindTracked',
($45.HandlingunitByFilterQuery value) => value.writeToBuffer(),
($core.List<$core.int> value) => $45.HandlingunitByFilterResult.fromBuffer(value));
static final _$findMatchingFieldValues = $grpc.ClientMethod<$45.HandlingunitByMatchQuery, $45.HandlingunitByMatchResult>(
($39.HandlingunitByFilterQuery value) => value.writeToBuffer(),
($core.List<$core.int> value) => $39.HandlingunitByFilterResult.fromBuffer(value));
static final _$findMatchingFieldValues = $grpc.ClientMethod<$39.HandlingunitByMatchQuery, $39.HandlingunitByMatchResult>(
'/api.HandlingunitQuery/FindMatchingFieldValues',
($45.HandlingunitByMatchQuery value) => value.writeToBuffer(),
($core.List<$core.int> value) => $45.HandlingunitByMatchResult.fromBuffer(value));
($39.HandlingunitByMatchQuery value) => value.writeToBuffer(),
($core.List<$core.int> value) => $39.HandlingunitByMatchResult.fromBuffer(value));
static final _$findMatchingFieldElements = $grpc.ClientMethod<$35.ElementByMatchQuery, $35.ElementByMatchResult>(
'/api.HandlingunitQuery/FindMatchingFieldElements',
($35.ElementByMatchQuery value) => value.writeToBuffer(),
($core.List<$core.int> value) => $35.ElementByMatchResult.fromBuffer(value));
static final _$getKPIData = $grpc.ClientMethod<$36.GetKPIDataQuery, $36.GetKPIDataResult>(
static final _$getKPIData = $grpc.ClientMethod<$40.GetKPIDataQuery, $40.GetKPIDataResult>(
'/api.HandlingunitQuery/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 _$extract = $grpc.ClientMethod<$35.ExtractQuery, $35.ExtractResult>(
'/api.HandlingunitQuery/Extract',
($35.ExtractQuery value) => value.writeToBuffer(),
@@ -62,19 +62,19 @@ class HandlingunitQueryClient extends $grpc.Client {
: super(channel, options: options,
interceptors: interceptors);
$grpc.ResponseFuture<$45.HandlingunitByIdResult> getByIds($45.HandlingunitByIdQuery request, {$grpc.CallOptions? options}) {
$grpc.ResponseFuture<$39.HandlingunitByIdResult> getByIds($39.HandlingunitByIdQuery request, {$grpc.CallOptions? options}) {
return $createUnaryCall(_$getByIds, request, options: options);
}
$grpc.ResponseFuture<$45.HandlingunitByFilterResult> find($45.HandlingunitByFilterQuery request, {$grpc.CallOptions? options}) {
$grpc.ResponseFuture<$39.HandlingunitByFilterResult> find($39.HandlingunitByFilterQuery request, {$grpc.CallOptions? options}) {
return $createUnaryCall(_$find, request, options: options);
}
$grpc.ResponseFuture<$45.HandlingunitByFilterResult> findTracked($45.HandlingunitByFilterQuery request, {$grpc.CallOptions? options}) {
$grpc.ResponseFuture<$39.HandlingunitByFilterResult> findTracked($39.HandlingunitByFilterQuery request, {$grpc.CallOptions? options}) {
return $createUnaryCall(_$findTracked, request, options: options);
}
$grpc.ResponseFuture<$45.HandlingunitByMatchResult> findMatchingFieldValues($45.HandlingunitByMatchQuery request, {$grpc.CallOptions? options}) {
$grpc.ResponseFuture<$39.HandlingunitByMatchResult> findMatchingFieldValues($39.HandlingunitByMatchQuery request, {$grpc.CallOptions? options}) {
return $createUnaryCall(_$findMatchingFieldValues, request, options: options);
}
@@ -82,7 +82,7 @@ class HandlingunitQueryClient extends $grpc.Client {
return $createUnaryCall(_$findMatchingFieldElements, 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);
}
@@ -100,34 +100,34 @@ abstract class HandlingunitQueryServiceBase extends $grpc.Service {
$core.String get $name => 'api.HandlingunitQuery';
HandlingunitQueryServiceBase() {
$addMethod($grpc.ServiceMethod<$45.HandlingunitByIdQuery, $45.HandlingunitByIdResult>(
$addMethod($grpc.ServiceMethod<$39.HandlingunitByIdQuery, $39.HandlingunitByIdResult>(
'GetByIds',
getByIds_Pre,
false,
false,
($core.List<$core.int> value) => $45.HandlingunitByIdQuery.fromBuffer(value),
($45.HandlingunitByIdResult value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$45.HandlingunitByFilterQuery, $45.HandlingunitByFilterResult>(
($core.List<$core.int> value) => $39.HandlingunitByIdQuery.fromBuffer(value),
($39.HandlingunitByIdResult value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$39.HandlingunitByFilterQuery, $39.HandlingunitByFilterResult>(
'Find',
find_Pre,
false,
false,
($core.List<$core.int> value) => $45.HandlingunitByFilterQuery.fromBuffer(value),
($45.HandlingunitByFilterResult value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$45.HandlingunitByFilterQuery, $45.HandlingunitByFilterResult>(
($core.List<$core.int> value) => $39.HandlingunitByFilterQuery.fromBuffer(value),
($39.HandlingunitByFilterResult value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$39.HandlingunitByFilterQuery, $39.HandlingunitByFilterResult>(
'FindTracked',
findTracked_Pre,
false,
false,
($core.List<$core.int> value) => $45.HandlingunitByFilterQuery.fromBuffer(value),
($45.HandlingunitByFilterResult value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$45.HandlingunitByMatchQuery, $45.HandlingunitByMatchResult>(
($core.List<$core.int> value) => $39.HandlingunitByFilterQuery.fromBuffer(value),
($39.HandlingunitByFilterResult value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$39.HandlingunitByMatchQuery, $39.HandlingunitByMatchResult>(
'FindMatchingFieldValues',
findMatchingFieldValues_Pre,
false,
false,
($core.List<$core.int> value) => $45.HandlingunitByMatchQuery.fromBuffer(value),
($45.HandlingunitByMatchResult value) => value.writeToBuffer()));
($core.List<$core.int> value) => $39.HandlingunitByMatchQuery.fromBuffer(value),
($39.HandlingunitByMatchResult value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$35.ElementByMatchQuery, $35.ElementByMatchResult>(
'FindMatchingFieldElements',
findMatchingFieldElements_Pre,
@@ -135,13 +135,13 @@ abstract class HandlingunitQueryServiceBase extends $grpc.Service {
false,
($core.List<$core.int> value) => $35.ElementByMatchQuery.fromBuffer(value),
($35.ElementByMatchResult 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.ExtractQuery, $35.ExtractResult>(
'Extract',
extract_Pre,
@@ -158,19 +158,19 @@ abstract class HandlingunitQueryServiceBase extends $grpc.Service {
($35.CountLinesResult value) => value.writeToBuffer()));
}
$async.Future<$45.HandlingunitByIdResult> getByIds_Pre($grpc.ServiceCall $call, $async.Future<$45.HandlingunitByIdQuery> $request) async {
$async.Future<$39.HandlingunitByIdResult> getByIds_Pre($grpc.ServiceCall $call, $async.Future<$39.HandlingunitByIdQuery> $request) async {
return getByIds($call, await $request);
}
$async.Future<$45.HandlingunitByFilterResult> find_Pre($grpc.ServiceCall $call, $async.Future<$45.HandlingunitByFilterQuery> $request) async {
$async.Future<$39.HandlingunitByFilterResult> find_Pre($grpc.ServiceCall $call, $async.Future<$39.HandlingunitByFilterQuery> $request) async {
return find($call, await $request);
}
$async.Future<$45.HandlingunitByFilterResult> findTracked_Pre($grpc.ServiceCall $call, $async.Future<$45.HandlingunitByFilterQuery> $request) async {
$async.Future<$39.HandlingunitByFilterResult> findTracked_Pre($grpc.ServiceCall $call, $async.Future<$39.HandlingunitByFilterQuery> $request) async {
return findTracked($call, await $request);
}
$async.Future<$45.HandlingunitByMatchResult> findMatchingFieldValues_Pre($grpc.ServiceCall $call, $async.Future<$45.HandlingunitByMatchQuery> $request) async {
$async.Future<$39.HandlingunitByMatchResult> findMatchingFieldValues_Pre($grpc.ServiceCall $call, $async.Future<$39.HandlingunitByMatchQuery> $request) async {
return findMatchingFieldValues($call, await $request);
}
@@ -178,7 +178,7 @@ abstract class HandlingunitQueryServiceBase extends $grpc.Service {
return findMatchingFieldElements($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);
}
@@ -190,12 +190,12 @@ abstract class HandlingunitQueryServiceBase extends $grpc.Service {
return countLines($call, await $request);
}
$async.Future<$45.HandlingunitByIdResult> getByIds($grpc.ServiceCall call, $45.HandlingunitByIdQuery request);
$async.Future<$45.HandlingunitByFilterResult> find($grpc.ServiceCall call, $45.HandlingunitByFilterQuery request);
$async.Future<$45.HandlingunitByFilterResult> findTracked($grpc.ServiceCall call, $45.HandlingunitByFilterQuery request);
$async.Future<$45.HandlingunitByMatchResult> findMatchingFieldValues($grpc.ServiceCall call, $45.HandlingunitByMatchQuery request);
$async.Future<$39.HandlingunitByIdResult> getByIds($grpc.ServiceCall call, $39.HandlingunitByIdQuery request);
$async.Future<$39.HandlingunitByFilterResult> find($grpc.ServiceCall call, $39.HandlingunitByFilterQuery request);
$async.Future<$39.HandlingunitByFilterResult> findTracked($grpc.ServiceCall call, $39.HandlingunitByFilterQuery request);
$async.Future<$39.HandlingunitByMatchResult> findMatchingFieldValues($grpc.ServiceCall call, $39.HandlingunitByMatchQuery request);
$async.Future<$35.ElementByMatchResult> findMatchingFieldElements($grpc.ServiceCall call, $35.ElementByMatchQuery 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.ExtractResult> extract($grpc.ServiceCall call, $35.ExtractQuery request);
$async.Future<$35.CountLinesResult> countLines($grpc.ServiceCall call, $35.CountLinesQuery request);
}