public sealed class QuotaIncreaseEligibility : IMessage<QuotaIncreaseEligibility>, IEquatable<QuotaIncreaseEligibility>, IDeepCloneable<QuotaIncreaseEligibility>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Quotas v1 API class QuotaIncreaseEligibility.
Eligibility information regarding requesting increase adjustment of a quota.
public QuotaIncreaseEligibility.Types.IneligibilityReason IneligibilityReason { get; set; }
The reason of why it is ineligible to request increased value of the quota.
If the is_eligible field is true, it defaults to
INELIGIBILITY_REASON_UNSPECIFIED.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This documentation details the `QuotaIncreaseEligibility` class within the Google Cloud Quotas v1 API, used for determining if a quota increase request is eligible."],["The `QuotaIncreaseEligibility` class inherits from `object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains properties like `IsEligible`, a boolean indicating whether a quota increase is permissible, and `IneligibilityReason`, which explains why a request might be denied."],["The latest version of the `QuotaIncreaseEligibility` class is 1.1.0, which is accessible in the provided link, and an older version 1.0.0-beta05 is also available."],["The `QuotaIncreaseEligibility` class includes two constructors, one default and another one that duplicates another instance of the class."]]],[]]