Show / Hide Table of Contents

Class QuotaService.QuotaServiceBase

Base class for server-side implementations of QuotaService

Inheritance
object
QuotaService.QuotaServiceBase
Inherited Members
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ToString()
Namespace: Google.Shopping.Merchant.Quota.V1
Assembly: Google.Shopping.Merchant.Quota.V1.dll
Syntax
[BindServiceMethod(typeof(QuotaService), "BindService")]
public abstract class QuotaService.QuotaServiceBase

Methods

ListQuotaGroups(ListQuotaGroupsRequest, ServerCallContext)

Lists the daily call quota and usage per group for your Merchant Center account.

Declaration
public virtual Task<ListQuotaGroupsResponse> ListQuotaGroups(ListQuotaGroupsRequest request, ServerCallContext context)
Parameters
Type Name Description
ListQuotaGroupsRequest request

The request received from the client.

ServerCallContext context

The context of the server-side call handler being invoked.

Returns
Type Description
Task<ListQuotaGroupsResponse>

The response to send back to the client (wrapped by a task).

In this article
Back to top Generated by DocFX