Class SynonymSetServiceGrpc.SynonymSetServiceImplBase
- java.lang.Object
-
- com.google.cloud.contentwarehouse.v1.SynonymSetServiceGrpc.SynonymSetServiceImplBase
-
- All Implemented Interfaces:
SynonymSetServiceGrpc.AsyncService
,io.grpc.BindableService
- Enclosing class:
- SynonymSetServiceGrpc
public abstract static class SynonymSetServiceGrpc.SynonymSetServiceImplBase extends Object implements io.grpc.BindableService, SynonymSetServiceGrpc.AsyncService
Base class for the server implementation of the service SynonymSetService.A Service that manage/custom customer specified SynonymSets.
-
-
Constructor Summary
Constructors Constructor Description SynonymSetServiceImplBase()
-
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.contentwarehouse.v1.SynonymSetServiceGrpc.AsyncService
createSynonymSet, deleteSynonymSet, getSynonymSet, listSynonymSets, updateSynonymSet
-
-