Uses of Class
org.languagetool.rules.ml.MLServerProto.MatchResponse
Packages that use MLServerProto.MatchResponse
-
Uses of MLServerProto.MatchResponse in org.languagetool.rules
Methods in org.languagetool.rules that return MLServerProto.MatchResponseModifier and TypeMethodDescriptionprotected MLServerProto.MatchResponseGRPCPostProcessing.sendRequest(MLServerProto.PostProcessingRequest req, long timeout) -
Uses of MLServerProto.MatchResponse in org.languagetool.rules.ml
Fields in org.languagetool.rules.ml declared as MLServerProto.MatchResponseModifier and TypeFieldDescriptionprivate static final MLServerProto.MatchResponseMLServerProto.MatchResponse.DEFAULT_INSTANCEFields in org.languagetool.rules.ml with type parameters of type MLServerProto.MatchResponseModifier and TypeFieldDescriptionprivate static io.grpc.MethodDescriptor<MLServerProto.AnalyzedMatchRequest, MLServerProto.MatchResponse> MLServerGrpc.getMatchAnalyzedMethodprivate static io.grpc.MethodDescriptor<MLServerProto.MatchRequest, MLServerProto.MatchResponse> MLServerGrpc.getMatchMethodprivate static io.grpc.MethodDescriptor<MLServerProto.PostProcessingRequest, MLServerProto.MatchResponse> PostProcessingServerGrpc.getProcessMethodprivate static final com.google.protobuf.Parser<MLServerProto.MatchResponse> MLServerProto.MatchResponse.PARSERMethods in org.languagetool.rules.ml that return MLServerProto.MatchResponseModifier and TypeMethodDescriptionMLServerProto.MatchResponse.Builder.build()MLServerProto.MatchResponse.Builder.buildPartial()static MLServerProto.MatchResponseMLServerProto.MatchResponse.getDefaultInstance()MLServerProto.MatchResponse.Builder.getDefaultInstanceForType()MLServerProto.MatchResponse.getDefaultInstanceForType()MLServerGrpc.MLServerBlockingStub.match(MLServerProto.MatchRequest request) MLServerGrpc.MLServerBlockingStub.matchAnalyzed(MLServerProto.AnalyzedMatchRequest request) static MLServerProto.MatchResponseMLServerProto.MatchResponse.parseDelimitedFrom(InputStream input) static MLServerProto.MatchResponseMLServerProto.MatchResponse.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static MLServerProto.MatchResponseMLServerProto.MatchResponse.parseFrom(byte[] data) static MLServerProto.MatchResponseMLServerProto.MatchResponse.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static MLServerProto.MatchResponseMLServerProto.MatchResponse.parseFrom(com.google.protobuf.ByteString data) static MLServerProto.MatchResponseMLServerProto.MatchResponse.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static MLServerProto.MatchResponseMLServerProto.MatchResponse.parseFrom(com.google.protobuf.CodedInputStream input) static MLServerProto.MatchResponseMLServerProto.MatchResponse.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static MLServerProto.MatchResponseMLServerProto.MatchResponse.parseFrom(InputStream input) static MLServerProto.MatchResponseMLServerProto.MatchResponse.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static MLServerProto.MatchResponseMLServerProto.MatchResponse.parseFrom(ByteBuffer data) static MLServerProto.MatchResponseMLServerProto.MatchResponse.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) PostProcessingServerGrpc.PostProcessingServerBlockingStub.process(MLServerProto.PostProcessingRequest request) Methods in org.languagetool.rules.ml that return types with arguments of type MLServerProto.MatchResponseModifier and TypeMethodDescriptionstatic io.grpc.MethodDescriptor<MLServerProto.AnalyzedMatchRequest, MLServerProto.MatchResponse> MLServerGrpc.getMatchAnalyzedMethod()static io.grpc.MethodDescriptor<MLServerProto.MatchRequest, MLServerProto.MatchResponse> MLServerGrpc.getMatchMethod()com.google.protobuf.Parser<MLServerProto.MatchResponse> MLServerProto.MatchResponse.getParserForType()static io.grpc.MethodDescriptor<MLServerProto.PostProcessingRequest, MLServerProto.MatchResponse> PostProcessingServerGrpc.getProcessMethod()com.google.common.util.concurrent.ListenableFuture<MLServerProto.MatchResponse> MLServerGrpc.MLServerFutureStub.match(MLServerProto.MatchRequest request) com.google.common.util.concurrent.ListenableFuture<MLServerProto.MatchResponse> MLServerGrpc.MLServerFutureStub.matchAnalyzed(MLServerProto.AnalyzedMatchRequest request) static com.google.protobuf.Parser<MLServerProto.MatchResponse> MLServerProto.MatchResponse.parser()com.google.common.util.concurrent.ListenableFuture<MLServerProto.MatchResponse> PostProcessingServerGrpc.PostProcessingServerFutureStub.process(MLServerProto.PostProcessingRequest request) Methods in org.languagetool.rules.ml with parameters of type MLServerProto.MatchResponseModifier and TypeMethodDescriptionprivate voidMLServerProto.MatchResponse.Builder.buildPartial0(MLServerProto.MatchResponse result) private voidMLServerProto.MatchResponse.Builder.buildPartialRepeatedFields(MLServerProto.MatchResponse result) MLServerProto.MatchResponse.Builder.mergeFrom(MLServerProto.MatchResponse other) MLServerProto.MatchResponse.newBuilder(MLServerProto.MatchResponse prototype) Method parameters in org.languagetool.rules.ml with type arguments of type MLServerProto.MatchResponseModifier and TypeMethodDescriptiondefault voidMLServerGrpc.AsyncService.match(MLServerProto.MatchRequest request, io.grpc.stub.StreamObserver<MLServerProto.MatchResponse> responseObserver) voidMLServerGrpc.MLServerStub.match(MLServerProto.MatchRequest request, io.grpc.stub.StreamObserver<MLServerProto.MatchResponse> responseObserver) default voidMLServerGrpc.AsyncService.matchAnalyzed(MLServerProto.AnalyzedMatchRequest request, io.grpc.stub.StreamObserver<MLServerProto.MatchResponse> responseObserver) voidMLServerGrpc.MLServerStub.matchAnalyzed(MLServerProto.AnalyzedMatchRequest request, io.grpc.stub.StreamObserver<MLServerProto.MatchResponse> responseObserver) default voidPostProcessingServerGrpc.AsyncService.process(MLServerProto.PostProcessingRequest request, io.grpc.stub.StreamObserver<MLServerProto.MatchResponse> responseObserver) voidPostProcessingServerGrpc.PostProcessingServerStub.process(MLServerProto.PostProcessingRequest request, io.grpc.stub.StreamObserver<MLServerProto.MatchResponse> responseObserver)