Uses of Class
org.languagetool.rules.ml.MLServerProto.MatchRequest
Packages that use MLServerProto.MatchRequest
-
Uses of MLServerProto.MatchRequest in org.languagetool.rules
Fields in org.languagetool.rules with type parameters of type MLServerProto.MatchRequestModifier and TypeFieldDescription(package private) final List<MLServerProto.MatchRequest> GRPCRule.MLRuleRequest.requestsConstructor parameters in org.languagetool.rules with type arguments of type MLServerProto.MatchRequestModifierConstructorDescriptionMLRuleRequest(List<MLServerProto.MatchRequest> requests, List<AnalyzedSentence> sentences, Long textSessionId) -
Uses of MLServerProto.MatchRequest in org.languagetool.rules.ml
Fields in org.languagetool.rules.ml declared as MLServerProto.MatchRequestModifier and TypeFieldDescriptionprivate static final MLServerProto.MatchRequestMLServerProto.MatchRequest.DEFAULT_INSTANCEFields in org.languagetool.rules.ml with type parameters of type MLServerProto.MatchRequestModifier and TypeFieldDescriptionprivate static io.grpc.MethodDescriptor<MLServerProto.MatchRequest, MLServerProto.MatchResponse> MLServerGrpc.getMatchMethodprivate static final com.google.protobuf.Parser<MLServerProto.MatchRequest> MLServerProto.MatchRequest.PARSERMethods in org.languagetool.rules.ml that return MLServerProto.MatchRequestModifier and TypeMethodDescriptionMLServerProto.MatchRequest.Builder.build()MLServerProto.MatchRequest.Builder.buildPartial()static MLServerProto.MatchRequestMLServerProto.MatchRequest.getDefaultInstance()MLServerProto.MatchRequest.Builder.getDefaultInstanceForType()MLServerProto.MatchRequest.getDefaultInstanceForType()static MLServerProto.MatchRequestMLServerProto.MatchRequest.parseDelimitedFrom(InputStream input) static MLServerProto.MatchRequestMLServerProto.MatchRequest.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static MLServerProto.MatchRequestMLServerProto.MatchRequest.parseFrom(byte[] data) static MLServerProto.MatchRequestMLServerProto.MatchRequest.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static MLServerProto.MatchRequestMLServerProto.MatchRequest.parseFrom(com.google.protobuf.ByteString data) static MLServerProto.MatchRequestMLServerProto.MatchRequest.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static MLServerProto.MatchRequestMLServerProto.MatchRequest.parseFrom(com.google.protobuf.CodedInputStream input) static MLServerProto.MatchRequestMLServerProto.MatchRequest.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static MLServerProto.MatchRequestMLServerProto.MatchRequest.parseFrom(InputStream input) static MLServerProto.MatchRequestMLServerProto.MatchRequest.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static MLServerProto.MatchRequestMLServerProto.MatchRequest.parseFrom(ByteBuffer data) static MLServerProto.MatchRequestMLServerProto.MatchRequest.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in org.languagetool.rules.ml that return types with arguments of type MLServerProto.MatchRequestModifier and TypeMethodDescriptionstatic io.grpc.MethodDescriptor<MLServerProto.MatchRequest, MLServerProto.MatchResponse> MLServerGrpc.getMatchMethod()com.google.protobuf.Parser<MLServerProto.MatchRequest> MLServerProto.MatchRequest.getParserForType()static com.google.protobuf.Parser<MLServerProto.MatchRequest> MLServerProto.MatchRequest.parser()Methods in org.languagetool.rules.ml with parameters of type MLServerProto.MatchRequestModifier and TypeMethodDescriptionprivate voidMLServerProto.MatchRequest.Builder.buildPartial0(MLServerProto.MatchRequest result) default voidMLServerGrpc.AsyncService.match(MLServerProto.MatchRequest request, io.grpc.stub.StreamObserver<MLServerProto.MatchResponse> responseObserver) MLServerGrpc.MLServerBlockingStub.match(MLServerProto.MatchRequest request) com.google.common.util.concurrent.ListenableFuture<MLServerProto.MatchResponse> MLServerGrpc.MLServerFutureStub.match(MLServerProto.MatchRequest request) voidMLServerGrpc.MLServerStub.match(MLServerProto.MatchRequest request, io.grpc.stub.StreamObserver<MLServerProto.MatchResponse> responseObserver) MLServerProto.MatchRequest.Builder.mergeFrom(MLServerProto.MatchRequest other) MLServerProto.MatchRequest.newBuilder(MLServerProto.MatchRequest prototype)