Latest generation

This commit is contained in:
ci core model
2025-03-20 10:06:03 +00:00
parent 8ab2c33a9f
commit 8a3cf3a985
8 changed files with 2 additions and 665 deletions

View File

@@ -85,22 +85,6 @@ class OrganisationServiceClient extends $grpc.Client {
'/api.OrganisationService/StopStreamingMetricsJob',
($11.StopStreamingMetricsJobRequest value) => value.writeToBuffer(),
($core.List<$core.int> value) => $11.StopStreamingMetricsJobResult.fromBuffer(value));
static final _$startStreamingWatchdogJob = $grpc.ClientMethod<$11.StartStreamingWatchdogJobRequest, $11.StartStreamingWatchdogJobResult>(
'/api.OrganisationService/StartStreamingWatchdogJob',
($11.StartStreamingWatchdogJobRequest value) => value.writeToBuffer(),
($core.List<$core.int> value) => $11.StartStreamingWatchdogJobResult.fromBuffer(value));
static final _$stopStreamingWatchdogJob = $grpc.ClientMethod<$11.StopStreamingWatchdogJobRequest, $11.StopStreamingWatchdogJobResult>(
'/api.OrganisationService/StopStreamingWatchdogJob',
($11.StopStreamingWatchdogJobRequest value) => value.writeToBuffer(),
($core.List<$core.int> value) => $11.StopStreamingWatchdogJobResult.fromBuffer(value));
static final _$startAllStreamingWatchdogJobs = $grpc.ClientMethod<$11.StartAllStreamingWatchdogJobsRequest, $11.StartAllStreamingWatchdogJobsResult>(
'/api.OrganisationService/StartAllStreamingWatchdogJobs',
($11.StartAllStreamingWatchdogJobsRequest value) => value.writeToBuffer(),
($core.List<$core.int> value) => $11.StartAllStreamingWatchdogJobsResult.fromBuffer(value));
static final _$stopAllStreamingWatchdogJobs = $grpc.ClientMethod<$11.StopAllStreamingWatchdogJobsRequest, $11.StopAllStreamingWatchdogJobsResult>(
'/api.OrganisationService/StopAllStreamingWatchdogJobs',
($11.StopAllStreamingWatchdogJobsRequest value) => value.writeToBuffer(),
($core.List<$core.int> value) => $11.StopAllStreamingWatchdogJobsResult.fromBuffer(value));
static final _$startIndividualStreamingJob = $grpc.ClientMethod<$11.StartIndividualStreamingJobRequest, $11.StartIndividualStreamingJobResult>(
'/api.OrganisationService/StartIndividualStreamingJob',
($11.StartIndividualStreamingJobRequest value) => value.writeToBuffer(),
@@ -212,22 +196,6 @@ class OrganisationServiceClient extends $grpc.Client {
return $createUnaryCall(_$stopStreamingMetricsJob, request, options: options);
}
$grpc.ResponseFuture<$11.StartStreamingWatchdogJobResult> startStreamingWatchdogJob($11.StartStreamingWatchdogJobRequest request, {$grpc.CallOptions? options}) {
return $createUnaryCall(_$startStreamingWatchdogJob, request, options: options);
}
$grpc.ResponseFuture<$11.StopStreamingWatchdogJobResult> stopStreamingWatchdogJob($11.StopStreamingWatchdogJobRequest request, {$grpc.CallOptions? options}) {
return $createUnaryCall(_$stopStreamingWatchdogJob, request, options: options);
}
$grpc.ResponseFuture<$11.StartAllStreamingWatchdogJobsResult> startAllStreamingWatchdogJobs($11.StartAllStreamingWatchdogJobsRequest request, {$grpc.CallOptions? options}) {
return $createUnaryCall(_$startAllStreamingWatchdogJobs, request, options: options);
}
$grpc.ResponseFuture<$11.StopAllStreamingWatchdogJobsResult> stopAllStreamingWatchdogJobs($11.StopAllStreamingWatchdogJobsRequest request, {$grpc.CallOptions? options}) {
return $createUnaryCall(_$stopAllStreamingWatchdogJobs, request, options: options);
}
$grpc.ResponseFuture<$11.StartIndividualStreamingJobResult> startIndividualStreamingJob($11.StartIndividualStreamingJobRequest request, {$grpc.CallOptions? options}) {
return $createUnaryCall(_$startIndividualStreamingJob, request, options: options);
}
@@ -386,34 +354,6 @@ abstract class OrganisationServiceBase extends $grpc.Service {
false,
($core.List<$core.int> value) => $11.StopStreamingMetricsJobRequest.fromBuffer(value),
($11.StopStreamingMetricsJobResult value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$11.StartStreamingWatchdogJobRequest, $11.StartStreamingWatchdogJobResult>(
'StartStreamingWatchdogJob',
startStreamingWatchdogJob_Pre,
false,
false,
($core.List<$core.int> value) => $11.StartStreamingWatchdogJobRequest.fromBuffer(value),
($11.StartStreamingWatchdogJobResult value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$11.StopStreamingWatchdogJobRequest, $11.StopStreamingWatchdogJobResult>(
'StopStreamingWatchdogJob',
stopStreamingWatchdogJob_Pre,
false,
false,
($core.List<$core.int> value) => $11.StopStreamingWatchdogJobRequest.fromBuffer(value),
($11.StopStreamingWatchdogJobResult value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$11.StartAllStreamingWatchdogJobsRequest, $11.StartAllStreamingWatchdogJobsResult>(
'StartAllStreamingWatchdogJobs',
startAllStreamingWatchdogJobs_Pre,
false,
false,
($core.List<$core.int> value) => $11.StartAllStreamingWatchdogJobsRequest.fromBuffer(value),
($11.StartAllStreamingWatchdogJobsResult value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$11.StopAllStreamingWatchdogJobsRequest, $11.StopAllStreamingWatchdogJobsResult>(
'StopAllStreamingWatchdogJobs',
stopAllStreamingWatchdogJobs_Pre,
false,
false,
($core.List<$core.int> value) => $11.StopAllStreamingWatchdogJobsRequest.fromBuffer(value),
($11.StopAllStreamingWatchdogJobsResult value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$11.StartIndividualStreamingJobRequest, $11.StartIndividualStreamingJobResult>(
'StartIndividualStreamingJob',
startIndividualStreamingJob_Pre,
@@ -550,22 +490,6 @@ abstract class OrganisationServiceBase extends $grpc.Service {
return stopStreamingMetricsJob(call, await request);
}
$async.Future<$11.StartStreamingWatchdogJobResult> startStreamingWatchdogJob_Pre($grpc.ServiceCall call, $async.Future<$11.StartStreamingWatchdogJobRequest> request) async {
return startStreamingWatchdogJob(call, await request);
}
$async.Future<$11.StopStreamingWatchdogJobResult> stopStreamingWatchdogJob_Pre($grpc.ServiceCall call, $async.Future<$11.StopStreamingWatchdogJobRequest> request) async {
return stopStreamingWatchdogJob(call, await request);
}
$async.Future<$11.StartAllStreamingWatchdogJobsResult> startAllStreamingWatchdogJobs_Pre($grpc.ServiceCall call, $async.Future<$11.StartAllStreamingWatchdogJobsRequest> request) async {
return startAllStreamingWatchdogJobs(call, await request);
}
$async.Future<$11.StopAllStreamingWatchdogJobsResult> stopAllStreamingWatchdogJobs_Pre($grpc.ServiceCall call, $async.Future<$11.StopAllStreamingWatchdogJobsRequest> request) async {
return stopAllStreamingWatchdogJobs(call, await request);
}
$async.Future<$11.StartIndividualStreamingJobResult> startIndividualStreamingJob_Pre($grpc.ServiceCall call, $async.Future<$11.StartIndividualStreamingJobRequest> request) async {
return startIndividualStreamingJob(call, await request);
}
@@ -622,10 +546,6 @@ abstract class OrganisationServiceBase extends $grpc.Service {
$async.Future<$11.ForceStopAllStreamingJobsResult> forceStopAllStreamingJobs($grpc.ServiceCall call, $11.ForceStopAllStreamingJobsRequest request);
$async.Future<$11.StartStreamingMetricsJobResult> startStreamingMetricsJob($grpc.ServiceCall call, $11.StartStreamingMetricsJobRequest request);
$async.Future<$11.StopStreamingMetricsJobResult> stopStreamingMetricsJob($grpc.ServiceCall call, $11.StopStreamingMetricsJobRequest request);
$async.Future<$11.StartStreamingWatchdogJobResult> startStreamingWatchdogJob($grpc.ServiceCall call, $11.StartStreamingWatchdogJobRequest request);
$async.Future<$11.StopStreamingWatchdogJobResult> stopStreamingWatchdogJob($grpc.ServiceCall call, $11.StopStreamingWatchdogJobRequest request);
$async.Future<$11.StartAllStreamingWatchdogJobsResult> startAllStreamingWatchdogJobs($grpc.ServiceCall call, $11.StartAllStreamingWatchdogJobsRequest request);
$async.Future<$11.StopAllStreamingWatchdogJobsResult> stopAllStreamingWatchdogJobs($grpc.ServiceCall call, $11.StopAllStreamingWatchdogJobsRequest request);
$async.Future<$11.StartIndividualStreamingJobResult> startIndividualStreamingJob($grpc.ServiceCall call, $11.StartIndividualStreamingJobRequest request);
$async.Future<$11.StopIndividualStreamingJobResult> stopIndividualStreamingJob($grpc.ServiceCall call, $11.StopIndividualStreamingJobRequest request);
$async.Future<$11.ProvisionGitOrgResult> provisionGitOrg($grpc.ServiceCall call, $11.ProvisionGitOrgRequest request);