Package biopb.image
Class ObjectDetectionGrpc
java.lang.Object
biopb.image.ObjectDetectionGrpc
@Generated(value="by gRPC proto compiler (version 1.68.0)",
comments="Source: biopb/image/rpc_object_detection.proto")
public final class ObjectDetectionGrpc
extends Object
Implementing the `RunDetection` call is mandatory. The rest are optional.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfaceImplementing the `RunDetection` call is mandatory.static final classA stub to allow clients to do synchronous rpc calls to service ObjectDetection.static final classA stub to allow clients to do ListenableFuture-style rpc calls to service ObjectDetection.static classBase class for the server implementation of the service ObjectDetection.static final classA stub to allow clients to do asynchronous rpc calls to service ObjectDetection. -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic final io.grpc.ServerServiceDefinitionstatic io.grpc.MethodDescriptor<com.google.protobuf.Empty,OpNames> static io.grpc.MethodDescriptor<DetectionRequest,DetectionResponse> static io.grpc.MethodDescriptor<DetectionRequest,DetectionResponse> static io.grpc.MethodDescriptor<DetectionRequest,DetectionResponse> static io.grpc.MethodDescriptor<DetectionRequest,com.google.protobuf.Any> static io.grpc.ServiceDescriptornewBlockingStub(io.grpc.Channel channel) Creates a new blocking-style stub that supports unary and streaming output calls on the servicenewFutureStub(io.grpc.Channel channel) Creates a new ListenableFuture-style stub that supports unary calls on the servicenewStub(io.grpc.Channel channel) Creates a new async stub that supports all call types for the service
-
Field Details
-
SERVICE_NAME
- See Also:
-
-
Method Details
-
getRunDetectionMethod
-
getRunDetectionStreamMethod
public static io.grpc.MethodDescriptor<DetectionRequest,DetectionResponse> getRunDetectionStreamMethod() -
getRunDetectionOnGridMethod
public static io.grpc.MethodDescriptor<DetectionRequest,DetectionResponse> getRunDetectionOnGridMethod() -
getRunModelAdaptationMethod
public static io.grpc.MethodDescriptor<DetectionRequest,com.google.protobuf.Any> getRunModelAdaptationMethod() -
getGetOpNamesMethod
-
newStub
Creates a new async stub that supports all call types for the service -
newBlockingStub
public static ObjectDetectionGrpc.ObjectDetectionBlockingStub newBlockingStub(io.grpc.Channel channel) Creates a new blocking-style stub that supports unary and streaming output calls on the service -
newFutureStub
Creates a new ListenableFuture-style stub that supports unary calls on the service -
bindService
public static final io.grpc.ServerServiceDefinition bindService(ObjectDetectionGrpc.AsyncService service) -
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-