Class ProductInputsServiceStub (0.1.0)

public abstract class ProductInputsServiceStub implements BackgroundResource

Base stub class for the ProductInputsService service API.

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

Inheritance

java.lang.Object > ProductInputsServiceStub

Implements

BackgroundResource

Constructors

ProductInputsServiceStub()

public ProductInputsServiceStub()

Methods

close()

public abstract void close()

deleteProductInputCallable()

public UnaryCallable<DeleteProductInputRequest,Empty> deleteProductInputCallable()
Returns
Type Description
UnaryCallable<DeleteProductInputRequest,Empty>

insertProductInputCallable()

public UnaryCallable<InsertProductInputRequest,ProductInput> insertProductInputCallable()
Returns
Type Description
UnaryCallable<InsertProductInputRequest,ProductInput>