// // 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 $67; export 'workflow.pb.dart'; @$pb.GrpcServiceName('api.WorkflowService') class WorkflowServiceClient extends $grpc.Client { /// The hostname for this service. static const $core.String defaultHost = ''; /// OAuth scopes needed for the client. static const $core.List<$core.String> oauthScopes = [ '', ]; static final _$retryWorkflow = $grpc.ClientMethod<$67.RetryWorkflowRequest, $67.RetryWorkflowResult>( '/api.WorkflowService/RetryWorkflow', ($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', ($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', ($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', ($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', ($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', ($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', ($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', ($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', ($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', ($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', ($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', ($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', ($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', ($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', ($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', ($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', ($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', ($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', ($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', ($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', ($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', ($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', ($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', ($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', ($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', ($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', ($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', ($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', ($67.StartWorkflowSweepRequest value) => value.writeToBuffer(), ($core.List<$core.int> value) => $67.StartWorkflowSweepResult.fromBuffer(value)); WorkflowServiceClient(super.channel, {super.options, super.interceptors}); $grpc.ResponseFuture<$67.RetryWorkflowResult> retryWorkflow($67.RetryWorkflowRequest request, {$grpc.CallOptions? options}) { return $createUnaryCall(_$retryWorkflow, request, options: options); } $grpc.ResponseFuture<$67.StartWorkflowCreateProjectResult> startWorkflowCreateProject($67.StartWorkflowCreateProjectRequest request, {$grpc.CallOptions? options}) { return $createUnaryCall(_$startWorkflowCreateProject, request, options: options); } $grpc.ResponseFuture<$67.StartWorkflowDeleteProjectResult> startWorkflowDeleteProject($67.StartWorkflowDeleteProjectRequest request, {$grpc.CallOptions? options}) { return $createUnaryCall(_$startWorkflowDeleteProject, request, options: options); } $grpc.ResponseFuture<$67.StartWorkflowDeleteCoreResult> startWorkflowDeleteCore($67.StartWorkflowDeleteCoreRequest request, {$grpc.CallOptions? options}) { return $createUnaryCall(_$startWorkflowDeleteCore, request, options: options); } $grpc.ResponseFuture<$67.StartWorkflowDeletePartnerAppResult> startWorkflowDeletePartnerApp($67.StartWorkflowDeletePartnerAppRequest request, {$grpc.CallOptions? options}) { return $createUnaryCall(_$startWorkflowDeletePartnerApp, request, options: options); } $grpc.ResponseFuture<$67.StartWorkflowDeleteConnectionResult> startWorkflowDeleteConnection($67.StartWorkflowDeleteConnectionRequest request, {$grpc.CallOptions? options}) { return $createUnaryCall(_$startWorkflowDeleteConnection, request, options: options); } $grpc.ResponseFuture<$67.StartWorkflowBillingResult> startWorkflowBilling($67.StartWorkflowBillingRequest request, {$grpc.CallOptions? options}) { return $createUnaryCall(_$startWorkflowBilling, request, options: options); } $grpc.ResponseFuture<$67.StopWorkflowBillingResult> stopWorkflowBilling($67.StopWorkflowBillingRequest request, {$grpc.CallOptions? options}) { return $createUnaryCall(_$stopWorkflowBilling, request, options: options); } $grpc.ResponseFuture<$67.StartWorkflowExtractDataFromDBResult> startWorkflowExtractDataFromDB($67.StartWorkflowExtractDataFromDBRequest request, {$grpc.CallOptions? options}) { return $createUnaryCall(_$startWorkflowExtractDataFromDB, request, options: options); } $grpc.ResponseFuture<$67.RegisterModuleWorkflowsResult> registerModuleWorkflows($67.RegisterModuleWorkflowsRequest request, {$grpc.CallOptions? options}) { return $createUnaryCall(_$registerModuleWorkflows, request, options: options); } $grpc.ResponseFuture<$67.DeregisterModuleWorkflowsResult> deregisterModuleWorkflows($67.DeregisterModuleWorkflowsRequest request, {$grpc.CallOptions? options}) { return $createUnaryCall(_$deregisterModuleWorkflows, request, options: options); } $grpc.ResponseFuture<$67.GetModuleWorkflowsResult> getModuleWorkflows($67.GetModuleWorkflowsRequest request, {$grpc.CallOptions? options}) { return $createUnaryCall(_$getModuleWorkflows, request, options: options); } $grpc.ResponseFuture<$67.StopWorkflowResult> stopWorkflow($67.StopWorkflowRequest request, {$grpc.CallOptions? options}) { return $createUnaryCall(_$stopWorkflow, request, options: options); } $grpc.ResponseFuture<$67.StartWorkflowOptimizeClickhouseResult> startWorkflowOptimizeClickhouse($67.StartWorkflowOptimizeClickhouseRequest request, {$grpc.CallOptions? options}) { return $createUnaryCall(_$startWorkflowOptimizeClickhouse, request, options: options); } $grpc.ResponseFuture<$67.StartWorkflowCreateOrganisationResult> startWorkflowCreateOrganisation($67.StartWorkflowCreateOrganisationRequest request, {$grpc.CallOptions? options}) { return $createUnaryCall(_$startWorkflowCreateOrganisation, request, options: options); } $grpc.ResponseFuture<$67.StartWorkflowDeleteOrganisationResult> startWorkflowDeleteOrganisation($67.StartWorkflowDeleteOrganisationRequest request, {$grpc.CallOptions? options}) { return $createUnaryCall(_$startWorkflowDeleteOrganisation, request, options: options); } $grpc.ResponseFuture<$67.StartWorkflowRecoverDataResult> startWorkflowRecoverData($67.StartWorkflowRecoverDataRequest request, {$grpc.CallOptions? options}) { return $createUnaryCall(_$startWorkflowRecoverData, request, options: options); } $grpc.ResponseFuture<$67.StartWorkflowCheckAndLaunchRecoverDataResult> startWorkflowCheckAndLaunchRecoverData($67.StartWorkflowCheckAndLaunchRecoverDataRequest request, {$grpc.CallOptions? options}) { return $createUnaryCall(_$startWorkflowCheckAndLaunchRecoverData, request, options: options); } $grpc.ResponseFuture<$67.StartWorkflowUpdateMaterializedViewResult> startWorkflowUpdateMaterializedView($67.StartWorkflowUpdateMaterializedViewRequest request, {$grpc.CallOptions? options}) { return $createUnaryCall(_$startWorkflowUpdateMaterializedView, request, options: options); } $grpc.ResponseFuture<$67.GetWorkflowStateResult> getWorkflowState($67.GetWorkflowStateRequest request, {$grpc.CallOptions? options}) { return $createUnaryCall(_$getWorkflowState, request, options: options); } $grpc.ResponseFuture<$67.GetWorkflowExecutionInformationsResult> getWorkflowExecutionInformations($67.GetWorkflowExecutionInformationsRequest request, {$grpc.CallOptions? options}) { return $createUnaryCall(_$getWorkflowExecutionInformations, request, options: options); } $grpc.ResponseFuture<$67.StartWorkflowDailyProjectsOperationsResult> startWorkflowDailyProjectsOperations($67.StartWorkflowDailyProjectsOperationsRequest request, {$grpc.CallOptions? options}) { return $createUnaryCall(_$startWorkflowDailyProjectsOperations, request, options: options); } $grpc.ResponseFuture<$67.StartWorkflowHealthCheckWorkflowsResult> startWorkflowHealthCheckWorkflows($67.StartWorkflowHealthCheckWorkflowsRequest request, {$grpc.CallOptions? options}) { return $createUnaryCall(_$startWorkflowHealthCheckWorkflows, request, options: options); } $grpc.ResponseFuture<$67.StartWorkflowExtractKPIResult> startWorkflowExtractKPI($67.StartWorkflowExtractKPIRequest request, {$grpc.CallOptions? options}) { return $createUnaryCall(_$startWorkflowExtractKPI, request, options: options); } $grpc.ResponseFuture<$67.StartWorkflowPruneDataResult> startWorkflowPruneData($67.StartWorkflowPruneDataRequest request, {$grpc.CallOptions? options}) { return $createUnaryCall(_$startWorkflowPruneData, request, options: options); } $grpc.ResponseFuture<$67.StartWorkflowSynchronizeRulesOnGitResult> startWorkflowSynchronizeRulesOnGit($67.StartWorkflowSynchronizeRulesOnGitRequest request, {$grpc.CallOptions? options}) { return $createUnaryCall(_$startWorkflowSynchronizeRulesOnGit, request, options: options); } $grpc.ResponseFuture<$67.StartWorkflowAnonymizeDataResult> startWorkflowAnonymizeData($67.StartWorkflowAnonymizeDataRequest request, {$grpc.CallOptions? options}) { return $createUnaryCall(_$startWorkflowAnonymizeData, request, options: options); } $grpc.ResponseFuture<$67.StartWorkflowUpgradeModelResult> startWorkflowUpgradeModel($67.StartWorkflowUpgradeModelRequest request, {$grpc.CallOptions? options}) { return $createUnaryCall(_$startWorkflowUpgradeModel, request, options: options); } $grpc.ResponseFuture<$67.StartWorkflowSweepResult> startWorkflowSweep($67.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<$67.RetryWorkflowRequest, $67.RetryWorkflowResult>( 'RetryWorkflow', retryWorkflow_Pre, false, false, ($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) => $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) => $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) => $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) => $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) => $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) => $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) => $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) => $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) => $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) => $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) => $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) => $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) => $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) => $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) => $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) => $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) => $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) => $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) => $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) => $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) => $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) => $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) => $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) => $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) => $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) => $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) => $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) => $67.StartWorkflowSweepRequest.fromBuffer(value), ($67.StartWorkflowSweepResult value) => value.writeToBuffer())); } $async.Future<$67.RetryWorkflowResult> retryWorkflow_Pre($grpc.ServiceCall $call, $async.Future<$67.RetryWorkflowRequest> $request) async { return retryWorkflow($call, await $request); } $async.Future<$67.StartWorkflowCreateProjectResult> startWorkflowCreateProject_Pre($grpc.ServiceCall $call, $async.Future<$67.StartWorkflowCreateProjectRequest> $request) async { return startWorkflowCreateProject($call, await $request); } $async.Future<$67.StartWorkflowDeleteProjectResult> startWorkflowDeleteProject_Pre($grpc.ServiceCall $call, $async.Future<$67.StartWorkflowDeleteProjectRequest> $request) async { return startWorkflowDeleteProject($call, await $request); } $async.Future<$67.StartWorkflowDeleteCoreResult> startWorkflowDeleteCore_Pre($grpc.ServiceCall $call, $async.Future<$67.StartWorkflowDeleteCoreRequest> $request) async { return startWorkflowDeleteCore($call, await $request); } $async.Future<$67.StartWorkflowDeletePartnerAppResult> startWorkflowDeletePartnerApp_Pre($grpc.ServiceCall $call, $async.Future<$67.StartWorkflowDeletePartnerAppRequest> $request) async { return startWorkflowDeletePartnerApp($call, await $request); } $async.Future<$67.StartWorkflowDeleteConnectionResult> startWorkflowDeleteConnection_Pre($grpc.ServiceCall $call, $async.Future<$67.StartWorkflowDeleteConnectionRequest> $request) async { return startWorkflowDeleteConnection($call, await $request); } $async.Future<$67.StartWorkflowBillingResult> startWorkflowBilling_Pre($grpc.ServiceCall $call, $async.Future<$67.StartWorkflowBillingRequest> $request) async { return startWorkflowBilling($call, await $request); } $async.Future<$67.StopWorkflowBillingResult> stopWorkflowBilling_Pre($grpc.ServiceCall $call, $async.Future<$67.StopWorkflowBillingRequest> $request) async { return stopWorkflowBilling($call, await $request); } $async.Future<$67.StartWorkflowExtractDataFromDBResult> startWorkflowExtractDataFromDB_Pre($grpc.ServiceCall $call, $async.Future<$67.StartWorkflowExtractDataFromDBRequest> $request) async { return startWorkflowExtractDataFromDB($call, await $request); } $async.Future<$67.RegisterModuleWorkflowsResult> registerModuleWorkflows_Pre($grpc.ServiceCall $call, $async.Future<$67.RegisterModuleWorkflowsRequest> $request) async { return registerModuleWorkflows($call, await $request); } $async.Future<$67.DeregisterModuleWorkflowsResult> deregisterModuleWorkflows_Pre($grpc.ServiceCall $call, $async.Future<$67.DeregisterModuleWorkflowsRequest> $request) async { return deregisterModuleWorkflows($call, await $request); } $async.Future<$67.GetModuleWorkflowsResult> getModuleWorkflows_Pre($grpc.ServiceCall $call, $async.Future<$67.GetModuleWorkflowsRequest> $request) async { return getModuleWorkflows($call, await $request); } $async.Future<$67.StopWorkflowResult> stopWorkflow_Pre($grpc.ServiceCall $call, $async.Future<$67.StopWorkflowRequest> $request) async { return stopWorkflow($call, await $request); } $async.Future<$67.StartWorkflowOptimizeClickhouseResult> startWorkflowOptimizeClickhouse_Pre($grpc.ServiceCall $call, $async.Future<$67.StartWorkflowOptimizeClickhouseRequest> $request) async { return startWorkflowOptimizeClickhouse($call, await $request); } $async.Future<$67.StartWorkflowCreateOrganisationResult> startWorkflowCreateOrganisation_Pre($grpc.ServiceCall $call, $async.Future<$67.StartWorkflowCreateOrganisationRequest> $request) async { return startWorkflowCreateOrganisation($call, await $request); } $async.Future<$67.StartWorkflowDeleteOrganisationResult> startWorkflowDeleteOrganisation_Pre($grpc.ServiceCall $call, $async.Future<$67.StartWorkflowDeleteOrganisationRequest> $request) async { return startWorkflowDeleteOrganisation($call, await $request); } $async.Future<$67.StartWorkflowRecoverDataResult> startWorkflowRecoverData_Pre($grpc.ServiceCall $call, $async.Future<$67.StartWorkflowRecoverDataRequest> $request) async { return startWorkflowRecoverData($call, await $request); } $async.Future<$67.StartWorkflowCheckAndLaunchRecoverDataResult> startWorkflowCheckAndLaunchRecoverData_Pre($grpc.ServiceCall $call, $async.Future<$67.StartWorkflowCheckAndLaunchRecoverDataRequest> $request) async { return startWorkflowCheckAndLaunchRecoverData($call, await $request); } $async.Future<$67.StartWorkflowUpdateMaterializedViewResult> startWorkflowUpdateMaterializedView_Pre($grpc.ServiceCall $call, $async.Future<$67.StartWorkflowUpdateMaterializedViewRequest> $request) async { return startWorkflowUpdateMaterializedView($call, await $request); } $async.Future<$67.GetWorkflowStateResult> getWorkflowState_Pre($grpc.ServiceCall $call, $async.Future<$67.GetWorkflowStateRequest> $request) async { return getWorkflowState($call, await $request); } $async.Future<$67.GetWorkflowExecutionInformationsResult> getWorkflowExecutionInformations_Pre($grpc.ServiceCall $call, $async.Future<$67.GetWorkflowExecutionInformationsRequest> $request) async { return getWorkflowExecutionInformations($call, await $request); } $async.Future<$67.StartWorkflowDailyProjectsOperationsResult> startWorkflowDailyProjectsOperations_Pre($grpc.ServiceCall $call, $async.Future<$67.StartWorkflowDailyProjectsOperationsRequest> $request) async { return startWorkflowDailyProjectsOperations($call, await $request); } $async.Future<$67.StartWorkflowHealthCheckWorkflowsResult> startWorkflowHealthCheckWorkflows_Pre($grpc.ServiceCall $call, $async.Future<$67.StartWorkflowHealthCheckWorkflowsRequest> $request) async { return startWorkflowHealthCheckWorkflows($call, await $request); } $async.Future<$67.StartWorkflowExtractKPIResult> startWorkflowExtractKPI_Pre($grpc.ServiceCall $call, $async.Future<$67.StartWorkflowExtractKPIRequest> $request) async { return startWorkflowExtractKPI($call, await $request); } $async.Future<$67.StartWorkflowPruneDataResult> startWorkflowPruneData_Pre($grpc.ServiceCall $call, $async.Future<$67.StartWorkflowPruneDataRequest> $request) async { return startWorkflowPruneData($call, await $request); } $async.Future<$67.StartWorkflowSynchronizeRulesOnGitResult> startWorkflowSynchronizeRulesOnGit_Pre($grpc.ServiceCall $call, $async.Future<$67.StartWorkflowSynchronizeRulesOnGitRequest> $request) async { return startWorkflowSynchronizeRulesOnGit($call, await $request); } $async.Future<$67.StartWorkflowAnonymizeDataResult> startWorkflowAnonymizeData_Pre($grpc.ServiceCall $call, $async.Future<$67.StartWorkflowAnonymizeDataRequest> $request) async { return startWorkflowAnonymizeData($call, await $request); } $async.Future<$67.StartWorkflowUpgradeModelResult> startWorkflowUpgradeModel_Pre($grpc.ServiceCall $call, $async.Future<$67.StartWorkflowUpgradeModelRequest> $request) async { return startWorkflowUpgradeModel($call, await $request); } $async.Future<$67.StartWorkflowSweepResult> startWorkflowSweep_Pre($grpc.ServiceCall $call, $async.Future<$67.StartWorkflowSweepRequest> $request) async { return startWorkflowSweep($call, await $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); }