// // Generated code. Do not modify. // source: workflow.proto // // @dart = 3.3 // ignore_for_file: annotate_overrides, camel_case_types, comment_references // ignore_for_file: constant_identifier_names, library_prefixes // ignore_for_file: non_constant_identifier_names, prefer_final_fields // ignore_for_file: unnecessary_import, unnecessary_this, unused_import import 'dart:async' as $async; 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; export 'workflow.pb.dart'; @$pb.GrpcServiceName('api.WorkflowService') class WorkflowServiceClient extends $grpc.Client { static final _$retryWorkflow = $grpc.ClientMethod<$16.RetryWorkflowRequest, $16.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>( '/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>( '/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>( '/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>( '/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>( '/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>( '/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>( '/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>( '/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>( '/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>( '/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>( '/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>( '/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>( '/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>( '/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>( '/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>( '/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>( '/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>( '/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>( '/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>( '/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>( '/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>( '/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>( '/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>( '/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>( '/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>( '/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>( '/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>( '/api.WorkflowService/StartWorkflowSweep', ($16.StartWorkflowSweepRequest value) => value.writeToBuffer(), ($core.List<$core.int> value) => $16.StartWorkflowSweepResult.fromBuffer(value)); WorkflowServiceClient($grpc.ClientChannel channel, {$grpc.CallOptions? options, $core.Iterable<$grpc.ClientInterceptor>? interceptors}) : super(channel, options: options, interceptors: interceptors); $grpc.ResponseFuture<$16.RetryWorkflowResult> retryWorkflow($16.RetryWorkflowRequest request, {$grpc.CallOptions? options}) { return $createUnaryCall(_$retryWorkflow, request, options: options); } $grpc.ResponseFuture<$16.StartWorkflowCreateProjectResult> startWorkflowCreateProject($16.StartWorkflowCreateProjectRequest request, {$grpc.CallOptions? options}) { return $createUnaryCall(_$startWorkflowCreateProject, request, options: options); } $grpc.ResponseFuture<$16.StartWorkflowDeleteProjectResult> startWorkflowDeleteProject($16.StartWorkflowDeleteProjectRequest request, {$grpc.CallOptions? options}) { return $createUnaryCall(_$startWorkflowDeleteProject, request, options: options); } $grpc.ResponseFuture<$16.StartWorkflowDeleteCoreResult> startWorkflowDeleteCore($16.StartWorkflowDeleteCoreRequest request, {$grpc.CallOptions? options}) { return $createUnaryCall(_$startWorkflowDeleteCore, request, options: options); } $grpc.ResponseFuture<$16.StartWorkflowDeletePartnerAppResult> startWorkflowDeletePartnerApp($16.StartWorkflowDeletePartnerAppRequest request, {$grpc.CallOptions? options}) { return $createUnaryCall(_$startWorkflowDeletePartnerApp, request, options: options); } $grpc.ResponseFuture<$16.StartWorkflowDeleteConnectionResult> startWorkflowDeleteConnection($16.StartWorkflowDeleteConnectionRequest request, {$grpc.CallOptions? options}) { return $createUnaryCall(_$startWorkflowDeleteConnection, request, options: options); } $grpc.ResponseFuture<$16.StartWorkflowBillingResult> startWorkflowBilling($16.StartWorkflowBillingRequest request, {$grpc.CallOptions? options}) { return $createUnaryCall(_$startWorkflowBilling, request, options: options); } $grpc.ResponseFuture<$16.StopWorkflowBillingResult> stopWorkflowBilling($16.StopWorkflowBillingRequest request, {$grpc.CallOptions? options}) { return $createUnaryCall(_$stopWorkflowBilling, request, options: options); } $grpc.ResponseFuture<$16.StartWorkflowExtractDataFromDBResult> startWorkflowExtractDataFromDB($16.StartWorkflowExtractDataFromDBRequest request, {$grpc.CallOptions? options}) { return $createUnaryCall(_$startWorkflowExtractDataFromDB, request, options: options); } $grpc.ResponseFuture<$16.RegisterModuleWorkflowsResult> registerModuleWorkflows($16.RegisterModuleWorkflowsRequest request, {$grpc.CallOptions? options}) { return $createUnaryCall(_$registerModuleWorkflows, request, options: options); } $grpc.ResponseFuture<$16.DeregisterModuleWorkflowsResult> deregisterModuleWorkflows($16.DeregisterModuleWorkflowsRequest request, {$grpc.CallOptions? options}) { return $createUnaryCall(_$deregisterModuleWorkflows, request, options: options); } $grpc.ResponseFuture<$16.GetModuleWorkflowsResult> getModuleWorkflows($16.GetModuleWorkflowsRequest request, {$grpc.CallOptions? options}) { return $createUnaryCall(_$getModuleWorkflows, request, options: options); } $grpc.ResponseFuture<$16.StopWorkflowResult> stopWorkflow($16.StopWorkflowRequest request, {$grpc.CallOptions? options}) { return $createUnaryCall(_$stopWorkflow, request, options: options); } $grpc.ResponseFuture<$16.StartWorkflowOptimizeClickhouseResult> startWorkflowOptimizeClickhouse($16.StartWorkflowOptimizeClickhouseRequest request, {$grpc.CallOptions? options}) { return $createUnaryCall(_$startWorkflowOptimizeClickhouse, request, options: options); } $grpc.ResponseFuture<$16.StartWorkflowCreateOrganisationResult> startWorkflowCreateOrganisation($16.StartWorkflowCreateOrganisationRequest request, {$grpc.CallOptions? options}) { return $createUnaryCall(_$startWorkflowCreateOrganisation, request, options: options); } $grpc.ResponseFuture<$16.StartWorkflowDeleteOrganisationResult> startWorkflowDeleteOrganisation($16.StartWorkflowDeleteOrganisationRequest request, {$grpc.CallOptions? options}) { return $createUnaryCall(_$startWorkflowDeleteOrganisation, request, options: options); } $grpc.ResponseFuture<$16.StartWorkflowRecoverDataResult> startWorkflowRecoverData($16.StartWorkflowRecoverDataRequest request, {$grpc.CallOptions? options}) { return $createUnaryCall(_$startWorkflowRecoverData, request, options: options); } $grpc.ResponseFuture<$16.StartWorkflowCheckAndLaunchRecoverDataResult> startWorkflowCheckAndLaunchRecoverData($16.StartWorkflowCheckAndLaunchRecoverDataRequest request, {$grpc.CallOptions? options}) { return $createUnaryCall(_$startWorkflowCheckAndLaunchRecoverData, request, options: options); } $grpc.ResponseFuture<$16.StartWorkflowUpdateMaterializedViewResult> startWorkflowUpdateMaterializedView($16.StartWorkflowUpdateMaterializedViewRequest request, {$grpc.CallOptions? options}) { return $createUnaryCall(_$startWorkflowUpdateMaterializedView, request, options: options); } $grpc.ResponseFuture<$16.GetWorkflowStateResult> getWorkflowState($16.GetWorkflowStateRequest request, {$grpc.CallOptions? options}) { return $createUnaryCall(_$getWorkflowState, request, options: options); } $grpc.ResponseFuture<$16.GetWorkflowExecutionInformationsResult> getWorkflowExecutionInformations($16.GetWorkflowExecutionInformationsRequest request, {$grpc.CallOptions? options}) { return $createUnaryCall(_$getWorkflowExecutionInformations, request, options: options); } $grpc.ResponseFuture<$16.StartWorkflowDailyProjectsOperationsResult> startWorkflowDailyProjectsOperations($16.StartWorkflowDailyProjectsOperationsRequest request, {$grpc.CallOptions? options}) { return $createUnaryCall(_$startWorkflowDailyProjectsOperations, request, options: options); } $grpc.ResponseFuture<$16.StartWorkflowHealthCheckWorkflowsResult> startWorkflowHealthCheckWorkflows($16.StartWorkflowHealthCheckWorkflowsRequest request, {$grpc.CallOptions? options}) { return $createUnaryCall(_$startWorkflowHealthCheckWorkflows, request, options: options); } $grpc.ResponseFuture<$16.StartWorkflowExtractKPIResult> startWorkflowExtractKPI($16.StartWorkflowExtractKPIRequest request, {$grpc.CallOptions? options}) { return $createUnaryCall(_$startWorkflowExtractKPI, request, options: options); } $grpc.ResponseFuture<$16.StartWorkflowPruneDataResult> startWorkflowPruneData($16.StartWorkflowPruneDataRequest request, {$grpc.CallOptions? options}) { return $createUnaryCall(_$startWorkflowPruneData, request, options: options); } $grpc.ResponseFuture<$16.StartWorkflowSynchronizeRulesOnGitResult> startWorkflowSynchronizeRulesOnGit($16.StartWorkflowSynchronizeRulesOnGitRequest request, {$grpc.CallOptions? options}) { return $createUnaryCall(_$startWorkflowSynchronizeRulesOnGit, request, options: options); } $grpc.ResponseFuture<$16.StartWorkflowAnonymizeDataResult> startWorkflowAnonymizeData($16.StartWorkflowAnonymizeDataRequest request, {$grpc.CallOptions? options}) { return $createUnaryCall(_$startWorkflowAnonymizeData, request, options: options); } $grpc.ResponseFuture<$16.StartWorkflowUpgradeModelResult> startWorkflowUpgradeModel($16.StartWorkflowUpgradeModelRequest request, {$grpc.CallOptions? options}) { return $createUnaryCall(_$startWorkflowUpgradeModel, request, options: options); } $grpc.ResponseFuture<$16.StartWorkflowSweepResult> startWorkflowSweep($16.StartWorkflowSweepRequest request, {$grpc.CallOptions? options}) { return $createUnaryCall(_$startWorkflowSweep, request, options: options); } } @$pb.GrpcServiceName('api.WorkflowService') abstract class WorkflowServiceBase extends $grpc.Service { $core.String get $name => 'api.WorkflowService'; WorkflowServiceBase() { $addMethod($grpc.ServiceMethod<$16.RetryWorkflowRequest, $16.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>( '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>( '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>( '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>( '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>( '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>( '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>( '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>( '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>( '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>( '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>( '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>( '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>( '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>( '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>( '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>( '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>( '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>( '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>( '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>( '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>( '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>( '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>( '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>( '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>( '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>( '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>( '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>( 'StartWorkflowSweep', startWorkflowSweep_Pre, false, false, ($core.List<$core.int> value) => $16.StartWorkflowSweepRequest.fromBuffer(value), ($16.StartWorkflowSweepResult value) => value.writeToBuffer())); } $async.Future<$16.RetryWorkflowResult> retryWorkflow_Pre($grpc.ServiceCall $call, $async.Future<$16.RetryWorkflowRequest> $request) async { return retryWorkflow($call, await $request); } $async.Future<$16.StartWorkflowCreateProjectResult> startWorkflowCreateProject_Pre($grpc.ServiceCall $call, $async.Future<$16.StartWorkflowCreateProjectRequest> $request) async { return startWorkflowCreateProject($call, await $request); } $async.Future<$16.StartWorkflowDeleteProjectResult> startWorkflowDeleteProject_Pre($grpc.ServiceCall $call, $async.Future<$16.StartWorkflowDeleteProjectRequest> $request) async { return startWorkflowDeleteProject($call, await $request); } $async.Future<$16.StartWorkflowDeleteCoreResult> startWorkflowDeleteCore_Pre($grpc.ServiceCall $call, $async.Future<$16.StartWorkflowDeleteCoreRequest> $request) async { return startWorkflowDeleteCore($call, await $request); } $async.Future<$16.StartWorkflowDeletePartnerAppResult> startWorkflowDeletePartnerApp_Pre($grpc.ServiceCall $call, $async.Future<$16.StartWorkflowDeletePartnerAppRequest> $request) async { return startWorkflowDeletePartnerApp($call, await $request); } $async.Future<$16.StartWorkflowDeleteConnectionResult> startWorkflowDeleteConnection_Pre($grpc.ServiceCall $call, $async.Future<$16.StartWorkflowDeleteConnectionRequest> $request) async { return startWorkflowDeleteConnection($call, await $request); } $async.Future<$16.StartWorkflowBillingResult> startWorkflowBilling_Pre($grpc.ServiceCall $call, $async.Future<$16.StartWorkflowBillingRequest> $request) async { return startWorkflowBilling($call, await $request); } $async.Future<$16.StopWorkflowBillingResult> stopWorkflowBilling_Pre($grpc.ServiceCall $call, $async.Future<$16.StopWorkflowBillingRequest> $request) async { return stopWorkflowBilling($call, await $request); } $async.Future<$16.StartWorkflowExtractDataFromDBResult> startWorkflowExtractDataFromDB_Pre($grpc.ServiceCall $call, $async.Future<$16.StartWorkflowExtractDataFromDBRequest> $request) async { return startWorkflowExtractDataFromDB($call, await $request); } $async.Future<$16.RegisterModuleWorkflowsResult> registerModuleWorkflows_Pre($grpc.ServiceCall $call, $async.Future<$16.RegisterModuleWorkflowsRequest> $request) async { return registerModuleWorkflows($call, await $request); } $async.Future<$16.DeregisterModuleWorkflowsResult> deregisterModuleWorkflows_Pre($grpc.ServiceCall $call, $async.Future<$16.DeregisterModuleWorkflowsRequest> $request) async { return deregisterModuleWorkflows($call, await $request); } $async.Future<$16.GetModuleWorkflowsResult> getModuleWorkflows_Pre($grpc.ServiceCall $call, $async.Future<$16.GetModuleWorkflowsRequest> $request) async { return getModuleWorkflows($call, await $request); } $async.Future<$16.StopWorkflowResult> stopWorkflow_Pre($grpc.ServiceCall $call, $async.Future<$16.StopWorkflowRequest> $request) async { return stopWorkflow($call, await $request); } $async.Future<$16.StartWorkflowOptimizeClickhouseResult> startWorkflowOptimizeClickhouse_Pre($grpc.ServiceCall $call, $async.Future<$16.StartWorkflowOptimizeClickhouseRequest> $request) async { return startWorkflowOptimizeClickhouse($call, await $request); } $async.Future<$16.StartWorkflowCreateOrganisationResult> startWorkflowCreateOrganisation_Pre($grpc.ServiceCall $call, $async.Future<$16.StartWorkflowCreateOrganisationRequest> $request) async { return startWorkflowCreateOrganisation($call, await $request); } $async.Future<$16.StartWorkflowDeleteOrganisationResult> startWorkflowDeleteOrganisation_Pre($grpc.ServiceCall $call, $async.Future<$16.StartWorkflowDeleteOrganisationRequest> $request) async { return startWorkflowDeleteOrganisation($call, await $request); } $async.Future<$16.StartWorkflowRecoverDataResult> startWorkflowRecoverData_Pre($grpc.ServiceCall $call, $async.Future<$16.StartWorkflowRecoverDataRequest> $request) async { return startWorkflowRecoverData($call, await $request); } $async.Future<$16.StartWorkflowCheckAndLaunchRecoverDataResult> startWorkflowCheckAndLaunchRecoverData_Pre($grpc.ServiceCall $call, $async.Future<$16.StartWorkflowCheckAndLaunchRecoverDataRequest> $request) async { return startWorkflowCheckAndLaunchRecoverData($call, await $request); } $async.Future<$16.StartWorkflowUpdateMaterializedViewResult> startWorkflowUpdateMaterializedView_Pre($grpc.ServiceCall $call, $async.Future<$16.StartWorkflowUpdateMaterializedViewRequest> $request) async { return startWorkflowUpdateMaterializedView($call, await $request); } $async.Future<$16.GetWorkflowStateResult> getWorkflowState_Pre($grpc.ServiceCall $call, $async.Future<$16.GetWorkflowStateRequest> $request) async { return getWorkflowState($call, await $request); } $async.Future<$16.GetWorkflowExecutionInformationsResult> getWorkflowExecutionInformations_Pre($grpc.ServiceCall $call, $async.Future<$16.GetWorkflowExecutionInformationsRequest> $request) async { return getWorkflowExecutionInformations($call, await $request); } $async.Future<$16.StartWorkflowDailyProjectsOperationsResult> startWorkflowDailyProjectsOperations_Pre($grpc.ServiceCall $call, $async.Future<$16.StartWorkflowDailyProjectsOperationsRequest> $request) async { return startWorkflowDailyProjectsOperations($call, await $request); } $async.Future<$16.StartWorkflowHealthCheckWorkflowsResult> startWorkflowHealthCheckWorkflows_Pre($grpc.ServiceCall $call, $async.Future<$16.StartWorkflowHealthCheckWorkflowsRequest> $request) async { return startWorkflowHealthCheckWorkflows($call, await $request); } $async.Future<$16.StartWorkflowExtractKPIResult> startWorkflowExtractKPI_Pre($grpc.ServiceCall $call, $async.Future<$16.StartWorkflowExtractKPIRequest> $request) async { return startWorkflowExtractKPI($call, await $request); } $async.Future<$16.StartWorkflowPruneDataResult> startWorkflowPruneData_Pre($grpc.ServiceCall $call, $async.Future<$16.StartWorkflowPruneDataRequest> $request) async { return startWorkflowPruneData($call, await $request); } $async.Future<$16.StartWorkflowSynchronizeRulesOnGitResult> startWorkflowSynchronizeRulesOnGit_Pre($grpc.ServiceCall $call, $async.Future<$16.StartWorkflowSynchronizeRulesOnGitRequest> $request) async { return startWorkflowSynchronizeRulesOnGit($call, await $request); } $async.Future<$16.StartWorkflowAnonymizeDataResult> startWorkflowAnonymizeData_Pre($grpc.ServiceCall $call, $async.Future<$16.StartWorkflowAnonymizeDataRequest> $request) async { return startWorkflowAnonymizeData($call, await $request); } $async.Future<$16.StartWorkflowUpgradeModelResult> startWorkflowUpgradeModel_Pre($grpc.ServiceCall $call, $async.Future<$16.StartWorkflowUpgradeModelRequest> $request) async { return startWorkflowUpgradeModel($call, await $request); } $async.Future<$16.StartWorkflowSweepResult> startWorkflowSweep_Pre($grpc.ServiceCall $call, $async.Future<$16.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); }