Class TranslationServiceGrpc.TranslationServiceImplBase
- java.lang.Object
-
- com.google.cloud.translate.v3beta1.TranslationServiceGrpc.TranslationServiceImplBase
-
- All Implemented Interfaces:
TranslationServiceGrpc.AsyncService
,io.grpc.BindableService
- Enclosing class:
- TranslationServiceGrpc
public abstract static class TranslationServiceGrpc.TranslationServiceImplBase extends Object implements io.grpc.BindableService, TranslationServiceGrpc.AsyncService
Base class for the server implementation of the service TranslationService.Provides natural language translation operations.
-
-
Constructor Summary
Constructors Constructor Description TranslationServiceImplBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.ServerServiceDefinition
bindService()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.google.cloud.translate.v3beta1.TranslationServiceGrpc.AsyncService
batchTranslateDocument, batchTranslateText, createGlossary, deleteGlossary, detectLanguage, getGlossary, getSupportedLanguages, listGlossaries, translateDocument, translateText
-
-