public abstract class ProductServiceStub implements BackgroundResource
Base stub class for the ProductService service API.
This class is for advanced usage and reflects the underlying API directly.
Constructors
ProductServiceStub()
public ProductServiceStub()
Methods
addFulfillmentPlacesCallable()
public UnaryCallable<AddFulfillmentPlacesRequest,Operation> addFulfillmentPlacesCallable()
addFulfillmentPlacesOperationCallable()
public OperationCallable<AddFulfillmentPlacesRequest,AddFulfillmentPlacesResponse,AddFulfillmentPlacesMetadata> addFulfillmentPlacesOperationCallable()
addLocalInventoriesCallable()
public UnaryCallable<AddLocalInventoriesRequest,Operation> addLocalInventoriesCallable()
addLocalInventoriesOperationCallable()
public OperationCallable<AddLocalInventoriesRequest,AddLocalInventoriesResponse,AddLocalInventoriesMetadata> addLocalInventoriesOperationCallable()
close()
public abstract void close()
createProductCallable()
public UnaryCallable<CreateProductRequest,Product> createProductCallable()
deleteProductCallable()
public UnaryCallable<DeleteProductRequest,Empty> deleteProductCallable()
getHttpJsonOperationsStub()
public OperationsStub getHttpJsonOperationsStub()
getOperationsStub()
public OperationsStub getOperationsStub()
getProductCallable()
public UnaryCallable<GetProductRequest,Product> getProductCallable()
importProductsCallable()
public UnaryCallable<ImportProductsRequest,Operation> importProductsCallable()
importProductsOperationCallable()
public OperationCallable<ImportProductsRequest,ImportProductsResponse,ImportMetadata> importProductsOperationCallable()
listProductsCallable()
public UnaryCallable<ListProductsRequest,ListProductsResponse> listProductsCallable()
listProductsPagedCallable()
public UnaryCallable<ListProductsRequest,ProductServiceClient.ListProductsPagedResponse> listProductsPagedCallable()
purgeProductsCallable()
public UnaryCallable<PurgeProductsRequest,Operation> purgeProductsCallable()
purgeProductsOperationCallable()
public OperationCallable<PurgeProductsRequest,PurgeProductsResponse,PurgeProductsMetadata> purgeProductsOperationCallable()
removeFulfillmentPlacesCallable()
public UnaryCallable<RemoveFulfillmentPlacesRequest,Operation> removeFulfillmentPlacesCallable()
removeFulfillmentPlacesOperationCallable()
public OperationCallable<RemoveFulfillmentPlacesRequest,RemoveFulfillmentPlacesResponse,RemoveFulfillmentPlacesMetadata> removeFulfillmentPlacesOperationCallable()
removeLocalInventoriesCallable()
public UnaryCallable<RemoveLocalInventoriesRequest,Operation> removeLocalInventoriesCallable()
removeLocalInventoriesOperationCallable()
public OperationCallable<RemoveLocalInventoriesRequest,RemoveLocalInventoriesResponse,RemoveLocalInventoriesMetadata> removeLocalInventoriesOperationCallable()
setInventoryCallable()
public UnaryCallable<SetInventoryRequest,Operation> setInventoryCallable()
setInventoryOperationCallable()
public OperationCallable<SetInventoryRequest,SetInventoryResponse,SetInventoryMetadata> setInventoryOperationCallable()
updateProductCallable()
public UnaryCallable<UpdateProductRequest,Product> updateProductCallable()