Class AggregateProductStatusesService.AggregateProductStatusesServiceBase
Base class for server-side implementations of AggregateProductStatusesService
Namespace: Google.Shopping.Merchant.IssueResolution.V1
Assembly: Google.Shopping.Merchant.IssueResolution.V1.dll
Syntax
[BindServiceMethod(typeof(AggregateProductStatusesService), "BindService")]
public abstract class AggregateProductStatusesService.AggregateProductStatusesServiceBase
Methods
ListAggregateProductStatuses(ListAggregateProductStatusesRequest, ServerCallContext)
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.
Declaration
public virtual Task<ListAggregateProductStatusesResponse> ListAggregateProductStatuses(ListAggregateProductStatusesRequest request, ServerCallContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| ListAggregateProductStatusesRequest | request | The request received from the client. |
| ServerCallContext | context | The context of the server-side call handler being invoked. |
Returns
| Type | Description |
|---|---|
| Task<ListAggregateProductStatusesResponse> | The response to send back to the client (wrapped by a task). |