Package com.google.cloud.retail.v2alpha
Class CatalogServiceGrpc.CatalogServiceImplBase
- java.lang.Object
-
- com.google.cloud.retail.v2alpha.CatalogServiceGrpc.CatalogServiceImplBase
-
- All Implemented Interfaces:
CatalogServiceGrpc.AsyncService
,io.grpc.BindableService
- Enclosing class:
- CatalogServiceGrpc
public abstract static class CatalogServiceGrpc.CatalogServiceImplBase extends Object implements io.grpc.BindableService, CatalogServiceGrpc.AsyncService
Base class for the server implementation of the service CatalogService.Service for managing catalog configuration.
-
-
Constructor Summary
Constructors Constructor Description CatalogServiceImplBase()
-
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.retail.v2alpha.CatalogServiceGrpc.AsyncService
addCatalogAttribute, batchRemoveCatalogAttributes, getAttributesConfig, getCompletionConfig, getDefaultBranch, listCatalogs, removeCatalogAttribute, replaceCatalogAttribute, setDefaultBranch, updateAttributesConfig, updateCatalog, updateCompletionConfig
-
-