Show / Hide Table of Contents

Class QuotaFailure

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
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.DatabaseMigrationService.v1.Data
Assembly: Google.Apis.DatabaseMigrationService.v1.dll
Syntax
public class QuotaFailure : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

Violations

Describes all quota violations.

Declaration
[JsonProperty("violations")]
public virtual IList<QuotaFailureViolation> Violations { get; set; }
Property Value
Type Description
IList<QuotaFailureViolation>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX