Class CssProductsServiceGrpc.CssProductsServiceStub (0.10.0)

public static final class CssProductsServiceGrpc.CssProductsServiceStub extends AbstractAsyncStub<CssProductsServiceGrpc.CssProductsServiceStub>

A stub to allow clients to do asynchronous 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.AbstractAsyncStub > CssProductsServiceGrpc.CssProductsServiceStub

Methods

build(Channel channel, CallOptions callOptions)

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

getCssProduct(GetCssProductRequest request, StreamObserver<CssProduct> responseObserver)

public void getCssProduct(GetCssProductRequest request, StreamObserver<CssProduct> responseObserver)

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.

Parameters
NameDescription
requestGetCssProductRequest
responseObserverio.grpc.stub.StreamObserver<CssProduct>

listCssProducts(ListCssProductsRequest request, StreamObserver<ListCssProductsResponse> responseObserver)

public void listCssProducts(ListCssProductsRequest request, StreamObserver<ListCssProductsResponse> responseObserver)

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.

Parameters
NameDescription
requestListCssProductsRequest
responseObserverio.grpc.stub.StreamObserver<ListCssProductsResponse>