Class LocalInventoryServiceStub (0.5.0)

public abstract class LocalInventoryServiceStub implements BackgroundResource

Base stub class for the LocalInventoryService service API.

This class is for advanced usage and reflects the underlying API directly.

Inheritance

java.lang.Object > LocalInventoryServiceStub

Implements

BackgroundResource

Constructors

LocalInventoryServiceStub()

public LocalInventoryServiceStub()

Methods

close()

public abstract void close()

deleteLocalInventoryCallable()

public UnaryCallable<DeleteLocalInventoryRequest,Empty> deleteLocalInventoryCallable()
Returns
TypeDescription
UnaryCallable<DeleteLocalInventoryRequest,Empty>

insertLocalInventoryCallable()

public UnaryCallable<InsertLocalInventoryRequest,LocalInventory> insertLocalInventoryCallable()
Returns
TypeDescription
UnaryCallable<InsertLocalInventoryRequest,LocalInventory>

listLocalInventoriesCallable()

public UnaryCallable<ListLocalInventoriesRequest,ListLocalInventoriesResponse> listLocalInventoriesCallable()
Returns
TypeDescription
UnaryCallable<ListLocalInventoriesRequest,ListLocalInventoriesResponse>

listLocalInventoriesPagedCallable()

public UnaryCallable<ListLocalInventoriesRequest,LocalInventoryServiceClient.ListLocalInventoriesPagedResponse> listLocalInventoriesPagedCallable()
Returns
TypeDescription
UnaryCallable<ListLocalInventoriesRequest,ListLocalInventoriesPagedResponse>