public sealed class QuotaIncreaseEligibility : IMessage<QuotaIncreaseEligibility>, IEquatable<QuotaIncreaseEligibility>, IDeepCloneable<QuotaIncreaseEligibility>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Quotas v1beta 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-08-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eQuotaIncreaseEligibility\u003c/code\u003e class provides information about the eligibility for requesting an increase in quota values within the Cloud Quotas v1beta API.\u003c/p\u003e\n"],["\u003cp\u003eThis class indicates whether a quota increase can be requested using the \u003ccode\u003eIsEligible\u003c/code\u003e property, which is a boolean value.\u003c/p\u003e\n"],["\u003cp\u003eIf a quota increase is not eligible, the \u003ccode\u003eIneligibilityReason\u003c/code\u003e property provides details about the cause of ineligibility.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eQuotaIncreaseEligibility\u003c/code\u003e has two constructors, one of which is a default constructor, and the other can be used to set values based on an existing \u003ccode\u003eQuotaIncreaseEligibility\u003c/code\u003e instance.\u003c/p\u003e\n"],["\u003cp\u003eThe class inherits from \u003ccode\u003eobject\u003c/code\u003e and implements multiple interfaces including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, and \u003ccode\u003eIDeepCloneable\u003c/code\u003e, offering functionalities such as message handling, equality checks, and deep cloning.\u003c/p\u003e\n"]]],[],null,[]]