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.V1 namespace, detailing its structure and functionality across various versions."],["The `QuotaExceededInfo` class offers information about quota limits, including the current effective limit, the limit's name, and the associated metric name, specifically for quota exceeded errors."],["The class inherits from `Object` and implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which dictates its functionality and usage within the .NET environment."],["The documentation includes a comprehensive list of version history, starting from version 1.0.0 up to the latest version, 3.6.0, with links to specific documentation pages for each."],["The `QuotaExceededInfo` class contains properties such as `Dimensions`, `HasLimit`, `Limit`, `LimitName`, and `MetricName`, allowing for the retrieval of various quota-related data."]]],[]]