Class QuotaService.QuotaServiceBase
Base class for server-side implementations of QuotaService
Namespace: Google.Shopping.Merchant.Quota.V1Beta
Assembly: Google.Shopping.Merchant.Quota.V1Beta.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). |