deleteOperation method
Deletes a long-running operation. This method indicates that the client is
no longer interested in the operation result. It does not cancel the
operation. If the server doesn't support this method, it returns
google.rpc.Code.UNIMPLEMENTED.
Implementation
$grpc.ResponseFuture<$1.Empty> deleteOperation(
$0.DeleteOperationRequest request, {
$grpc.CallOptions? options,
}) {
return $createUnaryCall(_$deleteOperation, request, options: options);
}