Show / Hide Table of Contents

Class AggregateProductStatusesService.AggregateProductStatusesServiceBase

Base class for server-side implementations of AggregateProductStatusesService

Inheritance
object
AggregateProductStatusesService.AggregateProductStatusesServiceBase
Inherited Members
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ToString()
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).

In this article
Back to top Generated by DocFX