public abstract class ProductsServiceStub implements BackgroundResource
Base stub class for the ProductsService service API.
This class is for advanced usage and reflects the underlying API directly.
Implements
BackgroundResourceConstructors
ProductsServiceStub()
public ProductsServiceStub()
Methods
close()
public abstract void close()
getProductCallable()
public UnaryCallable<GetProductRequest,Product> getProductCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<GetProductRequest,Product> |
listProductsCallable()
public UnaryCallable<ListProductsRequest,ListProductsResponse> listProductsCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<ListProductsRequest,ListProductsResponse> |
listProductsPagedCallable()
public UnaryCallable<ListProductsRequest,ProductsServiceClient.ListProductsPagedResponse> listProductsPagedCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<ListProductsRequest,ListProductsPagedResponse> |