Class QuotaFailure (2.2.0)

public sealed class QuotaFailure : Protobuf.IMessage<QuotaFailure>, Protobuf.IBufferMessage

Describes how a quota check failed.

For example if a daily limit was exceeded for the calling project, a service could respond with a QuotaFailure detail containing the project id and the description of the quota limit that was exceeded. If the calling project hasn't enabled the service in the developer console, then a service could respond with the project id and set service_disabled to true.

Also see RetryInfo and Help types for other details about handling a quota failure.

Inheritance

Object > QuotaFailure

Namespace

Google.Rpc

Assembly

Google.Api.CommonProtos.dll

Constructors

QuotaFailure()

public QuotaFailure()

QuotaFailure(QuotaFailure)

public QuotaFailure(QuotaFailure other)
Parameter
NameDescription
otherQuotaFailure

Fields

ViolationsFieldNumber

public const int ViolationsFieldNumber = 1

Field number for the "violations" field.

Field Value
TypeDescription
Int32

Properties

Descriptor

public static Protobuf.Reflection.MessageDescriptor Descriptor { get; }
Property Value
TypeDescription
Protobuf.Reflection.MessageDescriptor

Parser

public static Protobuf.MessageParser<QuotaFailure> Parser { get; }
Property Value
TypeDescription
Protobuf.MessageParser<QuotaFailure>

Violations

public Protobuf.Collections.RepeatedField<QuotaFailure.Types.Violation> Violations { get; }

Describes all quota violations.

Property Value
TypeDescription
Protobuf.Collections.RepeatedField<QuotaFailure.Types.Violation>

Methods

CalculateSize()

public int CalculateSize()
Returns
TypeDescription
Int32

Clone()

public QuotaFailure Clone()
Returns
TypeDescription
QuotaFailure

Equals(QuotaFailure)

public bool Equals(QuotaFailure other)
Parameter
NameDescription
otherQuotaFailure
Returns
TypeDescription
Boolean

Equals(Object)

public override bool Equals(object other)
Parameter
NameDescription
otherObject
Returns
TypeDescription
Boolean

GetHashCode()

public override int GetHashCode()
Returns
TypeDescription
Int32

MergeFrom(Protobuf.CodedInputStream)

public void MergeFrom(Protobuf.CodedInputStream input)
Parameter
NameDescription
inputProtobuf.CodedInputStream

MergeFrom(QuotaFailure)

public void MergeFrom(QuotaFailure other)
Parameter
NameDescription
otherQuotaFailure

ToString()

public override string ToString()
Returns
TypeDescription
String

WriteTo(Protobuf.CodedOutputStream)

public void WriteTo(Protobuf.CodedOutputStream output)
Parameter
NameDescription
outputProtobuf.CodedOutputStream