Uses of Class
org.languagetool.grpc.Synthesizer.SynthesizeRequest
Packages that use Synthesizer.SynthesizeRequest
-
Uses of Synthesizer.SynthesizeRequest in org.languagetool.grpc
Fields in org.languagetool.grpc declared as Synthesizer.SynthesizeRequestModifier and TypeFieldDescriptionprivate static final Synthesizer.SynthesizeRequestSynthesizer.SynthesizeRequest.DEFAULT_INSTANCEFields in org.languagetool.grpc with type parameters of type Synthesizer.SynthesizeRequestModifier and TypeFieldDescriptionprivate static io.grpc.MethodDescriptor<Synthesizer.SynthesizeRequest, Synthesizer.SynthesizeResponse> SynthesizeServerGrpc.getSynthesizeMethodprivate static final com.google.protobuf.Parser<Synthesizer.SynthesizeRequest> Synthesizer.SynthesizeRequest.PARSERMethods in org.languagetool.grpc that return Synthesizer.SynthesizeRequestModifier and TypeMethodDescriptionSynthesizer.SynthesizeRequest.Builder.build()Synthesizer.SynthesizeRequest.Builder.buildPartial()Synthesizer.SynthesizeRequest.getDefaultInstance()Synthesizer.SynthesizeRequest.Builder.getDefaultInstanceForType()Synthesizer.SynthesizeRequest.getDefaultInstanceForType()Synthesizer.SynthesizeRequest.parseDelimitedFrom(InputStream input) Synthesizer.SynthesizeRequest.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Synthesizer.SynthesizeRequest.parseFrom(byte[] data) Synthesizer.SynthesizeRequest.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Synthesizer.SynthesizeRequest.parseFrom(com.google.protobuf.ByteString data) Synthesizer.SynthesizeRequest.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Synthesizer.SynthesizeRequest.parseFrom(com.google.protobuf.CodedInputStream input) Synthesizer.SynthesizeRequest.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Synthesizer.SynthesizeRequest.parseFrom(InputStream input) Synthesizer.SynthesizeRequest.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Synthesizer.SynthesizeRequest.parseFrom(ByteBuffer data) Synthesizer.SynthesizeRequest.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in org.languagetool.grpc that return types with arguments of type Synthesizer.SynthesizeRequestModifier and TypeMethodDescriptioncom.google.protobuf.Parser<Synthesizer.SynthesizeRequest> Synthesizer.SynthesizeRequest.getParserForType()static io.grpc.MethodDescriptor<Synthesizer.SynthesizeRequest, Synthesizer.SynthesizeResponse> SynthesizeServerGrpc.getSynthesizeMethod()static com.google.protobuf.Parser<Synthesizer.SynthesizeRequest> Synthesizer.SynthesizeRequest.parser()Methods in org.languagetool.grpc with parameters of type Synthesizer.SynthesizeRequestModifier and TypeMethodDescriptionprivate voidSynthesizer.SynthesizeRequest.Builder.buildPartial0(Synthesizer.SynthesizeRequest result) private voidSynthesizer.SynthesizeRequest.Builder.buildPartialRepeatedFields(Synthesizer.SynthesizeRequest result) Synthesizer.SynthesizeRequest.Builder.mergeFrom(Synthesizer.SynthesizeRequest other) Synthesizer.SynthesizeRequest.newBuilder(Synthesizer.SynthesizeRequest prototype) default voidSynthesizeServerGrpc.AsyncService.synthesize(Synthesizer.SynthesizeRequest request, io.grpc.stub.StreamObserver<Synthesizer.SynthesizeResponse> responseObserver) SynthesizeServerGrpc.SynthesizeServerBlockingStub.synthesize(Synthesizer.SynthesizeRequest request) com.google.common.util.concurrent.ListenableFuture<Synthesizer.SynthesizeResponse> SynthesizeServerGrpc.SynthesizeServerFutureStub.synthesize(Synthesizer.SynthesizeRequest request) voidSynthesizeServerGrpc.SynthesizeServerStub.synthesize(Synthesizer.SynthesizeRequest request, io.grpc.stub.StreamObserver<Synthesizer.SynthesizeResponse> responseObserver) -
Uses of Synthesizer.SynthesizeRequest in org.languagetool.server
Methods in org.languagetool.server with parameters of type Synthesizer.SynthesizeRequestModifier and TypeMethodDescriptionvoidRemoteSynthesizer.synthesize(Synthesizer.SynthesizeRequest request, io.grpc.stub.StreamObserver<Synthesizer.SynthesizeResponse> responseObserver)