Package biopb.image

Class ProcessImageGrpc

java.lang.Object
biopb.image.ProcessImageGrpc

@Generated(value="by gRPC proto compiler (version 1.68.0)", comments="Source: biopb/image/rpc_process_image.proto") public final class ProcessImageGrpc extends Object
 A generic image process protocol that returns a new image. Examples include
 denoising, super-resolution, and semantic segmentation.
 
  • Field Details

  • Method Details

    • getRunMethod

      public static io.grpc.MethodDescriptor<ProcessRequest,ProcessResponse> getRunMethod()
    • getRunStreamMethod

      public static io.grpc.MethodDescriptor<ProcessRequest,ProcessResponse> getRunStreamMethod()
    • getGetOpNamesMethod

      public static io.grpc.MethodDescriptor<com.google.protobuf.Empty,OpNames> getGetOpNamesMethod()
    • newStub

      public static ProcessImageGrpc.ProcessImageStub newStub(io.grpc.Channel channel)
      Creates a new async stub that supports all call types for the service
    • newBlockingStub

      public static ProcessImageGrpc.ProcessImageBlockingStub newBlockingStub(io.grpc.Channel channel)
      Creates a new blocking-style stub that supports unary and streaming output calls on the service
    • newFutureStub

      public static ProcessImageGrpc.ProcessImageFutureStub newFutureStub(io.grpc.Channel channel)
      Creates a new ListenableFuture-style stub that supports unary calls on the service
    • bindService

      public static final io.grpc.ServerServiceDefinition bindService(ProcessImageGrpc.AsyncService service)
    • getServiceDescriptor

      public static io.grpc.ServiceDescriptor getServiceDescriptor()