Class CssProductsServiceGrpc.CssProductsServiceBlockingStub (0.1.0)

public static final class CssProductsServiceGrpc.CssProductsServiceBlockingStub extends AbstractBlockingStub<CssProductsServiceGrpc.CssProductsServiceBlockingStub>

A stub to allow clients to do synchronous rpc calls to service CssProductsService.

Service for doing get and list on Css Products(a.k.a Aggregate Offers internally).

Inheritance

java.lang.Object > io.grpc.stub.AbstractStub > io.grpc.stub.AbstractBlockingStub > CssProductsServiceGrpc.CssProductsServiceBlockingStub

Methods

build(Channel channel, CallOptions callOptions)

protected CssProductsServiceGrpc.CssProductsServiceBlockingStub build(Channel channel, CallOptions callOptions)
Parameters
NameDescription
channelio.grpc.Channel
callOptionsio.grpc.CallOptions
Returns
TypeDescription
CssProductsServiceGrpc.CssProductsServiceBlockingStub
Overrides
io.grpc.stub.AbstractStub.build(io.grpc.Channel,io.grpc.CallOptions)

getCssProduct(GetCssProductRequest request)

public CssProduct getCssProduct(GetCssProductRequest request)

Retrieves the processed CSS Product from your CSS Center account. After inserting, updating, or deleting a product input, it may take several minutes before the updated final product can be retrieved.

Parameter
NameDescription
requestGetCssProductRequest
Returns
TypeDescription
CssProduct

listCssProducts(ListCssProductsRequest request)

public ListCssProductsResponse listCssProducts(ListCssProductsRequest request)

Lists the processed CSS Products in your CSS Center account. The response might contain fewer items than specified by pageSize. Rely on pageToken to determine if there are more items to be requested. After inserting, updating, or deleting a CSS product input, it may take several minutes before the updated processed CSS product can be retrieved.

Parameter
NameDescription
requestListCssProductsRequest
Returns
TypeDescription
ListCssProductsResponse