Show / Hide Table of Contents

Class AccountLimitsService.AccountLimitsServiceBase

Base class for server-side implementations of AccountLimitsService

Inheritance
object
AccountLimitsService.AccountLimitsServiceBase
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(AccountLimitsService), "BindService")]
public abstract class AccountLimitsService.AccountLimitsServiceBase

Methods

GetAccountLimit(GetAccountLimitRequest, ServerCallContext)

Retrieves an account limit.

Declaration
public virtual Task<AccountLimit> GetAccountLimit(GetAccountLimitRequest request, ServerCallContext context)
Parameters
Type Name Description
GetAccountLimitRequest request

The request received from the client.

ServerCallContext context

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

Returns
Type Description
Task<AccountLimit>

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

ListAccountLimits(ListAccountLimitsRequest, ServerCallContext)

Lists the limits of an account.

Declaration
public virtual Task<ListAccountLimitsResponse> ListAccountLimits(ListAccountLimitsRequest request, ServerCallContext context)
Parameters
Type Name Description
ListAccountLimitsRequest request

The request received from the client.

ServerCallContext context

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

Returns
Type Description
Task<ListAccountLimitsResponse>

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

In this article
Back to top Generated by DocFX