Package com.google.cloud.retail.v2alpha
Class ProductServiceGrpc.ProductServiceImplBase
- java.lang.Object
-
- com.google.cloud.retail.v2alpha.ProductServiceGrpc.ProductServiceImplBase
-
- All Implemented Interfaces:
ProductServiceGrpc.AsyncService
,io.grpc.BindableService
- Enclosing class:
- ProductServiceGrpc
public abstract static class ProductServiceGrpc.ProductServiceImplBase extends Object implements io.grpc.BindableService, ProductServiceGrpc.AsyncService
Base class for the server implementation of the service ProductService.Service for ingesting [Product][google.cloud.retail.v2alpha.Product] information of the customer's website.
-
-
Constructor Summary
Constructors Constructor Description ProductServiceImplBase()
-
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.ProductServiceGrpc.AsyncService
addFulfillmentPlaces, addLocalInventories, createProduct, deleteProduct, getProduct, importProducts, listProducts, purgeProducts, removeFulfillmentPlaces, removeLocalInventories, setInventory, updateProduct
-
-