You've already forked dart-core-sdk
Latest generation
This commit is contained in:
@@ -154,6 +154,10 @@ class ExecutionflowInputAPIClient extends $grpc.Client {
|
||||
return $createUnaryCall(_$linesDetected, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$0.ExecutionflowRenotifiedResponse> renotified($0.ExecutionflowRenotifiedRequest request, {$grpc.CallOptions? options,}) {
|
||||
return $createUnaryCall(_$renotified, request, options: options);
|
||||
}
|
||||
|
||||
// method descriptors
|
||||
|
||||
static final _$created = $grpc.ClientMethod<$0.ExecutionflowCreatedRequest, $0.ExecutionflowCreatedResponse>(
|
||||
@@ -276,6 +280,10 @@ class ExecutionflowInputAPIClient extends $grpc.Client {
|
||||
'/api.ExecutionflowInputAPI/LinesDetected',
|
||||
($0.ExecutionflowLinesDetectedRequest value) => value.writeToBuffer(),
|
||||
$0.ExecutionflowLinesDetectedResponse.fromBuffer);
|
||||
static final _$renotified = $grpc.ClientMethod<$0.ExecutionflowRenotifiedRequest, $0.ExecutionflowRenotifiedResponse>(
|
||||
'/api.ExecutionflowInputAPI/Renotified',
|
||||
($0.ExecutionflowRenotifiedRequest value) => value.writeToBuffer(),
|
||||
$0.ExecutionflowRenotifiedResponse.fromBuffer);
|
||||
}
|
||||
|
||||
@$pb.GrpcServiceName('api.ExecutionflowInputAPI')
|
||||
@@ -493,6 +501,13 @@ abstract class ExecutionflowInputAPIServiceBase extends $grpc.Service {
|
||||
false,
|
||||
($core.List<$core.int> value) => $0.ExecutionflowLinesDetectedRequest.fromBuffer(value),
|
||||
($0.ExecutionflowLinesDetectedResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$0.ExecutionflowRenotifiedRequest, $0.ExecutionflowRenotifiedResponse>(
|
||||
'Renotified',
|
||||
renotified_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $0.ExecutionflowRenotifiedRequest.fromBuffer(value),
|
||||
($0.ExecutionflowRenotifiedResponse value) => value.writeToBuffer()));
|
||||
}
|
||||
|
||||
$async.Future<$0.ExecutionflowCreatedResponse> created_Pre($grpc.ServiceCall $call, $async.Future<$0.ExecutionflowCreatedRequest> $request) async {
|
||||
@@ -675,4 +690,10 @@ abstract class ExecutionflowInputAPIServiceBase extends $grpc.Service {
|
||||
|
||||
$async.Future<$0.ExecutionflowLinesDetectedResponse> linesDetected($grpc.ServiceCall call, $0.ExecutionflowLinesDetectedRequest request);
|
||||
|
||||
$async.Future<$0.ExecutionflowRenotifiedResponse> renotified_Pre($grpc.ServiceCall $call, $async.Future<$0.ExecutionflowRenotifiedRequest> $request) async {
|
||||
return renotified($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$0.ExecutionflowRenotifiedResponse> renotified($grpc.ServiceCall call, $0.ExecutionflowRenotifiedRequest request);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user