Uses of Class
biopb.image.ProcessRequest
Packages that use ProcessRequest
-
Uses of ProcessRequest in biopb.image
Methods in biopb.image that return ProcessRequestModifier and TypeMethodDescriptionProcessRequest.Builder.build()ProcessRequest.Builder.buildPartial()static ProcessRequestProcessRequest.getDefaultInstance()ProcessRequest.Builder.getDefaultInstanceForType()ProcessRequest.getDefaultInstanceForType()static ProcessRequestProcessRequest.parseDelimitedFrom(InputStream input) static ProcessRequestProcessRequest.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ProcessRequestProcessRequest.parseFrom(byte[] data) static ProcessRequestProcessRequest.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ProcessRequestProcessRequest.parseFrom(com.google.protobuf.ByteString data) static ProcessRequestProcessRequest.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ProcessRequestProcessRequest.parseFrom(com.google.protobuf.CodedInputStream input) static ProcessRequestProcessRequest.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ProcessRequestProcessRequest.parseFrom(InputStream input) static ProcessRequestProcessRequest.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ProcessRequestProcessRequest.parseFrom(ByteBuffer data) static ProcessRequestProcessRequest.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in biopb.image that return types with arguments of type ProcessRequestModifier and TypeMethodDescriptioncom.google.protobuf.Parser<ProcessRequest>ProcessRequest.getParserForType()static io.grpc.MethodDescriptor<ProcessRequest,ProcessResponse> ProcessImageGrpc.getRunMethod()static io.grpc.MethodDescriptor<ProcessRequest,ProcessResponse> ProcessImageGrpc.getRunStreamMethod()static com.google.protobuf.Parser<ProcessRequest>ProcessRequest.parser()default io.grpc.stub.StreamObserver<ProcessRequest>ProcessImageGrpc.AsyncService.runStream(io.grpc.stub.StreamObserver<ProcessResponse> responseObserver) Streaming versionio.grpc.stub.StreamObserver<ProcessRequest>ProcessImageGrpc.ProcessImageStub.runStream(io.grpc.stub.StreamObserver<ProcessResponse> responseObserver) Streaming versionMethods in biopb.image with parameters of type ProcessRequestModifier and TypeMethodDescriptionProcessRequest.Builder.mergeFrom(ProcessRequest other) static ProcessRequest.BuilderProcessRequest.newBuilder(ProcessRequest prototype) default voidProcessImageGrpc.AsyncService.run(ProcessRequest request, io.grpc.stub.StreamObserver<ProcessResponse> responseObserver) Process the input imageProcessImageGrpc.ProcessImageBlockingStub.run(ProcessRequest request) Process the input imagecom.google.common.util.concurrent.ListenableFuture<ProcessResponse>ProcessImageGrpc.ProcessImageFutureStub.run(ProcessRequest request) Process the input imagevoidProcessImageGrpc.ProcessImageStub.run(ProcessRequest request, io.grpc.stub.StreamObserver<ProcessResponse> responseObserver) Process the input image