Show / Hide Table of Contents

Class QuotaGroup

The group information for methods in the Merchant API. The quota is shared between all methods in the group. Even if none of the methods within the group have usage the information for the group is returned.

Inheritance
object
QuotaGroup
Implements
IMessage<QuotaGroup>
IEquatable<QuotaGroup>
IDeepCloneable<QuotaGroup>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Shopping.Merchant.Quota.V1
Assembly: Google.Shopping.Merchant.Quota.V1.dll
Syntax
public sealed class QuotaGroup : IMessage<QuotaGroup>, IEquatable<QuotaGroup>, IDeepCloneable<QuotaGroup>, IBufferMessage, IMessage

Constructors

QuotaGroup()

Declaration
public QuotaGroup()

QuotaGroup(QuotaGroup)

Declaration
public QuotaGroup(QuotaGroup other)
Parameters
Type Name Description
QuotaGroup other

Properties

MethodDetails

Output only. List of all methods group quota applies to.

Declaration
public RepeatedField<MethodDetails> MethodDetails { get; }
Property Value
Type Description
RepeatedField<MethodDetails>

Name

Identifier. The resource name of the quota group. Format: accounts/{account}/quotas/{group} Note: There is no guarantee on the format of {group}

Declaration
public string Name { get; set; }
Property Value
Type Description
string

QuotaGroupName

QuotaGroupName-typed view over the Name resource name property.

Declaration
public QuotaGroupName QuotaGroupName { get; set; }
Property Value
Type Description
QuotaGroupName

QuotaLimit

Output only. The maximum number of calls allowed per day for the group.

Declaration
public long QuotaLimit { get; set; }
Property Value
Type Description
long

QuotaMinuteLimit

Output only. The maximum number of calls allowed per minute for the group.

Declaration
public long QuotaMinuteLimit { get; set; }
Property Value
Type Description
long

QuotaUsage

Output only. The current quota usage, meaning the number of calls already made on a given day to the methods in the group. The daily quota limits reset at at 12:00 PM midday UTC.

Declaration
public long QuotaUsage { get; set; }
Property Value
Type Description
long
In this article
Back to top Generated by DocFX