public static final class AggregateProductStatusesServiceGrpc.AggregateProductStatusesServiceStub extends AbstractAsyncStub<AggregateProductStatusesServiceGrpc.AggregateProductStatusesServiceStub>
A stub to allow clients to do asynchronous rpc calls to service AggregateProductStatusesService.
Service to manage aggregate product statuses.
Inheritance
java.lang.Object > io.grpc.stub.AbstractStub > io.grpc.stub.AbstractAsyncStub > AggregateProductStatusesServiceGrpc.AggregateProductStatusesServiceStubMethods
build(Channel channel, CallOptions callOptions)
protected AggregateProductStatusesServiceGrpc.AggregateProductStatusesServiceStub build(Channel channel, CallOptions callOptions)
Parameters | |
---|---|
Name | Description |
channel |
io.grpc.Channel |
callOptions |
io.grpc.CallOptions |
Returns | |
---|---|
Type | Description |
AggregateProductStatusesServiceGrpc.AggregateProductStatusesServiceStub |
io.grpc.stub.AbstractStub.build(io.grpc.Channel,io.grpc.CallOptions)
listAggregateProductStatuses(ListAggregateProductStatusesRequest request, StreamObserver<ListAggregateProductStatusesResponse> responseObserver)
public void listAggregateProductStatuses(ListAggregateProductStatusesRequest request, StreamObserver<ListAggregateProductStatusesResponse> responseObserver)
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.
Parameters | |
---|---|
Name | Description |
request |
ListAggregateProductStatusesRequest |
responseObserver |
io.grpc.stub.StreamObserver<ListAggregateProductStatusesResponse> |