public static final class AggregateProductStatusesServiceGrpc.AggregateProductStatusesServiceFutureStub extends AbstractFutureStub<AggregateProductStatusesServiceGrpc.AggregateProductStatusesServiceFutureStub>A stub to allow clients to do ListenableFuture-style rpc calls to service AggregateProductStatusesService.
Service to manage aggregate product statuses.
Inheritance
java.lang.Object > io.grpc.stub.AbstractStub > io.grpc.stub.AbstractFutureStub > AggregateProductStatusesServiceGrpc.AggregateProductStatusesServiceFutureStubMethods
build(Channel channel, CallOptions callOptions)
protected AggregateProductStatusesServiceGrpc.AggregateProductStatusesServiceFutureStub build(Channel channel, CallOptions callOptions)| Parameters | |
|---|---|
| Name | Description |
channel |
io.grpc.Channel |
callOptions |
io.grpc.CallOptions |
| Returns | |
|---|---|
| Type | Description |
AggregateProductStatusesServiceGrpc.AggregateProductStatusesServiceFutureStub |
|
io.grpc.stub.AbstractStub.build(io.grpc.Channel,io.grpc.CallOptions)
listAggregateProductStatuses(ListAggregateProductStatusesRequest request)
public ListenableFuture<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 |
com.google.common.util.concurrent.ListenableFuture<ListAggregateProductStatusesResponse> |
|