public sealed class QuotaExceededInfo : IMessage<QuotaExceededInfo>, IEquatable<QuotaExceededInfo>, IDeepCloneable<QuotaExceededInfo>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class QuotaExceededInfo.
Additional details for quota exceeded error for resource quota.
[[["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 webpage provides documentation for the `QuotaExceededInfo` class within the Google Cloud Compute Engine v1 API, specifically for .NET."],["The `QuotaExceededInfo` class is used to provide additional details when a resource quota has been exceeded, and it inherits from `Object` while implementing several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The page lists the available versions of this class, ranging from version 1.0.0 to 3.6.0 (latest), and currently displaying documentation for version 2.5.0, with links to each version's documentation."],["The `QuotaExceededInfo` class has properties such as `Dimensions`, `Limit`, `LimitName`, and `MetricName`, as well as boolean properties to check whether `limit` and `limit_name` fields are set."],["You can create an instance of `QuotaExceededInfo` using its two constructors, one empty and one that receives another `QuotaExceededInfo` to make a deep copy of it."]]],[]]