Latest generation

This commit is contained in:
ci core model
2025-06-24 13:53:43 +00:00
parent 24d0ab7281
commit 8c48b29fe3
90 changed files with 3405 additions and 3303 deletions

View File

@@ -16,7 +16,7 @@ import 'dart:core' as $core;
import 'package:grpc/service_api.dart' as $grpc;
import 'package:protobuf/protobuf.dart' as $pb;
import 'workflow.pb.dart' as $69;
import 'workflow.pb.dart' as $68;
export 'workflow.pb.dart';
@@ -30,238 +30,238 @@ class WorkflowServiceClient extends $grpc.Client {
'',
];
static final _$retryWorkflow = $grpc.ClientMethod<$69.RetryWorkflowRequest, $69.RetryWorkflowResult>(
static final _$retryWorkflow = $grpc.ClientMethod<$68.RetryWorkflowRequest, $68.RetryWorkflowResult>(
'/api.WorkflowService/RetryWorkflow',
($69.RetryWorkflowRequest value) => value.writeToBuffer(),
($core.List<$core.int> value) => $69.RetryWorkflowResult.fromBuffer(value));
static final _$startWorkflowCreateProject = $grpc.ClientMethod<$69.StartWorkflowCreateProjectRequest, $69.StartWorkflowCreateProjectResult>(
($68.RetryWorkflowRequest value) => value.writeToBuffer(),
($core.List<$core.int> value) => $68.RetryWorkflowResult.fromBuffer(value));
static final _$startWorkflowCreateProject = $grpc.ClientMethod<$68.StartWorkflowCreateProjectRequest, $68.StartWorkflowCreateProjectResult>(
'/api.WorkflowService/StartWorkflowCreateProject',
($69.StartWorkflowCreateProjectRequest value) => value.writeToBuffer(),
($core.List<$core.int> value) => $69.StartWorkflowCreateProjectResult.fromBuffer(value));
static final _$startWorkflowDeleteProject = $grpc.ClientMethod<$69.StartWorkflowDeleteProjectRequest, $69.StartWorkflowDeleteProjectResult>(
($68.StartWorkflowCreateProjectRequest value) => value.writeToBuffer(),
($core.List<$core.int> value) => $68.StartWorkflowCreateProjectResult.fromBuffer(value));
static final _$startWorkflowDeleteProject = $grpc.ClientMethod<$68.StartWorkflowDeleteProjectRequest, $68.StartWorkflowDeleteProjectResult>(
'/api.WorkflowService/StartWorkflowDeleteProject',
($69.StartWorkflowDeleteProjectRequest value) => value.writeToBuffer(),
($core.List<$core.int> value) => $69.StartWorkflowDeleteProjectResult.fromBuffer(value));
static final _$startWorkflowDeleteCore = $grpc.ClientMethod<$69.StartWorkflowDeleteCoreRequest, $69.StartWorkflowDeleteCoreResult>(
($68.StartWorkflowDeleteProjectRequest value) => value.writeToBuffer(),
($core.List<$core.int> value) => $68.StartWorkflowDeleteProjectResult.fromBuffer(value));
static final _$startWorkflowDeleteCore = $grpc.ClientMethod<$68.StartWorkflowDeleteCoreRequest, $68.StartWorkflowDeleteCoreResult>(
'/api.WorkflowService/StartWorkflowDeleteCore',
($69.StartWorkflowDeleteCoreRequest value) => value.writeToBuffer(),
($core.List<$core.int> value) => $69.StartWorkflowDeleteCoreResult.fromBuffer(value));
static final _$startWorkflowDeletePartnerApp = $grpc.ClientMethod<$69.StartWorkflowDeletePartnerAppRequest, $69.StartWorkflowDeletePartnerAppResult>(
($68.StartWorkflowDeleteCoreRequest value) => value.writeToBuffer(),
($core.List<$core.int> value) => $68.StartWorkflowDeleteCoreResult.fromBuffer(value));
static final _$startWorkflowDeletePartnerApp = $grpc.ClientMethod<$68.StartWorkflowDeletePartnerAppRequest, $68.StartWorkflowDeletePartnerAppResult>(
'/api.WorkflowService/StartWorkflowDeletePartnerApp',
($69.StartWorkflowDeletePartnerAppRequest value) => value.writeToBuffer(),
($core.List<$core.int> value) => $69.StartWorkflowDeletePartnerAppResult.fromBuffer(value));
static final _$startWorkflowDeleteConnection = $grpc.ClientMethod<$69.StartWorkflowDeleteConnectionRequest, $69.StartWorkflowDeleteConnectionResult>(
($68.StartWorkflowDeletePartnerAppRequest value) => value.writeToBuffer(),
($core.List<$core.int> value) => $68.StartWorkflowDeletePartnerAppResult.fromBuffer(value));
static final _$startWorkflowDeleteConnection = $grpc.ClientMethod<$68.StartWorkflowDeleteConnectionRequest, $68.StartWorkflowDeleteConnectionResult>(
'/api.WorkflowService/StartWorkflowDeleteConnection',
($69.StartWorkflowDeleteConnectionRequest value) => value.writeToBuffer(),
($core.List<$core.int> value) => $69.StartWorkflowDeleteConnectionResult.fromBuffer(value));
static final _$startWorkflowBilling = $grpc.ClientMethod<$69.StartWorkflowBillingRequest, $69.StartWorkflowBillingResult>(
($68.StartWorkflowDeleteConnectionRequest value) => value.writeToBuffer(),
($core.List<$core.int> value) => $68.StartWorkflowDeleteConnectionResult.fromBuffer(value));
static final _$startWorkflowBilling = $grpc.ClientMethod<$68.StartWorkflowBillingRequest, $68.StartWorkflowBillingResult>(
'/api.WorkflowService/StartWorkflowBilling',
($69.StartWorkflowBillingRequest value) => value.writeToBuffer(),
($core.List<$core.int> value) => $69.StartWorkflowBillingResult.fromBuffer(value));
static final _$stopWorkflowBilling = $grpc.ClientMethod<$69.StopWorkflowBillingRequest, $69.StopWorkflowBillingResult>(
($68.StartWorkflowBillingRequest value) => value.writeToBuffer(),
($core.List<$core.int> value) => $68.StartWorkflowBillingResult.fromBuffer(value));
static final _$stopWorkflowBilling = $grpc.ClientMethod<$68.StopWorkflowBillingRequest, $68.StopWorkflowBillingResult>(
'/api.WorkflowService/StopWorkflowBilling',
($69.StopWorkflowBillingRequest value) => value.writeToBuffer(),
($core.List<$core.int> value) => $69.StopWorkflowBillingResult.fromBuffer(value));
static final _$startWorkflowExtractDataFromDB = $grpc.ClientMethod<$69.StartWorkflowExtractDataFromDBRequest, $69.StartWorkflowExtractDataFromDBResult>(
($68.StopWorkflowBillingRequest value) => value.writeToBuffer(),
($core.List<$core.int> value) => $68.StopWorkflowBillingResult.fromBuffer(value));
static final _$startWorkflowExtractDataFromDB = $grpc.ClientMethod<$68.StartWorkflowExtractDataFromDBRequest, $68.StartWorkflowExtractDataFromDBResult>(
'/api.WorkflowService/StartWorkflowExtractDataFromDB',
($69.StartWorkflowExtractDataFromDBRequest value) => value.writeToBuffer(),
($core.List<$core.int> value) => $69.StartWorkflowExtractDataFromDBResult.fromBuffer(value));
static final _$registerModuleWorkflows = $grpc.ClientMethod<$69.RegisterModuleWorkflowsRequest, $69.RegisterModuleWorkflowsResult>(
($68.StartWorkflowExtractDataFromDBRequest value) => value.writeToBuffer(),
($core.List<$core.int> value) => $68.StartWorkflowExtractDataFromDBResult.fromBuffer(value));
static final _$registerModuleWorkflows = $grpc.ClientMethod<$68.RegisterModuleWorkflowsRequest, $68.RegisterModuleWorkflowsResult>(
'/api.WorkflowService/RegisterModuleWorkflows',
($69.RegisterModuleWorkflowsRequest value) => value.writeToBuffer(),
($core.List<$core.int> value) => $69.RegisterModuleWorkflowsResult.fromBuffer(value));
static final _$deregisterModuleWorkflows = $grpc.ClientMethod<$69.DeregisterModuleWorkflowsRequest, $69.DeregisterModuleWorkflowsResult>(
($68.RegisterModuleWorkflowsRequest value) => value.writeToBuffer(),
($core.List<$core.int> value) => $68.RegisterModuleWorkflowsResult.fromBuffer(value));
static final _$deregisterModuleWorkflows = $grpc.ClientMethod<$68.DeregisterModuleWorkflowsRequest, $68.DeregisterModuleWorkflowsResult>(
'/api.WorkflowService/DeregisterModuleWorkflows',
($69.DeregisterModuleWorkflowsRequest value) => value.writeToBuffer(),
($core.List<$core.int> value) => $69.DeregisterModuleWorkflowsResult.fromBuffer(value));
static final _$getModuleWorkflows = $grpc.ClientMethod<$69.GetModuleWorkflowsRequest, $69.GetModuleWorkflowsResult>(
($68.DeregisterModuleWorkflowsRequest value) => value.writeToBuffer(),
($core.List<$core.int> value) => $68.DeregisterModuleWorkflowsResult.fromBuffer(value));
static final _$getModuleWorkflows = $grpc.ClientMethod<$68.GetModuleWorkflowsRequest, $68.GetModuleWorkflowsResult>(
'/api.WorkflowService/GetModuleWorkflows',
($69.GetModuleWorkflowsRequest value) => value.writeToBuffer(),
($core.List<$core.int> value) => $69.GetModuleWorkflowsResult.fromBuffer(value));
static final _$stopWorkflow = $grpc.ClientMethod<$69.StopWorkflowRequest, $69.StopWorkflowResult>(
($68.GetModuleWorkflowsRequest value) => value.writeToBuffer(),
($core.List<$core.int> value) => $68.GetModuleWorkflowsResult.fromBuffer(value));
static final _$stopWorkflow = $grpc.ClientMethod<$68.StopWorkflowRequest, $68.StopWorkflowResult>(
'/api.WorkflowService/StopWorkflow',
($69.StopWorkflowRequest value) => value.writeToBuffer(),
($core.List<$core.int> value) => $69.StopWorkflowResult.fromBuffer(value));
static final _$startWorkflowOptimizeClickhouse = $grpc.ClientMethod<$69.StartWorkflowOptimizeClickhouseRequest, $69.StartWorkflowOptimizeClickhouseResult>(
($68.StopWorkflowRequest value) => value.writeToBuffer(),
($core.List<$core.int> value) => $68.StopWorkflowResult.fromBuffer(value));
static final _$startWorkflowOptimizeClickhouse = $grpc.ClientMethod<$68.StartWorkflowOptimizeClickhouseRequest, $68.StartWorkflowOptimizeClickhouseResult>(
'/api.WorkflowService/StartWorkflowOptimizeClickhouse',
($69.StartWorkflowOptimizeClickhouseRequest value) => value.writeToBuffer(),
($core.List<$core.int> value) => $69.StartWorkflowOptimizeClickhouseResult.fromBuffer(value));
static final _$startWorkflowCreateOrganisation = $grpc.ClientMethod<$69.StartWorkflowCreateOrganisationRequest, $69.StartWorkflowCreateOrganisationResult>(
($68.StartWorkflowOptimizeClickhouseRequest value) => value.writeToBuffer(),
($core.List<$core.int> value) => $68.StartWorkflowOptimizeClickhouseResult.fromBuffer(value));
static final _$startWorkflowCreateOrganisation = $grpc.ClientMethod<$68.StartWorkflowCreateOrganisationRequest, $68.StartWorkflowCreateOrganisationResult>(
'/api.WorkflowService/StartWorkflowCreateOrganisation',
($69.StartWorkflowCreateOrganisationRequest value) => value.writeToBuffer(),
($core.List<$core.int> value) => $69.StartWorkflowCreateOrganisationResult.fromBuffer(value));
static final _$startWorkflowDeleteOrganisation = $grpc.ClientMethod<$69.StartWorkflowDeleteOrganisationRequest, $69.StartWorkflowDeleteOrganisationResult>(
($68.StartWorkflowCreateOrganisationRequest value) => value.writeToBuffer(),
($core.List<$core.int> value) => $68.StartWorkflowCreateOrganisationResult.fromBuffer(value));
static final _$startWorkflowDeleteOrganisation = $grpc.ClientMethod<$68.StartWorkflowDeleteOrganisationRequest, $68.StartWorkflowDeleteOrganisationResult>(
'/api.WorkflowService/StartWorkflowDeleteOrganisation',
($69.StartWorkflowDeleteOrganisationRequest value) => value.writeToBuffer(),
($core.List<$core.int> value) => $69.StartWorkflowDeleteOrganisationResult.fromBuffer(value));
static final _$startWorkflowRecoverData = $grpc.ClientMethod<$69.StartWorkflowRecoverDataRequest, $69.StartWorkflowRecoverDataResult>(
($68.StartWorkflowDeleteOrganisationRequest value) => value.writeToBuffer(),
($core.List<$core.int> value) => $68.StartWorkflowDeleteOrganisationResult.fromBuffer(value));
static final _$startWorkflowRecoverData = $grpc.ClientMethod<$68.StartWorkflowRecoverDataRequest, $68.StartWorkflowRecoverDataResult>(
'/api.WorkflowService/StartWorkflowRecoverData',
($69.StartWorkflowRecoverDataRequest value) => value.writeToBuffer(),
($core.List<$core.int> value) => $69.StartWorkflowRecoverDataResult.fromBuffer(value));
static final _$startWorkflowCheckAndLaunchRecoverData = $grpc.ClientMethod<$69.StartWorkflowCheckAndLaunchRecoverDataRequest, $69.StartWorkflowCheckAndLaunchRecoverDataResult>(
($68.StartWorkflowRecoverDataRequest value) => value.writeToBuffer(),
($core.List<$core.int> value) => $68.StartWorkflowRecoverDataResult.fromBuffer(value));
static final _$startWorkflowCheckAndLaunchRecoverData = $grpc.ClientMethod<$68.StartWorkflowCheckAndLaunchRecoverDataRequest, $68.StartWorkflowCheckAndLaunchRecoverDataResult>(
'/api.WorkflowService/StartWorkflowCheckAndLaunchRecoverData',
($69.StartWorkflowCheckAndLaunchRecoverDataRequest value) => value.writeToBuffer(),
($core.List<$core.int> value) => $69.StartWorkflowCheckAndLaunchRecoverDataResult.fromBuffer(value));
static final _$startWorkflowUpdateMaterializedView = $grpc.ClientMethod<$69.StartWorkflowUpdateMaterializedViewRequest, $69.StartWorkflowUpdateMaterializedViewResult>(
($68.StartWorkflowCheckAndLaunchRecoverDataRequest value) => value.writeToBuffer(),
($core.List<$core.int> value) => $68.StartWorkflowCheckAndLaunchRecoverDataResult.fromBuffer(value));
static final _$startWorkflowUpdateMaterializedView = $grpc.ClientMethod<$68.StartWorkflowUpdateMaterializedViewRequest, $68.StartWorkflowUpdateMaterializedViewResult>(
'/api.WorkflowService/StartWorkflowUpdateMaterializedView',
($69.StartWorkflowUpdateMaterializedViewRequest value) => value.writeToBuffer(),
($core.List<$core.int> value) => $69.StartWorkflowUpdateMaterializedViewResult.fromBuffer(value));
static final _$getWorkflowState = $grpc.ClientMethod<$69.GetWorkflowStateRequest, $69.GetWorkflowStateResult>(
($68.StartWorkflowUpdateMaterializedViewRequest value) => value.writeToBuffer(),
($core.List<$core.int> value) => $68.StartWorkflowUpdateMaterializedViewResult.fromBuffer(value));
static final _$getWorkflowState = $grpc.ClientMethod<$68.GetWorkflowStateRequest, $68.GetWorkflowStateResult>(
'/api.WorkflowService/GetWorkflowState',
($69.GetWorkflowStateRequest value) => value.writeToBuffer(),
($core.List<$core.int> value) => $69.GetWorkflowStateResult.fromBuffer(value));
static final _$getWorkflowExecutionInformations = $grpc.ClientMethod<$69.GetWorkflowExecutionInformationsRequest, $69.GetWorkflowExecutionInformationsResult>(
($68.GetWorkflowStateRequest value) => value.writeToBuffer(),
($core.List<$core.int> value) => $68.GetWorkflowStateResult.fromBuffer(value));
static final _$getWorkflowExecutionInformations = $grpc.ClientMethod<$68.GetWorkflowExecutionInformationsRequest, $68.GetWorkflowExecutionInformationsResult>(
'/api.WorkflowService/GetWorkflowExecutionInformations',
($69.GetWorkflowExecutionInformationsRequest value) => value.writeToBuffer(),
($core.List<$core.int> value) => $69.GetWorkflowExecutionInformationsResult.fromBuffer(value));
static final _$startWorkflowDailyProjectsOperations = $grpc.ClientMethod<$69.StartWorkflowDailyProjectsOperationsRequest, $69.StartWorkflowDailyProjectsOperationsResult>(
($68.GetWorkflowExecutionInformationsRequest value) => value.writeToBuffer(),
($core.List<$core.int> value) => $68.GetWorkflowExecutionInformationsResult.fromBuffer(value));
static final _$startWorkflowDailyProjectsOperations = $grpc.ClientMethod<$68.StartWorkflowDailyProjectsOperationsRequest, $68.StartWorkflowDailyProjectsOperationsResult>(
'/api.WorkflowService/StartWorkflowDailyProjectsOperations',
($69.StartWorkflowDailyProjectsOperationsRequest value) => value.writeToBuffer(),
($core.List<$core.int> value) => $69.StartWorkflowDailyProjectsOperationsResult.fromBuffer(value));
static final _$startWorkflowHealthCheckWorkflows = $grpc.ClientMethod<$69.StartWorkflowHealthCheckWorkflowsRequest, $69.StartWorkflowHealthCheckWorkflowsResult>(
($68.StartWorkflowDailyProjectsOperationsRequest value) => value.writeToBuffer(),
($core.List<$core.int> value) => $68.StartWorkflowDailyProjectsOperationsResult.fromBuffer(value));
static final _$startWorkflowHealthCheckWorkflows = $grpc.ClientMethod<$68.StartWorkflowHealthCheckWorkflowsRequest, $68.StartWorkflowHealthCheckWorkflowsResult>(
'/api.WorkflowService/StartWorkflowHealthCheckWorkflows',
($69.StartWorkflowHealthCheckWorkflowsRequest value) => value.writeToBuffer(),
($core.List<$core.int> value) => $69.StartWorkflowHealthCheckWorkflowsResult.fromBuffer(value));
static final _$startWorkflowExtractKPI = $grpc.ClientMethod<$69.StartWorkflowExtractKPIRequest, $69.StartWorkflowExtractKPIResult>(
($68.StartWorkflowHealthCheckWorkflowsRequest value) => value.writeToBuffer(),
($core.List<$core.int> value) => $68.StartWorkflowHealthCheckWorkflowsResult.fromBuffer(value));
static final _$startWorkflowExtractKPI = $grpc.ClientMethod<$68.StartWorkflowExtractKPIRequest, $68.StartWorkflowExtractKPIResult>(
'/api.WorkflowService/StartWorkflowExtractKPI',
($69.StartWorkflowExtractKPIRequest value) => value.writeToBuffer(),
($core.List<$core.int> value) => $69.StartWorkflowExtractKPIResult.fromBuffer(value));
static final _$startWorkflowPruneData = $grpc.ClientMethod<$69.StartWorkflowPruneDataRequest, $69.StartWorkflowPruneDataResult>(
($68.StartWorkflowExtractKPIRequest value) => value.writeToBuffer(),
($core.List<$core.int> value) => $68.StartWorkflowExtractKPIResult.fromBuffer(value));
static final _$startWorkflowPruneData = $grpc.ClientMethod<$68.StartWorkflowPruneDataRequest, $68.StartWorkflowPruneDataResult>(
'/api.WorkflowService/StartWorkflowPruneData',
($69.StartWorkflowPruneDataRequest value) => value.writeToBuffer(),
($core.List<$core.int> value) => $69.StartWorkflowPruneDataResult.fromBuffer(value));
static final _$startWorkflowSynchronizeRulesOnGit = $grpc.ClientMethod<$69.StartWorkflowSynchronizeRulesOnGitRequest, $69.StartWorkflowSynchronizeRulesOnGitResult>(
($68.StartWorkflowPruneDataRequest value) => value.writeToBuffer(),
($core.List<$core.int> value) => $68.StartWorkflowPruneDataResult.fromBuffer(value));
static final _$startWorkflowSynchronizeRulesOnGit = $grpc.ClientMethod<$68.StartWorkflowSynchronizeRulesOnGitRequest, $68.StartWorkflowSynchronizeRulesOnGitResult>(
'/api.WorkflowService/StartWorkflowSynchronizeRulesOnGit',
($69.StartWorkflowSynchronizeRulesOnGitRequest value) => value.writeToBuffer(),
($core.List<$core.int> value) => $69.StartWorkflowSynchronizeRulesOnGitResult.fromBuffer(value));
static final _$startWorkflowAnonymizeData = $grpc.ClientMethod<$69.StartWorkflowAnonymizeDataRequest, $69.StartWorkflowAnonymizeDataResult>(
($68.StartWorkflowSynchronizeRulesOnGitRequest value) => value.writeToBuffer(),
($core.List<$core.int> value) => $68.StartWorkflowSynchronizeRulesOnGitResult.fromBuffer(value));
static final _$startWorkflowAnonymizeData = $grpc.ClientMethod<$68.StartWorkflowAnonymizeDataRequest, $68.StartWorkflowAnonymizeDataResult>(
'/api.WorkflowService/StartWorkflowAnonymizeData',
($69.StartWorkflowAnonymizeDataRequest value) => value.writeToBuffer(),
($core.List<$core.int> value) => $69.StartWorkflowAnonymizeDataResult.fromBuffer(value));
static final _$startWorkflowUpgradeModel = $grpc.ClientMethod<$69.StartWorkflowUpgradeModelRequest, $69.StartWorkflowUpgradeModelResult>(
($68.StartWorkflowAnonymizeDataRequest value) => value.writeToBuffer(),
($core.List<$core.int> value) => $68.StartWorkflowAnonymizeDataResult.fromBuffer(value));
static final _$startWorkflowUpgradeModel = $grpc.ClientMethod<$68.StartWorkflowUpgradeModelRequest, $68.StartWorkflowUpgradeModelResult>(
'/api.WorkflowService/StartWorkflowUpgradeModel',
($69.StartWorkflowUpgradeModelRequest value) => value.writeToBuffer(),
($core.List<$core.int> value) => $69.StartWorkflowUpgradeModelResult.fromBuffer(value));
static final _$startWorkflowSweep = $grpc.ClientMethod<$69.StartWorkflowSweepRequest, $69.StartWorkflowSweepResult>(
($68.StartWorkflowUpgradeModelRequest value) => value.writeToBuffer(),
($core.List<$core.int> value) => $68.StartWorkflowUpgradeModelResult.fromBuffer(value));
static final _$startWorkflowSweep = $grpc.ClientMethod<$68.StartWorkflowSweepRequest, $68.StartWorkflowSweepResult>(
'/api.WorkflowService/StartWorkflowSweep',
($69.StartWorkflowSweepRequest value) => value.writeToBuffer(),
($core.List<$core.int> value) => $69.StartWorkflowSweepResult.fromBuffer(value));
($68.StartWorkflowSweepRequest value) => value.writeToBuffer(),
($core.List<$core.int> value) => $68.StartWorkflowSweepResult.fromBuffer(value));
WorkflowServiceClient(super.channel, {super.options, super.interceptors});
$grpc.ResponseFuture<$69.RetryWorkflowResult> retryWorkflow($69.RetryWorkflowRequest request, {$grpc.CallOptions? options}) {
$grpc.ResponseFuture<$68.RetryWorkflowResult> retryWorkflow($68.RetryWorkflowRequest request, {$grpc.CallOptions? options}) {
return $createUnaryCall(_$retryWorkflow, request, options: options);
}
$grpc.ResponseFuture<$69.StartWorkflowCreateProjectResult> startWorkflowCreateProject($69.StartWorkflowCreateProjectRequest request, {$grpc.CallOptions? options}) {
$grpc.ResponseFuture<$68.StartWorkflowCreateProjectResult> startWorkflowCreateProject($68.StartWorkflowCreateProjectRequest request, {$grpc.CallOptions? options}) {
return $createUnaryCall(_$startWorkflowCreateProject, request, options: options);
}
$grpc.ResponseFuture<$69.StartWorkflowDeleteProjectResult> startWorkflowDeleteProject($69.StartWorkflowDeleteProjectRequest request, {$grpc.CallOptions? options}) {
$grpc.ResponseFuture<$68.StartWorkflowDeleteProjectResult> startWorkflowDeleteProject($68.StartWorkflowDeleteProjectRequest request, {$grpc.CallOptions? options}) {
return $createUnaryCall(_$startWorkflowDeleteProject, request, options: options);
}
$grpc.ResponseFuture<$69.StartWorkflowDeleteCoreResult> startWorkflowDeleteCore($69.StartWorkflowDeleteCoreRequest request, {$grpc.CallOptions? options}) {
$grpc.ResponseFuture<$68.StartWorkflowDeleteCoreResult> startWorkflowDeleteCore($68.StartWorkflowDeleteCoreRequest request, {$grpc.CallOptions? options}) {
return $createUnaryCall(_$startWorkflowDeleteCore, request, options: options);
}
$grpc.ResponseFuture<$69.StartWorkflowDeletePartnerAppResult> startWorkflowDeletePartnerApp($69.StartWorkflowDeletePartnerAppRequest request, {$grpc.CallOptions? options}) {
$grpc.ResponseFuture<$68.StartWorkflowDeletePartnerAppResult> startWorkflowDeletePartnerApp($68.StartWorkflowDeletePartnerAppRequest request, {$grpc.CallOptions? options}) {
return $createUnaryCall(_$startWorkflowDeletePartnerApp, request, options: options);
}
$grpc.ResponseFuture<$69.StartWorkflowDeleteConnectionResult> startWorkflowDeleteConnection($69.StartWorkflowDeleteConnectionRequest request, {$grpc.CallOptions? options}) {
$grpc.ResponseFuture<$68.StartWorkflowDeleteConnectionResult> startWorkflowDeleteConnection($68.StartWorkflowDeleteConnectionRequest request, {$grpc.CallOptions? options}) {
return $createUnaryCall(_$startWorkflowDeleteConnection, request, options: options);
}
$grpc.ResponseFuture<$69.StartWorkflowBillingResult> startWorkflowBilling($69.StartWorkflowBillingRequest request, {$grpc.CallOptions? options}) {
$grpc.ResponseFuture<$68.StartWorkflowBillingResult> startWorkflowBilling($68.StartWorkflowBillingRequest request, {$grpc.CallOptions? options}) {
return $createUnaryCall(_$startWorkflowBilling, request, options: options);
}
$grpc.ResponseFuture<$69.StopWorkflowBillingResult> stopWorkflowBilling($69.StopWorkflowBillingRequest request, {$grpc.CallOptions? options}) {
$grpc.ResponseFuture<$68.StopWorkflowBillingResult> stopWorkflowBilling($68.StopWorkflowBillingRequest request, {$grpc.CallOptions? options}) {
return $createUnaryCall(_$stopWorkflowBilling, request, options: options);
}
$grpc.ResponseFuture<$69.StartWorkflowExtractDataFromDBResult> startWorkflowExtractDataFromDB($69.StartWorkflowExtractDataFromDBRequest request, {$grpc.CallOptions? options}) {
$grpc.ResponseFuture<$68.StartWorkflowExtractDataFromDBResult> startWorkflowExtractDataFromDB($68.StartWorkflowExtractDataFromDBRequest request, {$grpc.CallOptions? options}) {
return $createUnaryCall(_$startWorkflowExtractDataFromDB, request, options: options);
}
$grpc.ResponseFuture<$69.RegisterModuleWorkflowsResult> registerModuleWorkflows($69.RegisterModuleWorkflowsRequest request, {$grpc.CallOptions? options}) {
$grpc.ResponseFuture<$68.RegisterModuleWorkflowsResult> registerModuleWorkflows($68.RegisterModuleWorkflowsRequest request, {$grpc.CallOptions? options}) {
return $createUnaryCall(_$registerModuleWorkflows, request, options: options);
}
$grpc.ResponseFuture<$69.DeregisterModuleWorkflowsResult> deregisterModuleWorkflows($69.DeregisterModuleWorkflowsRequest request, {$grpc.CallOptions? options}) {
$grpc.ResponseFuture<$68.DeregisterModuleWorkflowsResult> deregisterModuleWorkflows($68.DeregisterModuleWorkflowsRequest request, {$grpc.CallOptions? options}) {
return $createUnaryCall(_$deregisterModuleWorkflows, request, options: options);
}
$grpc.ResponseFuture<$69.GetModuleWorkflowsResult> getModuleWorkflows($69.GetModuleWorkflowsRequest request, {$grpc.CallOptions? options}) {
$grpc.ResponseFuture<$68.GetModuleWorkflowsResult> getModuleWorkflows($68.GetModuleWorkflowsRequest request, {$grpc.CallOptions? options}) {
return $createUnaryCall(_$getModuleWorkflows, request, options: options);
}
$grpc.ResponseFuture<$69.StopWorkflowResult> stopWorkflow($69.StopWorkflowRequest request, {$grpc.CallOptions? options}) {
$grpc.ResponseFuture<$68.StopWorkflowResult> stopWorkflow($68.StopWorkflowRequest request, {$grpc.CallOptions? options}) {
return $createUnaryCall(_$stopWorkflow, request, options: options);
}
$grpc.ResponseFuture<$69.StartWorkflowOptimizeClickhouseResult> startWorkflowOptimizeClickhouse($69.StartWorkflowOptimizeClickhouseRequest request, {$grpc.CallOptions? options}) {
$grpc.ResponseFuture<$68.StartWorkflowOptimizeClickhouseResult> startWorkflowOptimizeClickhouse($68.StartWorkflowOptimizeClickhouseRequest request, {$grpc.CallOptions? options}) {
return $createUnaryCall(_$startWorkflowOptimizeClickhouse, request, options: options);
}
$grpc.ResponseFuture<$69.StartWorkflowCreateOrganisationResult> startWorkflowCreateOrganisation($69.StartWorkflowCreateOrganisationRequest request, {$grpc.CallOptions? options}) {
$grpc.ResponseFuture<$68.StartWorkflowCreateOrganisationResult> startWorkflowCreateOrganisation($68.StartWorkflowCreateOrganisationRequest request, {$grpc.CallOptions? options}) {
return $createUnaryCall(_$startWorkflowCreateOrganisation, request, options: options);
}
$grpc.ResponseFuture<$69.StartWorkflowDeleteOrganisationResult> startWorkflowDeleteOrganisation($69.StartWorkflowDeleteOrganisationRequest request, {$grpc.CallOptions? options}) {
$grpc.ResponseFuture<$68.StartWorkflowDeleteOrganisationResult> startWorkflowDeleteOrganisation($68.StartWorkflowDeleteOrganisationRequest request, {$grpc.CallOptions? options}) {
return $createUnaryCall(_$startWorkflowDeleteOrganisation, request, options: options);
}
$grpc.ResponseFuture<$69.StartWorkflowRecoverDataResult> startWorkflowRecoverData($69.StartWorkflowRecoverDataRequest request, {$grpc.CallOptions? options}) {
$grpc.ResponseFuture<$68.StartWorkflowRecoverDataResult> startWorkflowRecoverData($68.StartWorkflowRecoverDataRequest request, {$grpc.CallOptions? options}) {
return $createUnaryCall(_$startWorkflowRecoverData, request, options: options);
}
$grpc.ResponseFuture<$69.StartWorkflowCheckAndLaunchRecoverDataResult> startWorkflowCheckAndLaunchRecoverData($69.StartWorkflowCheckAndLaunchRecoverDataRequest request, {$grpc.CallOptions? options}) {
$grpc.ResponseFuture<$68.StartWorkflowCheckAndLaunchRecoverDataResult> startWorkflowCheckAndLaunchRecoverData($68.StartWorkflowCheckAndLaunchRecoverDataRequest request, {$grpc.CallOptions? options}) {
return $createUnaryCall(_$startWorkflowCheckAndLaunchRecoverData, request, options: options);
}
$grpc.ResponseFuture<$69.StartWorkflowUpdateMaterializedViewResult> startWorkflowUpdateMaterializedView($69.StartWorkflowUpdateMaterializedViewRequest request, {$grpc.CallOptions? options}) {
$grpc.ResponseFuture<$68.StartWorkflowUpdateMaterializedViewResult> startWorkflowUpdateMaterializedView($68.StartWorkflowUpdateMaterializedViewRequest request, {$grpc.CallOptions? options}) {
return $createUnaryCall(_$startWorkflowUpdateMaterializedView, request, options: options);
}
$grpc.ResponseFuture<$69.GetWorkflowStateResult> getWorkflowState($69.GetWorkflowStateRequest request, {$grpc.CallOptions? options}) {
$grpc.ResponseFuture<$68.GetWorkflowStateResult> getWorkflowState($68.GetWorkflowStateRequest request, {$grpc.CallOptions? options}) {
return $createUnaryCall(_$getWorkflowState, request, options: options);
}
$grpc.ResponseFuture<$69.GetWorkflowExecutionInformationsResult> getWorkflowExecutionInformations($69.GetWorkflowExecutionInformationsRequest request, {$grpc.CallOptions? options}) {
$grpc.ResponseFuture<$68.GetWorkflowExecutionInformationsResult> getWorkflowExecutionInformations($68.GetWorkflowExecutionInformationsRequest request, {$grpc.CallOptions? options}) {
return $createUnaryCall(_$getWorkflowExecutionInformations, request, options: options);
}
$grpc.ResponseFuture<$69.StartWorkflowDailyProjectsOperationsResult> startWorkflowDailyProjectsOperations($69.StartWorkflowDailyProjectsOperationsRequest request, {$grpc.CallOptions? options}) {
$grpc.ResponseFuture<$68.StartWorkflowDailyProjectsOperationsResult> startWorkflowDailyProjectsOperations($68.StartWorkflowDailyProjectsOperationsRequest request, {$grpc.CallOptions? options}) {
return $createUnaryCall(_$startWorkflowDailyProjectsOperations, request, options: options);
}
$grpc.ResponseFuture<$69.StartWorkflowHealthCheckWorkflowsResult> startWorkflowHealthCheckWorkflows($69.StartWorkflowHealthCheckWorkflowsRequest request, {$grpc.CallOptions? options}) {
$grpc.ResponseFuture<$68.StartWorkflowHealthCheckWorkflowsResult> startWorkflowHealthCheckWorkflows($68.StartWorkflowHealthCheckWorkflowsRequest request, {$grpc.CallOptions? options}) {
return $createUnaryCall(_$startWorkflowHealthCheckWorkflows, request, options: options);
}
$grpc.ResponseFuture<$69.StartWorkflowExtractKPIResult> startWorkflowExtractKPI($69.StartWorkflowExtractKPIRequest request, {$grpc.CallOptions? options}) {
$grpc.ResponseFuture<$68.StartWorkflowExtractKPIResult> startWorkflowExtractKPI($68.StartWorkflowExtractKPIRequest request, {$grpc.CallOptions? options}) {
return $createUnaryCall(_$startWorkflowExtractKPI, request, options: options);
}
$grpc.ResponseFuture<$69.StartWorkflowPruneDataResult> startWorkflowPruneData($69.StartWorkflowPruneDataRequest request, {$grpc.CallOptions? options}) {
$grpc.ResponseFuture<$68.StartWorkflowPruneDataResult> startWorkflowPruneData($68.StartWorkflowPruneDataRequest request, {$grpc.CallOptions? options}) {
return $createUnaryCall(_$startWorkflowPruneData, request, options: options);
}
$grpc.ResponseFuture<$69.StartWorkflowSynchronizeRulesOnGitResult> startWorkflowSynchronizeRulesOnGit($69.StartWorkflowSynchronizeRulesOnGitRequest request, {$grpc.CallOptions? options}) {
$grpc.ResponseFuture<$68.StartWorkflowSynchronizeRulesOnGitResult> startWorkflowSynchronizeRulesOnGit($68.StartWorkflowSynchronizeRulesOnGitRequest request, {$grpc.CallOptions? options}) {
return $createUnaryCall(_$startWorkflowSynchronizeRulesOnGit, request, options: options);
}
$grpc.ResponseFuture<$69.StartWorkflowAnonymizeDataResult> startWorkflowAnonymizeData($69.StartWorkflowAnonymizeDataRequest request, {$grpc.CallOptions? options}) {
$grpc.ResponseFuture<$68.StartWorkflowAnonymizeDataResult> startWorkflowAnonymizeData($68.StartWorkflowAnonymizeDataRequest request, {$grpc.CallOptions? options}) {
return $createUnaryCall(_$startWorkflowAnonymizeData, request, options: options);
}
$grpc.ResponseFuture<$69.StartWorkflowUpgradeModelResult> startWorkflowUpgradeModel($69.StartWorkflowUpgradeModelRequest request, {$grpc.CallOptions? options}) {
$grpc.ResponseFuture<$68.StartWorkflowUpgradeModelResult> startWorkflowUpgradeModel($68.StartWorkflowUpgradeModelRequest request, {$grpc.CallOptions? options}) {
return $createUnaryCall(_$startWorkflowUpgradeModel, request, options: options);
}
$grpc.ResponseFuture<$69.StartWorkflowSweepResult> startWorkflowSweep($69.StartWorkflowSweepRequest request, {$grpc.CallOptions? options}) {
$grpc.ResponseFuture<$68.StartWorkflowSweepResult> startWorkflowSweep($68.StartWorkflowSweepRequest request, {$grpc.CallOptions? options}) {
return $createUnaryCall(_$startWorkflowSweep, request, options: options);
}
}
@@ -271,354 +271,354 @@ abstract class WorkflowServiceBase extends $grpc.Service {
$core.String get $name => 'api.WorkflowService';
WorkflowServiceBase() {
$addMethod($grpc.ServiceMethod<$69.RetryWorkflowRequest, $69.RetryWorkflowResult>(
$addMethod($grpc.ServiceMethod<$68.RetryWorkflowRequest, $68.RetryWorkflowResult>(
'RetryWorkflow',
retryWorkflow_Pre,
false,
false,
($core.List<$core.int> value) => $69.RetryWorkflowRequest.fromBuffer(value),
($69.RetryWorkflowResult value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$69.StartWorkflowCreateProjectRequest, $69.StartWorkflowCreateProjectResult>(
($core.List<$core.int> value) => $68.RetryWorkflowRequest.fromBuffer(value),
($68.RetryWorkflowResult value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$68.StartWorkflowCreateProjectRequest, $68.StartWorkflowCreateProjectResult>(
'StartWorkflowCreateProject',
startWorkflowCreateProject_Pre,
false,
false,
($core.List<$core.int> value) => $69.StartWorkflowCreateProjectRequest.fromBuffer(value),
($69.StartWorkflowCreateProjectResult value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$69.StartWorkflowDeleteProjectRequest, $69.StartWorkflowDeleteProjectResult>(
($core.List<$core.int> value) => $68.StartWorkflowCreateProjectRequest.fromBuffer(value),
($68.StartWorkflowCreateProjectResult value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$68.StartWorkflowDeleteProjectRequest, $68.StartWorkflowDeleteProjectResult>(
'StartWorkflowDeleteProject',
startWorkflowDeleteProject_Pre,
false,
false,
($core.List<$core.int> value) => $69.StartWorkflowDeleteProjectRequest.fromBuffer(value),
($69.StartWorkflowDeleteProjectResult value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$69.StartWorkflowDeleteCoreRequest, $69.StartWorkflowDeleteCoreResult>(
($core.List<$core.int> value) => $68.StartWorkflowDeleteProjectRequest.fromBuffer(value),
($68.StartWorkflowDeleteProjectResult value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$68.StartWorkflowDeleteCoreRequest, $68.StartWorkflowDeleteCoreResult>(
'StartWorkflowDeleteCore',
startWorkflowDeleteCore_Pre,
false,
false,
($core.List<$core.int> value) => $69.StartWorkflowDeleteCoreRequest.fromBuffer(value),
($69.StartWorkflowDeleteCoreResult value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$69.StartWorkflowDeletePartnerAppRequest, $69.StartWorkflowDeletePartnerAppResult>(
($core.List<$core.int> value) => $68.StartWorkflowDeleteCoreRequest.fromBuffer(value),
($68.StartWorkflowDeleteCoreResult value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$68.StartWorkflowDeletePartnerAppRequest, $68.StartWorkflowDeletePartnerAppResult>(
'StartWorkflowDeletePartnerApp',
startWorkflowDeletePartnerApp_Pre,
false,
false,
($core.List<$core.int> value) => $69.StartWorkflowDeletePartnerAppRequest.fromBuffer(value),
($69.StartWorkflowDeletePartnerAppResult value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$69.StartWorkflowDeleteConnectionRequest, $69.StartWorkflowDeleteConnectionResult>(
($core.List<$core.int> value) => $68.StartWorkflowDeletePartnerAppRequest.fromBuffer(value),
($68.StartWorkflowDeletePartnerAppResult value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$68.StartWorkflowDeleteConnectionRequest, $68.StartWorkflowDeleteConnectionResult>(
'StartWorkflowDeleteConnection',
startWorkflowDeleteConnection_Pre,
false,
false,
($core.List<$core.int> value) => $69.StartWorkflowDeleteConnectionRequest.fromBuffer(value),
($69.StartWorkflowDeleteConnectionResult value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$69.StartWorkflowBillingRequest, $69.StartWorkflowBillingResult>(
($core.List<$core.int> value) => $68.StartWorkflowDeleteConnectionRequest.fromBuffer(value),
($68.StartWorkflowDeleteConnectionResult value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$68.StartWorkflowBillingRequest, $68.StartWorkflowBillingResult>(
'StartWorkflowBilling',
startWorkflowBilling_Pre,
false,
false,
($core.List<$core.int> value) => $69.StartWorkflowBillingRequest.fromBuffer(value),
($69.StartWorkflowBillingResult value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$69.StopWorkflowBillingRequest, $69.StopWorkflowBillingResult>(
($core.List<$core.int> value) => $68.StartWorkflowBillingRequest.fromBuffer(value),
($68.StartWorkflowBillingResult value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$68.StopWorkflowBillingRequest, $68.StopWorkflowBillingResult>(
'StopWorkflowBilling',
stopWorkflowBilling_Pre,
false,
false,
($core.List<$core.int> value) => $69.StopWorkflowBillingRequest.fromBuffer(value),
($69.StopWorkflowBillingResult value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$69.StartWorkflowExtractDataFromDBRequest, $69.StartWorkflowExtractDataFromDBResult>(
($core.List<$core.int> value) => $68.StopWorkflowBillingRequest.fromBuffer(value),
($68.StopWorkflowBillingResult value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$68.StartWorkflowExtractDataFromDBRequest, $68.StartWorkflowExtractDataFromDBResult>(
'StartWorkflowExtractDataFromDB',
startWorkflowExtractDataFromDB_Pre,
false,
false,
($core.List<$core.int> value) => $69.StartWorkflowExtractDataFromDBRequest.fromBuffer(value),
($69.StartWorkflowExtractDataFromDBResult value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$69.RegisterModuleWorkflowsRequest, $69.RegisterModuleWorkflowsResult>(
($core.List<$core.int> value) => $68.StartWorkflowExtractDataFromDBRequest.fromBuffer(value),
($68.StartWorkflowExtractDataFromDBResult value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$68.RegisterModuleWorkflowsRequest, $68.RegisterModuleWorkflowsResult>(
'RegisterModuleWorkflows',
registerModuleWorkflows_Pre,
false,
false,
($core.List<$core.int> value) => $69.RegisterModuleWorkflowsRequest.fromBuffer(value),
($69.RegisterModuleWorkflowsResult value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$69.DeregisterModuleWorkflowsRequest, $69.DeregisterModuleWorkflowsResult>(
($core.List<$core.int> value) => $68.RegisterModuleWorkflowsRequest.fromBuffer(value),
($68.RegisterModuleWorkflowsResult value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$68.DeregisterModuleWorkflowsRequest, $68.DeregisterModuleWorkflowsResult>(
'DeregisterModuleWorkflows',
deregisterModuleWorkflows_Pre,
false,
false,
($core.List<$core.int> value) => $69.DeregisterModuleWorkflowsRequest.fromBuffer(value),
($69.DeregisterModuleWorkflowsResult value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$69.GetModuleWorkflowsRequest, $69.GetModuleWorkflowsResult>(
($core.List<$core.int> value) => $68.DeregisterModuleWorkflowsRequest.fromBuffer(value),
($68.DeregisterModuleWorkflowsResult value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$68.GetModuleWorkflowsRequest, $68.GetModuleWorkflowsResult>(
'GetModuleWorkflows',
getModuleWorkflows_Pre,
false,
false,
($core.List<$core.int> value) => $69.GetModuleWorkflowsRequest.fromBuffer(value),
($69.GetModuleWorkflowsResult value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$69.StopWorkflowRequest, $69.StopWorkflowResult>(
($core.List<$core.int> value) => $68.GetModuleWorkflowsRequest.fromBuffer(value),
($68.GetModuleWorkflowsResult value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$68.StopWorkflowRequest, $68.StopWorkflowResult>(
'StopWorkflow',
stopWorkflow_Pre,
false,
false,
($core.List<$core.int> value) => $69.StopWorkflowRequest.fromBuffer(value),
($69.StopWorkflowResult value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$69.StartWorkflowOptimizeClickhouseRequest, $69.StartWorkflowOptimizeClickhouseResult>(
($core.List<$core.int> value) => $68.StopWorkflowRequest.fromBuffer(value),
($68.StopWorkflowResult value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$68.StartWorkflowOptimizeClickhouseRequest, $68.StartWorkflowOptimizeClickhouseResult>(
'StartWorkflowOptimizeClickhouse',
startWorkflowOptimizeClickhouse_Pre,
false,
false,
($core.List<$core.int> value) => $69.StartWorkflowOptimizeClickhouseRequest.fromBuffer(value),
($69.StartWorkflowOptimizeClickhouseResult value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$69.StartWorkflowCreateOrganisationRequest, $69.StartWorkflowCreateOrganisationResult>(
($core.List<$core.int> value) => $68.StartWorkflowOptimizeClickhouseRequest.fromBuffer(value),
($68.StartWorkflowOptimizeClickhouseResult value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$68.StartWorkflowCreateOrganisationRequest, $68.StartWorkflowCreateOrganisationResult>(
'StartWorkflowCreateOrganisation',
startWorkflowCreateOrganisation_Pre,
false,
false,
($core.List<$core.int> value) => $69.StartWorkflowCreateOrganisationRequest.fromBuffer(value),
($69.StartWorkflowCreateOrganisationResult value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$69.StartWorkflowDeleteOrganisationRequest, $69.StartWorkflowDeleteOrganisationResult>(
($core.List<$core.int> value) => $68.StartWorkflowCreateOrganisationRequest.fromBuffer(value),
($68.StartWorkflowCreateOrganisationResult value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$68.StartWorkflowDeleteOrganisationRequest, $68.StartWorkflowDeleteOrganisationResult>(
'StartWorkflowDeleteOrganisation',
startWorkflowDeleteOrganisation_Pre,
false,
false,
($core.List<$core.int> value) => $69.StartWorkflowDeleteOrganisationRequest.fromBuffer(value),
($69.StartWorkflowDeleteOrganisationResult value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$69.StartWorkflowRecoverDataRequest, $69.StartWorkflowRecoverDataResult>(
($core.List<$core.int> value) => $68.StartWorkflowDeleteOrganisationRequest.fromBuffer(value),
($68.StartWorkflowDeleteOrganisationResult value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$68.StartWorkflowRecoverDataRequest, $68.StartWorkflowRecoverDataResult>(
'StartWorkflowRecoverData',
startWorkflowRecoverData_Pre,
false,
false,
($core.List<$core.int> value) => $69.StartWorkflowRecoverDataRequest.fromBuffer(value),
($69.StartWorkflowRecoverDataResult value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$69.StartWorkflowCheckAndLaunchRecoverDataRequest, $69.StartWorkflowCheckAndLaunchRecoverDataResult>(
($core.List<$core.int> value) => $68.StartWorkflowRecoverDataRequest.fromBuffer(value),
($68.StartWorkflowRecoverDataResult value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$68.StartWorkflowCheckAndLaunchRecoverDataRequest, $68.StartWorkflowCheckAndLaunchRecoverDataResult>(
'StartWorkflowCheckAndLaunchRecoverData',
startWorkflowCheckAndLaunchRecoverData_Pre,
false,
false,
($core.List<$core.int> value) => $69.StartWorkflowCheckAndLaunchRecoverDataRequest.fromBuffer(value),
($69.StartWorkflowCheckAndLaunchRecoverDataResult value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$69.StartWorkflowUpdateMaterializedViewRequest, $69.StartWorkflowUpdateMaterializedViewResult>(
($core.List<$core.int> value) => $68.StartWorkflowCheckAndLaunchRecoverDataRequest.fromBuffer(value),
($68.StartWorkflowCheckAndLaunchRecoverDataResult value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$68.StartWorkflowUpdateMaterializedViewRequest, $68.StartWorkflowUpdateMaterializedViewResult>(
'StartWorkflowUpdateMaterializedView',
startWorkflowUpdateMaterializedView_Pre,
false,
false,
($core.List<$core.int> value) => $69.StartWorkflowUpdateMaterializedViewRequest.fromBuffer(value),
($69.StartWorkflowUpdateMaterializedViewResult value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$69.GetWorkflowStateRequest, $69.GetWorkflowStateResult>(
($core.List<$core.int> value) => $68.StartWorkflowUpdateMaterializedViewRequest.fromBuffer(value),
($68.StartWorkflowUpdateMaterializedViewResult value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$68.GetWorkflowStateRequest, $68.GetWorkflowStateResult>(
'GetWorkflowState',
getWorkflowState_Pre,
false,
false,
($core.List<$core.int> value) => $69.GetWorkflowStateRequest.fromBuffer(value),
($69.GetWorkflowStateResult value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$69.GetWorkflowExecutionInformationsRequest, $69.GetWorkflowExecutionInformationsResult>(
($core.List<$core.int> value) => $68.GetWorkflowStateRequest.fromBuffer(value),
($68.GetWorkflowStateResult value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$68.GetWorkflowExecutionInformationsRequest, $68.GetWorkflowExecutionInformationsResult>(
'GetWorkflowExecutionInformations',
getWorkflowExecutionInformations_Pre,
false,
false,
($core.List<$core.int> value) => $69.GetWorkflowExecutionInformationsRequest.fromBuffer(value),
($69.GetWorkflowExecutionInformationsResult value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$69.StartWorkflowDailyProjectsOperationsRequest, $69.StartWorkflowDailyProjectsOperationsResult>(
($core.List<$core.int> value) => $68.GetWorkflowExecutionInformationsRequest.fromBuffer(value),
($68.GetWorkflowExecutionInformationsResult value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$68.StartWorkflowDailyProjectsOperationsRequest, $68.StartWorkflowDailyProjectsOperationsResult>(
'StartWorkflowDailyProjectsOperations',
startWorkflowDailyProjectsOperations_Pre,
false,
false,
($core.List<$core.int> value) => $69.StartWorkflowDailyProjectsOperationsRequest.fromBuffer(value),
($69.StartWorkflowDailyProjectsOperationsResult value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$69.StartWorkflowHealthCheckWorkflowsRequest, $69.StartWorkflowHealthCheckWorkflowsResult>(
($core.List<$core.int> value) => $68.StartWorkflowDailyProjectsOperationsRequest.fromBuffer(value),
($68.StartWorkflowDailyProjectsOperationsResult value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$68.StartWorkflowHealthCheckWorkflowsRequest, $68.StartWorkflowHealthCheckWorkflowsResult>(
'StartWorkflowHealthCheckWorkflows',
startWorkflowHealthCheckWorkflows_Pre,
false,
false,
($core.List<$core.int> value) => $69.StartWorkflowHealthCheckWorkflowsRequest.fromBuffer(value),
($69.StartWorkflowHealthCheckWorkflowsResult value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$69.StartWorkflowExtractKPIRequest, $69.StartWorkflowExtractKPIResult>(
($core.List<$core.int> value) => $68.StartWorkflowHealthCheckWorkflowsRequest.fromBuffer(value),
($68.StartWorkflowHealthCheckWorkflowsResult value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$68.StartWorkflowExtractKPIRequest, $68.StartWorkflowExtractKPIResult>(
'StartWorkflowExtractKPI',
startWorkflowExtractKPI_Pre,
false,
false,
($core.List<$core.int> value) => $69.StartWorkflowExtractKPIRequest.fromBuffer(value),
($69.StartWorkflowExtractKPIResult value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$69.StartWorkflowPruneDataRequest, $69.StartWorkflowPruneDataResult>(
($core.List<$core.int> value) => $68.StartWorkflowExtractKPIRequest.fromBuffer(value),
($68.StartWorkflowExtractKPIResult value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$68.StartWorkflowPruneDataRequest, $68.StartWorkflowPruneDataResult>(
'StartWorkflowPruneData',
startWorkflowPruneData_Pre,
false,
false,
($core.List<$core.int> value) => $69.StartWorkflowPruneDataRequest.fromBuffer(value),
($69.StartWorkflowPruneDataResult value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$69.StartWorkflowSynchronizeRulesOnGitRequest, $69.StartWorkflowSynchronizeRulesOnGitResult>(
($core.List<$core.int> value) => $68.StartWorkflowPruneDataRequest.fromBuffer(value),
($68.StartWorkflowPruneDataResult value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$68.StartWorkflowSynchronizeRulesOnGitRequest, $68.StartWorkflowSynchronizeRulesOnGitResult>(
'StartWorkflowSynchronizeRulesOnGit',
startWorkflowSynchronizeRulesOnGit_Pre,
false,
false,
($core.List<$core.int> value) => $69.StartWorkflowSynchronizeRulesOnGitRequest.fromBuffer(value),
($69.StartWorkflowSynchronizeRulesOnGitResult value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$69.StartWorkflowAnonymizeDataRequest, $69.StartWorkflowAnonymizeDataResult>(
($core.List<$core.int> value) => $68.StartWorkflowSynchronizeRulesOnGitRequest.fromBuffer(value),
($68.StartWorkflowSynchronizeRulesOnGitResult value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$68.StartWorkflowAnonymizeDataRequest, $68.StartWorkflowAnonymizeDataResult>(
'StartWorkflowAnonymizeData',
startWorkflowAnonymizeData_Pre,
false,
false,
($core.List<$core.int> value) => $69.StartWorkflowAnonymizeDataRequest.fromBuffer(value),
($69.StartWorkflowAnonymizeDataResult value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$69.StartWorkflowUpgradeModelRequest, $69.StartWorkflowUpgradeModelResult>(
($core.List<$core.int> value) => $68.StartWorkflowAnonymizeDataRequest.fromBuffer(value),
($68.StartWorkflowAnonymizeDataResult value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$68.StartWorkflowUpgradeModelRequest, $68.StartWorkflowUpgradeModelResult>(
'StartWorkflowUpgradeModel',
startWorkflowUpgradeModel_Pre,
false,
false,
($core.List<$core.int> value) => $69.StartWorkflowUpgradeModelRequest.fromBuffer(value),
($69.StartWorkflowUpgradeModelResult value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$69.StartWorkflowSweepRequest, $69.StartWorkflowSweepResult>(
($core.List<$core.int> value) => $68.StartWorkflowUpgradeModelRequest.fromBuffer(value),
($68.StartWorkflowUpgradeModelResult value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$68.StartWorkflowSweepRequest, $68.StartWorkflowSweepResult>(
'StartWorkflowSweep',
startWorkflowSweep_Pre,
false,
false,
($core.List<$core.int> value) => $69.StartWorkflowSweepRequest.fromBuffer(value),
($69.StartWorkflowSweepResult value) => value.writeToBuffer()));
($core.List<$core.int> value) => $68.StartWorkflowSweepRequest.fromBuffer(value),
($68.StartWorkflowSweepResult value) => value.writeToBuffer()));
}
$async.Future<$69.RetryWorkflowResult> retryWorkflow_Pre($grpc.ServiceCall $call, $async.Future<$69.RetryWorkflowRequest> $request) async {
$async.Future<$68.RetryWorkflowResult> retryWorkflow_Pre($grpc.ServiceCall $call, $async.Future<$68.RetryWorkflowRequest> $request) async {
return retryWorkflow($call, await $request);
}
$async.Future<$69.StartWorkflowCreateProjectResult> startWorkflowCreateProject_Pre($grpc.ServiceCall $call, $async.Future<$69.StartWorkflowCreateProjectRequest> $request) async {
$async.Future<$68.StartWorkflowCreateProjectResult> startWorkflowCreateProject_Pre($grpc.ServiceCall $call, $async.Future<$68.StartWorkflowCreateProjectRequest> $request) async {
return startWorkflowCreateProject($call, await $request);
}
$async.Future<$69.StartWorkflowDeleteProjectResult> startWorkflowDeleteProject_Pre($grpc.ServiceCall $call, $async.Future<$69.StartWorkflowDeleteProjectRequest> $request) async {
$async.Future<$68.StartWorkflowDeleteProjectResult> startWorkflowDeleteProject_Pre($grpc.ServiceCall $call, $async.Future<$68.StartWorkflowDeleteProjectRequest> $request) async {
return startWorkflowDeleteProject($call, await $request);
}
$async.Future<$69.StartWorkflowDeleteCoreResult> startWorkflowDeleteCore_Pre($grpc.ServiceCall $call, $async.Future<$69.StartWorkflowDeleteCoreRequest> $request) async {
$async.Future<$68.StartWorkflowDeleteCoreResult> startWorkflowDeleteCore_Pre($grpc.ServiceCall $call, $async.Future<$68.StartWorkflowDeleteCoreRequest> $request) async {
return startWorkflowDeleteCore($call, await $request);
}
$async.Future<$69.StartWorkflowDeletePartnerAppResult> startWorkflowDeletePartnerApp_Pre($grpc.ServiceCall $call, $async.Future<$69.StartWorkflowDeletePartnerAppRequest> $request) async {
$async.Future<$68.StartWorkflowDeletePartnerAppResult> startWorkflowDeletePartnerApp_Pre($grpc.ServiceCall $call, $async.Future<$68.StartWorkflowDeletePartnerAppRequest> $request) async {
return startWorkflowDeletePartnerApp($call, await $request);
}
$async.Future<$69.StartWorkflowDeleteConnectionResult> startWorkflowDeleteConnection_Pre($grpc.ServiceCall $call, $async.Future<$69.StartWorkflowDeleteConnectionRequest> $request) async {
$async.Future<$68.StartWorkflowDeleteConnectionResult> startWorkflowDeleteConnection_Pre($grpc.ServiceCall $call, $async.Future<$68.StartWorkflowDeleteConnectionRequest> $request) async {
return startWorkflowDeleteConnection($call, await $request);
}
$async.Future<$69.StartWorkflowBillingResult> startWorkflowBilling_Pre($grpc.ServiceCall $call, $async.Future<$69.StartWorkflowBillingRequest> $request) async {
$async.Future<$68.StartWorkflowBillingResult> startWorkflowBilling_Pre($grpc.ServiceCall $call, $async.Future<$68.StartWorkflowBillingRequest> $request) async {
return startWorkflowBilling($call, await $request);
}
$async.Future<$69.StopWorkflowBillingResult> stopWorkflowBilling_Pre($grpc.ServiceCall $call, $async.Future<$69.StopWorkflowBillingRequest> $request) async {
$async.Future<$68.StopWorkflowBillingResult> stopWorkflowBilling_Pre($grpc.ServiceCall $call, $async.Future<$68.StopWorkflowBillingRequest> $request) async {
return stopWorkflowBilling($call, await $request);
}
$async.Future<$69.StartWorkflowExtractDataFromDBResult> startWorkflowExtractDataFromDB_Pre($grpc.ServiceCall $call, $async.Future<$69.StartWorkflowExtractDataFromDBRequest> $request) async {
$async.Future<$68.StartWorkflowExtractDataFromDBResult> startWorkflowExtractDataFromDB_Pre($grpc.ServiceCall $call, $async.Future<$68.StartWorkflowExtractDataFromDBRequest> $request) async {
return startWorkflowExtractDataFromDB($call, await $request);
}
$async.Future<$69.RegisterModuleWorkflowsResult> registerModuleWorkflows_Pre($grpc.ServiceCall $call, $async.Future<$69.RegisterModuleWorkflowsRequest> $request) async {
$async.Future<$68.RegisterModuleWorkflowsResult> registerModuleWorkflows_Pre($grpc.ServiceCall $call, $async.Future<$68.RegisterModuleWorkflowsRequest> $request) async {
return registerModuleWorkflows($call, await $request);
}
$async.Future<$69.DeregisterModuleWorkflowsResult> deregisterModuleWorkflows_Pre($grpc.ServiceCall $call, $async.Future<$69.DeregisterModuleWorkflowsRequest> $request) async {
$async.Future<$68.DeregisterModuleWorkflowsResult> deregisterModuleWorkflows_Pre($grpc.ServiceCall $call, $async.Future<$68.DeregisterModuleWorkflowsRequest> $request) async {
return deregisterModuleWorkflows($call, await $request);
}
$async.Future<$69.GetModuleWorkflowsResult> getModuleWorkflows_Pre($grpc.ServiceCall $call, $async.Future<$69.GetModuleWorkflowsRequest> $request) async {
$async.Future<$68.GetModuleWorkflowsResult> getModuleWorkflows_Pre($grpc.ServiceCall $call, $async.Future<$68.GetModuleWorkflowsRequest> $request) async {
return getModuleWorkflows($call, await $request);
}
$async.Future<$69.StopWorkflowResult> stopWorkflow_Pre($grpc.ServiceCall $call, $async.Future<$69.StopWorkflowRequest> $request) async {
$async.Future<$68.StopWorkflowResult> stopWorkflow_Pre($grpc.ServiceCall $call, $async.Future<$68.StopWorkflowRequest> $request) async {
return stopWorkflow($call, await $request);
}
$async.Future<$69.StartWorkflowOptimizeClickhouseResult> startWorkflowOptimizeClickhouse_Pre($grpc.ServiceCall $call, $async.Future<$69.StartWorkflowOptimizeClickhouseRequest> $request) async {
$async.Future<$68.StartWorkflowOptimizeClickhouseResult> startWorkflowOptimizeClickhouse_Pre($grpc.ServiceCall $call, $async.Future<$68.StartWorkflowOptimizeClickhouseRequest> $request) async {
return startWorkflowOptimizeClickhouse($call, await $request);
}
$async.Future<$69.StartWorkflowCreateOrganisationResult> startWorkflowCreateOrganisation_Pre($grpc.ServiceCall $call, $async.Future<$69.StartWorkflowCreateOrganisationRequest> $request) async {
$async.Future<$68.StartWorkflowCreateOrganisationResult> startWorkflowCreateOrganisation_Pre($grpc.ServiceCall $call, $async.Future<$68.StartWorkflowCreateOrganisationRequest> $request) async {
return startWorkflowCreateOrganisation($call, await $request);
}
$async.Future<$69.StartWorkflowDeleteOrganisationResult> startWorkflowDeleteOrganisation_Pre($grpc.ServiceCall $call, $async.Future<$69.StartWorkflowDeleteOrganisationRequest> $request) async {
$async.Future<$68.StartWorkflowDeleteOrganisationResult> startWorkflowDeleteOrganisation_Pre($grpc.ServiceCall $call, $async.Future<$68.StartWorkflowDeleteOrganisationRequest> $request) async {
return startWorkflowDeleteOrganisation($call, await $request);
}
$async.Future<$69.StartWorkflowRecoverDataResult> startWorkflowRecoverData_Pre($grpc.ServiceCall $call, $async.Future<$69.StartWorkflowRecoverDataRequest> $request) async {
$async.Future<$68.StartWorkflowRecoverDataResult> startWorkflowRecoverData_Pre($grpc.ServiceCall $call, $async.Future<$68.StartWorkflowRecoverDataRequest> $request) async {
return startWorkflowRecoverData($call, await $request);
}
$async.Future<$69.StartWorkflowCheckAndLaunchRecoverDataResult> startWorkflowCheckAndLaunchRecoverData_Pre($grpc.ServiceCall $call, $async.Future<$69.StartWorkflowCheckAndLaunchRecoverDataRequest> $request) async {
$async.Future<$68.StartWorkflowCheckAndLaunchRecoverDataResult> startWorkflowCheckAndLaunchRecoverData_Pre($grpc.ServiceCall $call, $async.Future<$68.StartWorkflowCheckAndLaunchRecoverDataRequest> $request) async {
return startWorkflowCheckAndLaunchRecoverData($call, await $request);
}
$async.Future<$69.StartWorkflowUpdateMaterializedViewResult> startWorkflowUpdateMaterializedView_Pre($grpc.ServiceCall $call, $async.Future<$69.StartWorkflowUpdateMaterializedViewRequest> $request) async {
$async.Future<$68.StartWorkflowUpdateMaterializedViewResult> startWorkflowUpdateMaterializedView_Pre($grpc.ServiceCall $call, $async.Future<$68.StartWorkflowUpdateMaterializedViewRequest> $request) async {
return startWorkflowUpdateMaterializedView($call, await $request);
}
$async.Future<$69.GetWorkflowStateResult> getWorkflowState_Pre($grpc.ServiceCall $call, $async.Future<$69.GetWorkflowStateRequest> $request) async {
$async.Future<$68.GetWorkflowStateResult> getWorkflowState_Pre($grpc.ServiceCall $call, $async.Future<$68.GetWorkflowStateRequest> $request) async {
return getWorkflowState($call, await $request);
}
$async.Future<$69.GetWorkflowExecutionInformationsResult> getWorkflowExecutionInformations_Pre($grpc.ServiceCall $call, $async.Future<$69.GetWorkflowExecutionInformationsRequest> $request) async {
$async.Future<$68.GetWorkflowExecutionInformationsResult> getWorkflowExecutionInformations_Pre($grpc.ServiceCall $call, $async.Future<$68.GetWorkflowExecutionInformationsRequest> $request) async {
return getWorkflowExecutionInformations($call, await $request);
}
$async.Future<$69.StartWorkflowDailyProjectsOperationsResult> startWorkflowDailyProjectsOperations_Pre($grpc.ServiceCall $call, $async.Future<$69.StartWorkflowDailyProjectsOperationsRequest> $request) async {
$async.Future<$68.StartWorkflowDailyProjectsOperationsResult> startWorkflowDailyProjectsOperations_Pre($grpc.ServiceCall $call, $async.Future<$68.StartWorkflowDailyProjectsOperationsRequest> $request) async {
return startWorkflowDailyProjectsOperations($call, await $request);
}
$async.Future<$69.StartWorkflowHealthCheckWorkflowsResult> startWorkflowHealthCheckWorkflows_Pre($grpc.ServiceCall $call, $async.Future<$69.StartWorkflowHealthCheckWorkflowsRequest> $request) async {
$async.Future<$68.StartWorkflowHealthCheckWorkflowsResult> startWorkflowHealthCheckWorkflows_Pre($grpc.ServiceCall $call, $async.Future<$68.StartWorkflowHealthCheckWorkflowsRequest> $request) async {
return startWorkflowHealthCheckWorkflows($call, await $request);
}
$async.Future<$69.StartWorkflowExtractKPIResult> startWorkflowExtractKPI_Pre($grpc.ServiceCall $call, $async.Future<$69.StartWorkflowExtractKPIRequest> $request) async {
$async.Future<$68.StartWorkflowExtractKPIResult> startWorkflowExtractKPI_Pre($grpc.ServiceCall $call, $async.Future<$68.StartWorkflowExtractKPIRequest> $request) async {
return startWorkflowExtractKPI($call, await $request);
}
$async.Future<$69.StartWorkflowPruneDataResult> startWorkflowPruneData_Pre($grpc.ServiceCall $call, $async.Future<$69.StartWorkflowPruneDataRequest> $request) async {
$async.Future<$68.StartWorkflowPruneDataResult> startWorkflowPruneData_Pre($grpc.ServiceCall $call, $async.Future<$68.StartWorkflowPruneDataRequest> $request) async {
return startWorkflowPruneData($call, await $request);
}
$async.Future<$69.StartWorkflowSynchronizeRulesOnGitResult> startWorkflowSynchronizeRulesOnGit_Pre($grpc.ServiceCall $call, $async.Future<$69.StartWorkflowSynchronizeRulesOnGitRequest> $request) async {
$async.Future<$68.StartWorkflowSynchronizeRulesOnGitResult> startWorkflowSynchronizeRulesOnGit_Pre($grpc.ServiceCall $call, $async.Future<$68.StartWorkflowSynchronizeRulesOnGitRequest> $request) async {
return startWorkflowSynchronizeRulesOnGit($call, await $request);
}
$async.Future<$69.StartWorkflowAnonymizeDataResult> startWorkflowAnonymizeData_Pre($grpc.ServiceCall $call, $async.Future<$69.StartWorkflowAnonymizeDataRequest> $request) async {
$async.Future<$68.StartWorkflowAnonymizeDataResult> startWorkflowAnonymizeData_Pre($grpc.ServiceCall $call, $async.Future<$68.StartWorkflowAnonymizeDataRequest> $request) async {
return startWorkflowAnonymizeData($call, await $request);
}
$async.Future<$69.StartWorkflowUpgradeModelResult> startWorkflowUpgradeModel_Pre($grpc.ServiceCall $call, $async.Future<$69.StartWorkflowUpgradeModelRequest> $request) async {
$async.Future<$68.StartWorkflowUpgradeModelResult> startWorkflowUpgradeModel_Pre($grpc.ServiceCall $call, $async.Future<$68.StartWorkflowUpgradeModelRequest> $request) async {
return startWorkflowUpgradeModel($call, await $request);
}
$async.Future<$69.StartWorkflowSweepResult> startWorkflowSweep_Pre($grpc.ServiceCall $call, $async.Future<$69.StartWorkflowSweepRequest> $request) async {
$async.Future<$68.StartWorkflowSweepResult> startWorkflowSweep_Pre($grpc.ServiceCall $call, $async.Future<$68.StartWorkflowSweepRequest> $request) async {
return startWorkflowSweep($call, await $request);
}
$async.Future<$69.RetryWorkflowResult> retryWorkflow($grpc.ServiceCall call, $69.RetryWorkflowRequest request);
$async.Future<$69.StartWorkflowCreateProjectResult> startWorkflowCreateProject($grpc.ServiceCall call, $69.StartWorkflowCreateProjectRequest request);
$async.Future<$69.StartWorkflowDeleteProjectResult> startWorkflowDeleteProject($grpc.ServiceCall call, $69.StartWorkflowDeleteProjectRequest request);
$async.Future<$69.StartWorkflowDeleteCoreResult> startWorkflowDeleteCore($grpc.ServiceCall call, $69.StartWorkflowDeleteCoreRequest request);
$async.Future<$69.StartWorkflowDeletePartnerAppResult> startWorkflowDeletePartnerApp($grpc.ServiceCall call, $69.StartWorkflowDeletePartnerAppRequest request);
$async.Future<$69.StartWorkflowDeleteConnectionResult> startWorkflowDeleteConnection($grpc.ServiceCall call, $69.StartWorkflowDeleteConnectionRequest request);
$async.Future<$69.StartWorkflowBillingResult> startWorkflowBilling($grpc.ServiceCall call, $69.StartWorkflowBillingRequest request);
$async.Future<$69.StopWorkflowBillingResult> stopWorkflowBilling($grpc.ServiceCall call, $69.StopWorkflowBillingRequest request);
$async.Future<$69.StartWorkflowExtractDataFromDBResult> startWorkflowExtractDataFromDB($grpc.ServiceCall call, $69.StartWorkflowExtractDataFromDBRequest request);
$async.Future<$69.RegisterModuleWorkflowsResult> registerModuleWorkflows($grpc.ServiceCall call, $69.RegisterModuleWorkflowsRequest request);
$async.Future<$69.DeregisterModuleWorkflowsResult> deregisterModuleWorkflows($grpc.ServiceCall call, $69.DeregisterModuleWorkflowsRequest request);
$async.Future<$69.GetModuleWorkflowsResult> getModuleWorkflows($grpc.ServiceCall call, $69.GetModuleWorkflowsRequest request);
$async.Future<$69.StopWorkflowResult> stopWorkflow($grpc.ServiceCall call, $69.StopWorkflowRequest request);
$async.Future<$69.StartWorkflowOptimizeClickhouseResult> startWorkflowOptimizeClickhouse($grpc.ServiceCall call, $69.StartWorkflowOptimizeClickhouseRequest request);
$async.Future<$69.StartWorkflowCreateOrganisationResult> startWorkflowCreateOrganisation($grpc.ServiceCall call, $69.StartWorkflowCreateOrganisationRequest request);
$async.Future<$69.StartWorkflowDeleteOrganisationResult> startWorkflowDeleteOrganisation($grpc.ServiceCall call, $69.StartWorkflowDeleteOrganisationRequest request);
$async.Future<$69.StartWorkflowRecoverDataResult> startWorkflowRecoverData($grpc.ServiceCall call, $69.StartWorkflowRecoverDataRequest request);
$async.Future<$69.StartWorkflowCheckAndLaunchRecoverDataResult> startWorkflowCheckAndLaunchRecoverData($grpc.ServiceCall call, $69.StartWorkflowCheckAndLaunchRecoverDataRequest request);
$async.Future<$69.StartWorkflowUpdateMaterializedViewResult> startWorkflowUpdateMaterializedView($grpc.ServiceCall call, $69.StartWorkflowUpdateMaterializedViewRequest request);
$async.Future<$69.GetWorkflowStateResult> getWorkflowState($grpc.ServiceCall call, $69.GetWorkflowStateRequest request);
$async.Future<$69.GetWorkflowExecutionInformationsResult> getWorkflowExecutionInformations($grpc.ServiceCall call, $69.GetWorkflowExecutionInformationsRequest request);
$async.Future<$69.StartWorkflowDailyProjectsOperationsResult> startWorkflowDailyProjectsOperations($grpc.ServiceCall call, $69.StartWorkflowDailyProjectsOperationsRequest request);
$async.Future<$69.StartWorkflowHealthCheckWorkflowsResult> startWorkflowHealthCheckWorkflows($grpc.ServiceCall call, $69.StartWorkflowHealthCheckWorkflowsRequest request);
$async.Future<$69.StartWorkflowExtractKPIResult> startWorkflowExtractKPI($grpc.ServiceCall call, $69.StartWorkflowExtractKPIRequest request);
$async.Future<$69.StartWorkflowPruneDataResult> startWorkflowPruneData($grpc.ServiceCall call, $69.StartWorkflowPruneDataRequest request);
$async.Future<$69.StartWorkflowSynchronizeRulesOnGitResult> startWorkflowSynchronizeRulesOnGit($grpc.ServiceCall call, $69.StartWorkflowSynchronizeRulesOnGitRequest request);
$async.Future<$69.StartWorkflowAnonymizeDataResult> startWorkflowAnonymizeData($grpc.ServiceCall call, $69.StartWorkflowAnonymizeDataRequest request);
$async.Future<$69.StartWorkflowUpgradeModelResult> startWorkflowUpgradeModel($grpc.ServiceCall call, $69.StartWorkflowUpgradeModelRequest request);
$async.Future<$69.StartWorkflowSweepResult> startWorkflowSweep($grpc.ServiceCall call, $69.StartWorkflowSweepRequest request);
$async.Future<$68.RetryWorkflowResult> retryWorkflow($grpc.ServiceCall call, $68.RetryWorkflowRequest request);
$async.Future<$68.StartWorkflowCreateProjectResult> startWorkflowCreateProject($grpc.ServiceCall call, $68.StartWorkflowCreateProjectRequest request);
$async.Future<$68.StartWorkflowDeleteProjectResult> startWorkflowDeleteProject($grpc.ServiceCall call, $68.StartWorkflowDeleteProjectRequest request);
$async.Future<$68.StartWorkflowDeleteCoreResult> startWorkflowDeleteCore($grpc.ServiceCall call, $68.StartWorkflowDeleteCoreRequest request);
$async.Future<$68.StartWorkflowDeletePartnerAppResult> startWorkflowDeletePartnerApp($grpc.ServiceCall call, $68.StartWorkflowDeletePartnerAppRequest request);
$async.Future<$68.StartWorkflowDeleteConnectionResult> startWorkflowDeleteConnection($grpc.ServiceCall call, $68.StartWorkflowDeleteConnectionRequest request);
$async.Future<$68.StartWorkflowBillingResult> startWorkflowBilling($grpc.ServiceCall call, $68.StartWorkflowBillingRequest request);
$async.Future<$68.StopWorkflowBillingResult> stopWorkflowBilling($grpc.ServiceCall call, $68.StopWorkflowBillingRequest request);
$async.Future<$68.StartWorkflowExtractDataFromDBResult> startWorkflowExtractDataFromDB($grpc.ServiceCall call, $68.StartWorkflowExtractDataFromDBRequest request);
$async.Future<$68.RegisterModuleWorkflowsResult> registerModuleWorkflows($grpc.ServiceCall call, $68.RegisterModuleWorkflowsRequest request);
$async.Future<$68.DeregisterModuleWorkflowsResult> deregisterModuleWorkflows($grpc.ServiceCall call, $68.DeregisterModuleWorkflowsRequest request);
$async.Future<$68.GetModuleWorkflowsResult> getModuleWorkflows($grpc.ServiceCall call, $68.GetModuleWorkflowsRequest request);
$async.Future<$68.StopWorkflowResult> stopWorkflow($grpc.ServiceCall call, $68.StopWorkflowRequest request);
$async.Future<$68.StartWorkflowOptimizeClickhouseResult> startWorkflowOptimizeClickhouse($grpc.ServiceCall call, $68.StartWorkflowOptimizeClickhouseRequest request);
$async.Future<$68.StartWorkflowCreateOrganisationResult> startWorkflowCreateOrganisation($grpc.ServiceCall call, $68.StartWorkflowCreateOrganisationRequest request);
$async.Future<$68.StartWorkflowDeleteOrganisationResult> startWorkflowDeleteOrganisation($grpc.ServiceCall call, $68.StartWorkflowDeleteOrganisationRequest request);
$async.Future<$68.StartWorkflowRecoverDataResult> startWorkflowRecoverData($grpc.ServiceCall call, $68.StartWorkflowRecoverDataRequest request);
$async.Future<$68.StartWorkflowCheckAndLaunchRecoverDataResult> startWorkflowCheckAndLaunchRecoverData($grpc.ServiceCall call, $68.StartWorkflowCheckAndLaunchRecoverDataRequest request);
$async.Future<$68.StartWorkflowUpdateMaterializedViewResult> startWorkflowUpdateMaterializedView($grpc.ServiceCall call, $68.StartWorkflowUpdateMaterializedViewRequest request);
$async.Future<$68.GetWorkflowStateResult> getWorkflowState($grpc.ServiceCall call, $68.GetWorkflowStateRequest request);
$async.Future<$68.GetWorkflowExecutionInformationsResult> getWorkflowExecutionInformations($grpc.ServiceCall call, $68.GetWorkflowExecutionInformationsRequest request);
$async.Future<$68.StartWorkflowDailyProjectsOperationsResult> startWorkflowDailyProjectsOperations($grpc.ServiceCall call, $68.StartWorkflowDailyProjectsOperationsRequest request);
$async.Future<$68.StartWorkflowHealthCheckWorkflowsResult> startWorkflowHealthCheckWorkflows($grpc.ServiceCall call, $68.StartWorkflowHealthCheckWorkflowsRequest request);
$async.Future<$68.StartWorkflowExtractKPIResult> startWorkflowExtractKPI($grpc.ServiceCall call, $68.StartWorkflowExtractKPIRequest request);
$async.Future<$68.StartWorkflowPruneDataResult> startWorkflowPruneData($grpc.ServiceCall call, $68.StartWorkflowPruneDataRequest request);
$async.Future<$68.StartWorkflowSynchronizeRulesOnGitResult> startWorkflowSynchronizeRulesOnGit($grpc.ServiceCall call, $68.StartWorkflowSynchronizeRulesOnGitRequest request);
$async.Future<$68.StartWorkflowAnonymizeDataResult> startWorkflowAnonymizeData($grpc.ServiceCall call, $68.StartWorkflowAnonymizeDataRequest request);
$async.Future<$68.StartWorkflowUpgradeModelResult> startWorkflowUpgradeModel($grpc.ServiceCall call, $68.StartWorkflowUpgradeModelRequest request);
$async.Future<$68.StartWorkflowSweepResult> startWorkflowSweep($grpc.ServiceCall call, $68.StartWorkflowSweepRequest request);
}