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