Class AdaptationGrpc.AdaptationImplBase
- java.lang.Object
-
- com.google.cloud.speech.v1p1beta1.AdaptationGrpc.AdaptationImplBase
-
- All Implemented Interfaces:
AdaptationGrpc.AsyncService
,io.grpc.BindableService
- Enclosing class:
- AdaptationGrpc
public abstract static class AdaptationGrpc.AdaptationImplBase extends Object implements io.grpc.BindableService, AdaptationGrpc.AsyncService
Base class for the server implementation of the service Adaptation.Service that implements Google Cloud Speech Adaptation API.
-
-
Constructor Summary
Constructors Constructor Description AdaptationImplBase()
-
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.speech.v1p1beta1.AdaptationGrpc.AsyncService
createCustomClass, createPhraseSet, deleteCustomClass, deletePhraseSet, getCustomClass, getPhraseSet, listCustomClasses, listPhraseSet, updateCustomClass, updatePhraseSet
-
-