Class CssProductsServiceStub (0.1.0)

public abstract class CssProductsServiceStub implements BackgroundResource

Base stub class for the CssProductsService service API.

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

Inheritance

java.lang.Object > CssProductsServiceStub

Implements

BackgroundResource

Constructors

CssProductsServiceStub()

public CssProductsServiceStub()

Methods

close()

public abstract void close()

getCssProductCallable()

public UnaryCallable<GetCssProductRequest,CssProduct> getCssProductCallable()
Returns
TypeDescription
UnaryCallable<GetCssProductRequest,CssProduct>

listCssProductsCallable()

public UnaryCallable<ListCssProductsRequest,ListCssProductsResponse> listCssProductsCallable()
Returns
TypeDescription
UnaryCallable<ListCssProductsRequest,ListCssProductsResponse>

listCssProductsPagedCallable()

public UnaryCallable<ListCssProductsRequest,CssProductsServiceClient.ListCssProductsPagedResponse> listCssProductsPagedCallable()
Returns
TypeDescription
UnaryCallable<ListCssProductsRequest,ListCssProductsPagedResponse>