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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","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,["# Cloud Quotas v1beta API - Class QuotaIncreaseEligibility (1.0.0-beta02)\n\nVersion latestkeyboard_arrow_down\n\n- [1.0.0-beta02 (latest)](/dotnet/docs/reference/Google.Cloud.CloudQuotas.V1Beta/latest/Google.Cloud.CloudQuotas.V1Beta.QuotaIncreaseEligibility)\n- [1.0.0-beta01](/dotnet/docs/reference/Google.Cloud.CloudQuotas.V1Beta/1.0.0-beta01/Google.Cloud.CloudQuotas.V1Beta.QuotaIncreaseEligibility) \n\n public sealed class QuotaIncreaseEligibility : IMessage\u003cQuotaIncreaseEligibility\u003e, IEquatable\u003cQuotaIncreaseEligibility\u003e, IDeepCloneable\u003cQuotaIncreaseEligibility\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Cloud Quotas v1beta API class QuotaIncreaseEligibility.\n\nEligibility information regarding requesting increase adjustment of a quota. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e QuotaIncreaseEligibility \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[QuotaIncreaseEligibility](/dotnet/docs/reference/Google.Cloud.CloudQuotas.V1Beta/latest/Google.Cloud.CloudQuotas.V1Beta.QuotaIncreaseEligibility), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[QuotaIncreaseEligibility](/dotnet/docs/reference/Google.Cloud.CloudQuotas.V1Beta/latest/Google.Cloud.CloudQuotas.V1Beta.QuotaIncreaseEligibility), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[QuotaIncreaseEligibility](/dotnet/docs/reference/Google.Cloud.CloudQuotas.V1Beta/latest/Google.Cloud.CloudQuotas.V1Beta.QuotaIncreaseEligibility), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.CloudQuotas.V1Beta](/dotnet/docs/reference/Google.Cloud.CloudQuotas.V1Beta/latest/Google.Cloud.CloudQuotas.V1Beta)\n\nAssembly\n--------\n\nGoogle.Cloud.CloudQuotas.V1Beta.dll\n\nConstructors\n------------\n\n### QuotaIncreaseEligibility()\n\n public QuotaIncreaseEligibility()\n\n### QuotaIncreaseEligibility(QuotaIncreaseEligibility)\n\n public QuotaIncreaseEligibility(QuotaIncreaseEligibility other)\n\nProperties\n----------\n\n### IneligibilityReason\n\n public QuotaIncreaseEligibility.Types.IneligibilityReason IneligibilityReason { get; set; }\n\nThe reason of why it is ineligible to request increased value of the quota.\nIf the is_eligible field is true, it defaults to\nINELIGIBILITY_REASON_UNSPECIFIED.\n\n### IsEligible\n\n public bool IsEligible { get; set; }\n\nWhether a higher quota value can be requested for the quota."]]