Uses of Class
org.languagetool.rules.ml.MLServerProto.AnalyzeRequest
Packages that use MLServerProto.AnalyzeRequest
-
Uses of MLServerProto.AnalyzeRequest in org.languagetool.rules.ml
Fields in org.languagetool.rules.ml declared as MLServerProto.AnalyzeRequestModifier and TypeFieldDescriptionprivate static final MLServerProto.AnalyzeRequestMLServerProto.AnalyzeRequest.DEFAULT_INSTANCEFields in org.languagetool.rules.ml with type parameters of type MLServerProto.AnalyzeRequestModifier and TypeFieldDescriptionprivate static io.grpc.MethodDescriptor<MLServerProto.AnalyzeRequest, MLServerProto.AnalyzeResponse> ProcessingServerGrpc.getAnalyzeMethodprivate static final com.google.protobuf.Parser<MLServerProto.AnalyzeRequest> MLServerProto.AnalyzeRequest.PARSERMethods in org.languagetool.rules.ml that return MLServerProto.AnalyzeRequestModifier and TypeMethodDescriptionMLServerProto.AnalyzeRequest.Builder.build()MLServerProto.AnalyzeRequest.Builder.buildPartial()static MLServerProto.AnalyzeRequestMLServerProto.AnalyzeRequest.getDefaultInstance()MLServerProto.AnalyzeRequest.Builder.getDefaultInstanceForType()MLServerProto.AnalyzeRequest.getDefaultInstanceForType()static MLServerProto.AnalyzeRequestMLServerProto.AnalyzeRequest.parseDelimitedFrom(InputStream input) static MLServerProto.AnalyzeRequestMLServerProto.AnalyzeRequest.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static MLServerProto.AnalyzeRequestMLServerProto.AnalyzeRequest.parseFrom(byte[] data) static MLServerProto.AnalyzeRequestMLServerProto.AnalyzeRequest.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static MLServerProto.AnalyzeRequestMLServerProto.AnalyzeRequest.parseFrom(com.google.protobuf.ByteString data) static MLServerProto.AnalyzeRequestMLServerProto.AnalyzeRequest.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static MLServerProto.AnalyzeRequestMLServerProto.AnalyzeRequest.parseFrom(com.google.protobuf.CodedInputStream input) static MLServerProto.AnalyzeRequestMLServerProto.AnalyzeRequest.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static MLServerProto.AnalyzeRequestMLServerProto.AnalyzeRequest.parseFrom(InputStream input) static MLServerProto.AnalyzeRequestMLServerProto.AnalyzeRequest.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static MLServerProto.AnalyzeRequestMLServerProto.AnalyzeRequest.parseFrom(ByteBuffer data) static MLServerProto.AnalyzeRequestMLServerProto.AnalyzeRequest.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in org.languagetool.rules.ml that return types with arguments of type MLServerProto.AnalyzeRequestModifier and TypeMethodDescriptionstatic io.grpc.MethodDescriptor<MLServerProto.AnalyzeRequest, MLServerProto.AnalyzeResponse> ProcessingServerGrpc.getAnalyzeMethod()com.google.protobuf.Parser<MLServerProto.AnalyzeRequest> MLServerProto.AnalyzeRequest.getParserForType()static com.google.protobuf.Parser<MLServerProto.AnalyzeRequest> MLServerProto.AnalyzeRequest.parser()Methods in org.languagetool.rules.ml with parameters of type MLServerProto.AnalyzeRequestModifier and TypeMethodDescriptiondefault voidProcessingServerGrpc.AsyncService.analyze(MLServerProto.AnalyzeRequest request, io.grpc.stub.StreamObserver<MLServerProto.AnalyzeResponse> responseObserver) ProcessingServerGrpc.ProcessingServerBlockingStub.analyze(MLServerProto.AnalyzeRequest request) com.google.common.util.concurrent.ListenableFuture<MLServerProto.AnalyzeResponse> ProcessingServerGrpc.ProcessingServerFutureStub.analyze(MLServerProto.AnalyzeRequest request) voidProcessingServerGrpc.ProcessingServerStub.analyze(MLServerProto.AnalyzeRequest request, io.grpc.stub.StreamObserver<MLServerProto.AnalyzeResponse> responseObserver) private voidMLServerProto.AnalyzeRequest.Builder.buildPartial0(MLServerProto.AnalyzeRequest result) MLServerProto.AnalyzeRequest.Builder.mergeFrom(MLServerProto.AnalyzeRequest other) MLServerProto.AnalyzeRequest.newBuilder(MLServerProto.AnalyzeRequest prototype) -
Uses of MLServerProto.AnalyzeRequest in org.languagetool.server
Methods in org.languagetool.server with parameters of type MLServerProto.AnalyzeRequestModifier and TypeMethodDescriptionvoidGRPCServer.analyze(MLServerProto.AnalyzeRequest request, io.grpc.stub.StreamObserver<MLServerProto.AnalyzeResponse> responseObserver)