Package org.languagetool.rules.ml
Class MLServerGrpc
java.lang.Object
org.languagetool.rules.ml.MLServerGrpc
@Generated(value="by gRPC proto compiler (version 1.68.0)",
comments="Source: ml_server.proto")
public final class MLServerGrpc
extends Object
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfaceprivate static final classprivate static classstatic final classA stub to allow clients to do synchronous rpc calls to service MLServer.private static final classstatic final classA stub to allow clients to do ListenableFuture-style rpc calls to service MLServer.static classBase class for the server implementation of the service MLServer.private static final classstatic final classA stub to allow clients to do asynchronous rpc calls to service MLServer. -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static io.grpc.MethodDescriptor<MLServerProto.AnalyzedMatchRequest, MLServerProto.MatchResponse> private static io.grpc.MethodDescriptor<MLServerProto.MatchRequest, MLServerProto.MatchResponse> private static final intprivate static final intstatic final Stringprivate static io.grpc.ServiceDescriptor -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic final io.grpc.ServerServiceDefinitionbindService(MLServerGrpc.AsyncService service) static io.grpc.MethodDescriptor<MLServerProto.AnalyzedMatchRequest, MLServerProto.MatchResponse> static io.grpc.MethodDescriptor<MLServerProto.MatchRequest, MLServerProto.MatchResponse> static io.grpc.ServiceDescriptornewBlockingStub(io.grpc.Channel channel) Creates a new blocking-style stub that supports unary and streaming output calls on the servicenewFutureStub(io.grpc.Channel channel) Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic MLServerGrpc.MLServerStubnewStub(io.grpc.Channel channel) Creates a new async stub that supports all call types for the service
-
Field Details
-
SERVICE_NAME
- See Also:
-
getMatchMethod
private static volatile io.grpc.MethodDescriptor<MLServerProto.MatchRequest,MLServerProto.MatchResponse> getMatchMethod -
getMatchAnalyzedMethod
private static volatile io.grpc.MethodDescriptor<MLServerProto.AnalyzedMatchRequest,MLServerProto.MatchResponse> getMatchAnalyzedMethod -
METHODID_MATCH
private static final int METHODID_MATCH- See Also:
-
METHODID_MATCH_ANALYZED
private static final int METHODID_MATCH_ANALYZED- See Also:
-
serviceDescriptor
private static volatile io.grpc.ServiceDescriptor serviceDescriptor
-
-
Constructor Details
-
MLServerGrpc
private MLServerGrpc()
-
-
Method Details
-
getMatchMethod
public static io.grpc.MethodDescriptor<MLServerProto.MatchRequest,MLServerProto.MatchResponse> getMatchMethod() -
getMatchAnalyzedMethod
public static io.grpc.MethodDescriptor<MLServerProto.AnalyzedMatchRequest,MLServerProto.MatchResponse> getMatchAnalyzedMethod() -
newStub
Creates a new async stub that supports all call types for the service -
newBlockingStub
Creates a new blocking-style stub that supports unary and streaming output calls on the service -
newFutureStub
Creates a new ListenableFuture-style stub that supports unary calls on the service -
bindService
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-