Latest generation

This commit is contained in:
ci core model
2025-05-14 13:23:24 +00:00
parent 9ea17d3abe
commit b61709b2fa
177 changed files with 13987 additions and 14240 deletions

View File

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