Release 1.10.5

This commit is contained in:
ci core model
2025-05-16 12:41:43 +00:00
parent 98e41e556e
commit 7c1d15e966
167 changed files with 5858 additions and 19863 deletions

View File

@@ -15,76 +15,76 @@ import 'dart:core' as $core;
import 'package:grpc/service_api.dart' as $grpc;
import 'package:protobuf/protobuf.dart' as $pb;
import 'kpi.pb.dart' as $31;
import 'kpi.pb.dart' as $28;
export 'kpi.pb.dart';
@$pb.GrpcServiceName('api.KpiService')
class KpiServiceClient extends $grpc.Client {
static final _$getKpis = $grpc.ClientMethod<$31.GetKpisRequest, $31.GetKpisResult>(
static final _$getKpis = $grpc.ClientMethod<$28.GetKpisRequest, $28.GetKpisResult>(
'/api.KpiService/GetKpis',
($31.GetKpisRequest value) => value.writeToBuffer(),
($core.List<$core.int> value) => $31.GetKpisResult.fromBuffer(value));
static final _$getKpiTableStructure = $grpc.ClientMethod<$31.GetKpiTableStructureRequest, $31.GetKpiTableStructureResult>(
($28.GetKpisRequest value) => value.writeToBuffer(),
($core.List<$core.int> value) => $28.GetKpisResult.fromBuffer(value));
static final _$getKpiTableStructure = $grpc.ClientMethod<$28.GetKpiTableStructureRequest, $28.GetKpiTableStructureResult>(
'/api.KpiService/GetKpiTableStructure',
($31.GetKpiTableStructureRequest value) => value.writeToBuffer(),
($core.List<$core.int> value) => $31.GetKpiTableStructureResult.fromBuffer(value));
static final _$updateKpiTableStructure = $grpc.ClientMethod<$31.UpdateKpiTableStructureRequest, $31.UpdateKpiTableStructureResult>(
($28.GetKpiTableStructureRequest value) => value.writeToBuffer(),
($core.List<$core.int> value) => $28.GetKpiTableStructureResult.fromBuffer(value));
static final _$updateKpiTableStructure = $grpc.ClientMethod<$28.UpdateKpiTableStructureRequest, $28.UpdateKpiTableStructureResult>(
'/api.KpiService/UpdateKpiTableStructure',
($31.UpdateKpiTableStructureRequest value) => value.writeToBuffer(),
($core.List<$core.int> value) => $31.UpdateKpiTableStructureResult.fromBuffer(value));
static final _$getKpiEntities = $grpc.ClientMethod<$31.GetKpiEntitiesRequest, $31.GetKpiEntitiesResult>(
($28.UpdateKpiTableStructureRequest value) => value.writeToBuffer(),
($core.List<$core.int> value) => $28.UpdateKpiTableStructureResult.fromBuffer(value));
static final _$getKpiEntities = $grpc.ClientMethod<$28.GetKpiEntitiesRequest, $28.GetKpiEntitiesResult>(
'/api.KpiService/GetKpiEntities',
($31.GetKpiEntitiesRequest value) => value.writeToBuffer(),
($core.List<$core.int> value) => $31.GetKpiEntitiesResult.fromBuffer(value));
static final _$clearKpiEntity = $grpc.ClientMethod<$31.ClearKpiEntityRequest, $31.ClearKpiEntityResult>(
($28.GetKpiEntitiesRequest value) => value.writeToBuffer(),
($core.List<$core.int> value) => $28.GetKpiEntitiesResult.fromBuffer(value));
static final _$clearKpiEntity = $grpc.ClientMethod<$28.ClearKpiEntityRequest, $28.ClearKpiEntityResult>(
'/api.KpiService/ClearKpiEntity',
($31.ClearKpiEntityRequest value) => value.writeToBuffer(),
($core.List<$core.int> value) => $31.ClearKpiEntityResult.fromBuffer(value));
static final _$createMV = $grpc.ClientMethod<$31.CreateMVRequest, $31.CreateMVResult>(
($28.ClearKpiEntityRequest value) => value.writeToBuffer(),
($core.List<$core.int> value) => $28.ClearKpiEntityResult.fromBuffer(value));
static final _$createMV = $grpc.ClientMethod<$28.CreateMVRequest, $28.CreateMVResult>(
'/api.KpiService/CreateMV',
($31.CreateMVRequest value) => value.writeToBuffer(),
($core.List<$core.int> value) => $31.CreateMVResult.fromBuffer(value));
static final _$dropMV = $grpc.ClientMethod<$31.DropMVRequest, $31.DropMVResult>(
($28.CreateMVRequest value) => value.writeToBuffer(),
($core.List<$core.int> value) => $28.CreateMVResult.fromBuffer(value));
static final _$dropMV = $grpc.ClientMethod<$28.DropMVRequest, $28.DropMVResult>(
'/api.KpiService/DropMV',
($31.DropMVRequest value) => value.writeToBuffer(),
($core.List<$core.int> value) => $31.DropMVResult.fromBuffer(value));
static final _$populateMV = $grpc.ClientMethod<$31.PopulateMVRequest, $31.PopulateMVResult>(
($28.DropMVRequest value) => value.writeToBuffer(),
($core.List<$core.int> value) => $28.DropMVResult.fromBuffer(value));
static final _$populateMV = $grpc.ClientMethod<$28.PopulateMVRequest, $28.PopulateMVResult>(
'/api.KpiService/PopulateMV',
($31.PopulateMVRequest value) => value.writeToBuffer(),
($core.List<$core.int> value) => $31.PopulateMVResult.fromBuffer(value));
($28.PopulateMVRequest value) => value.writeToBuffer(),
($core.List<$core.int> value) => $28.PopulateMVResult.fromBuffer(value));
KpiServiceClient(super.channel, {super.options, super.interceptors});
$grpc.ResponseFuture<$31.GetKpisResult> getKpis($31.GetKpisRequest request, {$grpc.CallOptions? options}) {
$grpc.ResponseFuture<$28.GetKpisResult> getKpis($28.GetKpisRequest request, {$grpc.CallOptions? options}) {
return $createUnaryCall(_$getKpis, request, options: options);
}
$grpc.ResponseFuture<$31.GetKpiTableStructureResult> getKpiTableStructure($31.GetKpiTableStructureRequest request, {$grpc.CallOptions? options}) {
$grpc.ResponseFuture<$28.GetKpiTableStructureResult> getKpiTableStructure($28.GetKpiTableStructureRequest request, {$grpc.CallOptions? options}) {
return $createUnaryCall(_$getKpiTableStructure, request, options: options);
}
$grpc.ResponseFuture<$31.UpdateKpiTableStructureResult> updateKpiTableStructure($31.UpdateKpiTableStructureRequest request, {$grpc.CallOptions? options}) {
$grpc.ResponseFuture<$28.UpdateKpiTableStructureResult> updateKpiTableStructure($28.UpdateKpiTableStructureRequest request, {$grpc.CallOptions? options}) {
return $createUnaryCall(_$updateKpiTableStructure, request, options: options);
}
$grpc.ResponseFuture<$31.GetKpiEntitiesResult> getKpiEntities($31.GetKpiEntitiesRequest request, {$grpc.CallOptions? options}) {
$grpc.ResponseFuture<$28.GetKpiEntitiesResult> getKpiEntities($28.GetKpiEntitiesRequest request, {$grpc.CallOptions? options}) {
return $createUnaryCall(_$getKpiEntities, request, options: options);
}
$grpc.ResponseFuture<$31.ClearKpiEntityResult> clearKpiEntity($31.ClearKpiEntityRequest request, {$grpc.CallOptions? options}) {
$grpc.ResponseFuture<$28.ClearKpiEntityResult> clearKpiEntity($28.ClearKpiEntityRequest request, {$grpc.CallOptions? options}) {
return $createUnaryCall(_$clearKpiEntity, request, options: options);
}
$grpc.ResponseFuture<$31.CreateMVResult> createMV($31.CreateMVRequest request, {$grpc.CallOptions? options}) {
$grpc.ResponseFuture<$28.CreateMVResult> createMV($28.CreateMVRequest request, {$grpc.CallOptions? options}) {
return $createUnaryCall(_$createMV, request, options: options);
}
$grpc.ResponseFuture<$31.DropMVResult> dropMV($31.DropMVRequest request, {$grpc.CallOptions? options}) {
$grpc.ResponseFuture<$28.DropMVResult> dropMV($28.DropMVRequest request, {$grpc.CallOptions? options}) {
return $createUnaryCall(_$dropMV, request, options: options);
}
$grpc.ResponseFuture<$31.PopulateMVResult> populateMV($31.PopulateMVRequest request, {$grpc.CallOptions? options}) {
$grpc.ResponseFuture<$28.PopulateMVResult> populateMV($28.PopulateMVRequest request, {$grpc.CallOptions? options}) {
return $createUnaryCall(_$populateMV, request, options: options);
}
}
@@ -94,102 +94,102 @@ abstract class KpiServiceBase extends $grpc.Service {
$core.String get $name => 'api.KpiService';
KpiServiceBase() {
$addMethod($grpc.ServiceMethod<$31.GetKpisRequest, $31.GetKpisResult>(
$addMethod($grpc.ServiceMethod<$28.GetKpisRequest, $28.GetKpisResult>(
'GetKpis',
getKpis_Pre,
false,
false,
($core.List<$core.int> value) => $31.GetKpisRequest.fromBuffer(value),
($31.GetKpisResult value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$31.GetKpiTableStructureRequest, $31.GetKpiTableStructureResult>(
($core.List<$core.int> value) => $28.GetKpisRequest.fromBuffer(value),
($28.GetKpisResult value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$28.GetKpiTableStructureRequest, $28.GetKpiTableStructureResult>(
'GetKpiTableStructure',
getKpiTableStructure_Pre,
false,
false,
($core.List<$core.int> value) => $31.GetKpiTableStructureRequest.fromBuffer(value),
($31.GetKpiTableStructureResult value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$31.UpdateKpiTableStructureRequest, $31.UpdateKpiTableStructureResult>(
($core.List<$core.int> value) => $28.GetKpiTableStructureRequest.fromBuffer(value),
($28.GetKpiTableStructureResult value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$28.UpdateKpiTableStructureRequest, $28.UpdateKpiTableStructureResult>(
'UpdateKpiTableStructure',
updateKpiTableStructure_Pre,
false,
false,
($core.List<$core.int> value) => $31.UpdateKpiTableStructureRequest.fromBuffer(value),
($31.UpdateKpiTableStructureResult value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$31.GetKpiEntitiesRequest, $31.GetKpiEntitiesResult>(
($core.List<$core.int> value) => $28.UpdateKpiTableStructureRequest.fromBuffer(value),
($28.UpdateKpiTableStructureResult value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$28.GetKpiEntitiesRequest, $28.GetKpiEntitiesResult>(
'GetKpiEntities',
getKpiEntities_Pre,
false,
false,
($core.List<$core.int> value) => $31.GetKpiEntitiesRequest.fromBuffer(value),
($31.GetKpiEntitiesResult value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$31.ClearKpiEntityRequest, $31.ClearKpiEntityResult>(
($core.List<$core.int> value) => $28.GetKpiEntitiesRequest.fromBuffer(value),
($28.GetKpiEntitiesResult value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$28.ClearKpiEntityRequest, $28.ClearKpiEntityResult>(
'ClearKpiEntity',
clearKpiEntity_Pre,
false,
false,
($core.List<$core.int> value) => $31.ClearKpiEntityRequest.fromBuffer(value),
($31.ClearKpiEntityResult value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$31.CreateMVRequest, $31.CreateMVResult>(
($core.List<$core.int> value) => $28.ClearKpiEntityRequest.fromBuffer(value),
($28.ClearKpiEntityResult value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$28.CreateMVRequest, $28.CreateMVResult>(
'CreateMV',
createMV_Pre,
false,
false,
($core.List<$core.int> value) => $31.CreateMVRequest.fromBuffer(value),
($31.CreateMVResult value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$31.DropMVRequest, $31.DropMVResult>(
($core.List<$core.int> value) => $28.CreateMVRequest.fromBuffer(value),
($28.CreateMVResult value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$28.DropMVRequest, $28.DropMVResult>(
'DropMV',
dropMV_Pre,
false,
false,
($core.List<$core.int> value) => $31.DropMVRequest.fromBuffer(value),
($31.DropMVResult value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$31.PopulateMVRequest, $31.PopulateMVResult>(
($core.List<$core.int> value) => $28.DropMVRequest.fromBuffer(value),
($28.DropMVResult value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$28.PopulateMVRequest, $28.PopulateMVResult>(
'PopulateMV',
populateMV_Pre,
false,
false,
($core.List<$core.int> value) => $31.PopulateMVRequest.fromBuffer(value),
($31.PopulateMVResult value) => value.writeToBuffer()));
($core.List<$core.int> value) => $28.PopulateMVRequest.fromBuffer(value),
($28.PopulateMVResult value) => value.writeToBuffer()));
}
$async.Future<$31.GetKpisResult> getKpis_Pre($grpc.ServiceCall $call, $async.Future<$31.GetKpisRequest> $request) async {
$async.Future<$28.GetKpisResult> getKpis_Pre($grpc.ServiceCall $call, $async.Future<$28.GetKpisRequest> $request) async {
return getKpis($call, await $request);
}
$async.Future<$31.GetKpiTableStructureResult> getKpiTableStructure_Pre($grpc.ServiceCall $call, $async.Future<$31.GetKpiTableStructureRequest> $request) async {
$async.Future<$28.GetKpiTableStructureResult> getKpiTableStructure_Pre($grpc.ServiceCall $call, $async.Future<$28.GetKpiTableStructureRequest> $request) async {
return getKpiTableStructure($call, await $request);
}
$async.Future<$31.UpdateKpiTableStructureResult> updateKpiTableStructure_Pre($grpc.ServiceCall $call, $async.Future<$31.UpdateKpiTableStructureRequest> $request) async {
$async.Future<$28.UpdateKpiTableStructureResult> updateKpiTableStructure_Pre($grpc.ServiceCall $call, $async.Future<$28.UpdateKpiTableStructureRequest> $request) async {
return updateKpiTableStructure($call, await $request);
}
$async.Future<$31.GetKpiEntitiesResult> getKpiEntities_Pre($grpc.ServiceCall $call, $async.Future<$31.GetKpiEntitiesRequest> $request) async {
$async.Future<$28.GetKpiEntitiesResult> getKpiEntities_Pre($grpc.ServiceCall $call, $async.Future<$28.GetKpiEntitiesRequest> $request) async {
return getKpiEntities($call, await $request);
}
$async.Future<$31.ClearKpiEntityResult> clearKpiEntity_Pre($grpc.ServiceCall $call, $async.Future<$31.ClearKpiEntityRequest> $request) async {
$async.Future<$28.ClearKpiEntityResult> clearKpiEntity_Pre($grpc.ServiceCall $call, $async.Future<$28.ClearKpiEntityRequest> $request) async {
return clearKpiEntity($call, await $request);
}
$async.Future<$31.CreateMVResult> createMV_Pre($grpc.ServiceCall $call, $async.Future<$31.CreateMVRequest> $request) async {
$async.Future<$28.CreateMVResult> createMV_Pre($grpc.ServiceCall $call, $async.Future<$28.CreateMVRequest> $request) async {
return createMV($call, await $request);
}
$async.Future<$31.DropMVResult> dropMV_Pre($grpc.ServiceCall $call, $async.Future<$31.DropMVRequest> $request) async {
$async.Future<$28.DropMVResult> dropMV_Pre($grpc.ServiceCall $call, $async.Future<$28.DropMVRequest> $request) async {
return dropMV($call, await $request);
}
$async.Future<$31.PopulateMVResult> populateMV_Pre($grpc.ServiceCall $call, $async.Future<$31.PopulateMVRequest> $request) async {
$async.Future<$28.PopulateMVResult> populateMV_Pre($grpc.ServiceCall $call, $async.Future<$28.PopulateMVRequest> $request) async {
return populateMV($call, await $request);
}
$async.Future<$31.GetKpisResult> getKpis($grpc.ServiceCall call, $31.GetKpisRequest request);
$async.Future<$31.GetKpiTableStructureResult> getKpiTableStructure($grpc.ServiceCall call, $31.GetKpiTableStructureRequest request);
$async.Future<$31.UpdateKpiTableStructureResult> updateKpiTableStructure($grpc.ServiceCall call, $31.UpdateKpiTableStructureRequest request);
$async.Future<$31.GetKpiEntitiesResult> getKpiEntities($grpc.ServiceCall call, $31.GetKpiEntitiesRequest request);
$async.Future<$31.ClearKpiEntityResult> clearKpiEntity($grpc.ServiceCall call, $31.ClearKpiEntityRequest request);
$async.Future<$31.CreateMVResult> createMV($grpc.ServiceCall call, $31.CreateMVRequest request);
$async.Future<$31.DropMVResult> dropMV($grpc.ServiceCall call, $31.DropMVRequest request);
$async.Future<$31.PopulateMVResult> populateMV($grpc.ServiceCall call, $31.PopulateMVRequest request);
$async.Future<$28.GetKpisResult> getKpis($grpc.ServiceCall call, $28.GetKpisRequest request);
$async.Future<$28.GetKpiTableStructureResult> getKpiTableStructure($grpc.ServiceCall call, $28.GetKpiTableStructureRequest request);
$async.Future<$28.UpdateKpiTableStructureResult> updateKpiTableStructure($grpc.ServiceCall call, $28.UpdateKpiTableStructureRequest request);
$async.Future<$28.GetKpiEntitiesResult> getKpiEntities($grpc.ServiceCall call, $28.GetKpiEntitiesRequest request);
$async.Future<$28.ClearKpiEntityResult> clearKpiEntity($grpc.ServiceCall call, $28.ClearKpiEntityRequest request);
$async.Future<$28.CreateMVResult> createMV($grpc.ServiceCall call, $28.CreateMVRequest request);
$async.Future<$28.DropMVResult> dropMV($grpc.ServiceCall call, $28.DropMVRequest request);
$async.Future<$28.PopulateMVResult> populateMV($grpc.ServiceCall call, $28.PopulateMVRequest request);
}