[[["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\u003eThis document provides reference documentation for the \u003ccode\u003eQuotaDetails\u003c/code\u003e class within the Cloud Quotas v1 API in .NET.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eQuotaDetails\u003c/code\u003e represents the quota details for a map of dimensions and implements several interfaces such as \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe class includes constructors for creating new \u003ccode\u003eQuotaDetails\u003c/code\u003e instances and accepting an existing \u003ccode\u003eQuotaDetails\u003c/code\u003e instance for creating a new copy.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eQuotaDetails\u003c/code\u003e contains properties like \u003ccode\u003eRolloutInfo\u003c/code\u003e, which describes the ongoing service config rollout and \u003ccode\u003eValue\u003c/code\u003e, which contains the current enforced quota.\u003c/p\u003e\n"]]],[],null,["# Cloud Quotas v1 API - Class QuotaDetails (1.1.0)\n\nVersion latestkeyboard_arrow_down\n\n- [1.1.0 (latest)](/dotnet/docs/reference/Google.Cloud.CloudQuotas.V1/latest/Google.Cloud.CloudQuotas.V1.QuotaDetails)\n- [1.0.0-beta05](/dotnet/docs/reference/Google.Cloud.CloudQuotas.V1/1.0.0-beta05/Google.Cloud.CloudQuotas.V1.QuotaDetails) \n\n public sealed class QuotaDetails : IMessage\u003cQuotaDetails\u003e, IEquatable\u003cQuotaDetails\u003e, IDeepCloneable\u003cQuotaDetails\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Cloud Quotas v1 API class QuotaDetails.\n\nThe quota details for a map of dimensions. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e QuotaDetails \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[QuotaDetails](/dotnet/docs/reference/Google.Cloud.CloudQuotas.V1/latest/Google.Cloud.CloudQuotas.V1.QuotaDetails), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[QuotaDetails](/dotnet/docs/reference/Google.Cloud.CloudQuotas.V1/latest/Google.Cloud.CloudQuotas.V1.QuotaDetails), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[QuotaDetails](/dotnet/docs/reference/Google.Cloud.CloudQuotas.V1/latest/Google.Cloud.CloudQuotas.V1.QuotaDetails), [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.V1](/dotnet/docs/reference/Google.Cloud.CloudQuotas.V1/latest/Google.Cloud.CloudQuotas.V1)\n\nAssembly\n--------\n\nGoogle.Cloud.CloudQuotas.V1.dll\n\nConstructors\n------------\n\n### QuotaDetails()\n\n public QuotaDetails()\n\n### QuotaDetails(QuotaDetails)\n\n public QuotaDetails(QuotaDetails other)\n\nProperties\n----------\n\n### RolloutInfo\n\n public RolloutInfo RolloutInfo { get; set; }\n\nRollout information of this quota.\nThis field is present only if the effective limit will change due to the\nongoing rollout of the service config.\n\n### Value\n\n public long Value { get; set; }\n\nThe value currently in effect and being enforced."]]