public static final class AggregateProductStatusesServiceGrpc.AggregateProductStatusesServiceBlockingStub extends AbstractBlockingStub<AggregateProductStatusesServiceGrpc.AggregateProductStatusesServiceBlockingStub>A stub to allow clients to do limited synchronous rpc calls to service AggregateProductStatusesService.
Service to manage aggregate product statuses.
Inheritance
java.lang.Object > io.grpc.stub.AbstractStub > io.grpc.stub.AbstractBlockingStub > AggregateProductStatusesServiceGrpc.AggregateProductStatusesServiceBlockingStubMethods
build(Channel channel, CallOptions callOptions)
protected AggregateProductStatusesServiceGrpc.AggregateProductStatusesServiceBlockingStub build(Channel channel, CallOptions callOptions)| Parameters | |
|---|---|
| Name | Description |
channel |
io.grpc.Channel |
callOptions |
io.grpc.CallOptions |
| Returns | |
|---|---|
| Type | Description |
AggregateProductStatusesServiceGrpc.AggregateProductStatusesServiceBlockingStub |
|
io.grpc.stub.AbstractStub.build(io.grpc.Channel,io.grpc.CallOptions)
listAggregateProductStatuses(ListAggregateProductStatusesRequest request)
public ListAggregateProductStatusesResponse listAggregateProductStatuses(ListAggregateProductStatusesRequest request) Lists the AggregateProductStatuses resources for your merchant account.
The response might contain fewer items than specified by pageSize.
If pageToken was returned in previous request, it can be used to obtain
additional results.
| Parameter | |
|---|---|
| Name | Description |
request |
ListAggregateProductStatusesRequest |
| Returns | |
|---|---|
| Type | Description |
ListAggregateProductStatusesResponse |
|