[[["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\u003e\u003ccode\u003eQuotaDetails\u003c/code\u003e is a sealed class in the \u003ccode\u003eGoogle.Cloud.CloudQuotas.V1Beta\u003c/code\u003e namespace, representing quota details for a map of dimensions within the Cloud Quotas v1beta API.\u003c/p\u003e\n"],["\u003cp\u003eThis class implements multiple interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable<QuotaDetails>\u003c/code\u003e, \u003ccode\u003eIDeepCloneable<QuotaDetails>\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, offering various functionalities like message handling, equality checks, and deep cloning.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eQuotaDetails\u003c/code\u003e class can be instantiated using two constructors: a default constructor \u003ccode\u003eQuotaDetails()\u003c/code\u003e and a copy constructor \u003ccode\u003eQuotaDetails(QuotaDetails other)\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eIt has two key properties: \u003ccode\u003eRolloutInfo\u003c/code\u003e of type \u003ccode\u003eRolloutInfo\u003c/code\u003e, providing details about quota changes due to service config rollouts, and \u003ccode\u003eValue\u003c/code\u003e of type \u003ccode\u003elong\u003c/code\u003e, representing the currently enforced quota value.\u003c/p\u003e\n"]]],[],null,["# Cloud Quotas v1beta API - Class QuotaDetails (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.QuotaDetails)\n- [1.0.0-beta01](/dotnet/docs/reference/Google.Cloud.CloudQuotas.V1Beta/1.0.0-beta01/Google.Cloud.CloudQuotas.V1Beta.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 v1beta 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.V1Beta/latest/Google.Cloud.CloudQuotas.V1Beta.QuotaDetails), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[QuotaDetails](/dotnet/docs/reference/Google.Cloud.CloudQuotas.V1Beta/latest/Google.Cloud.CloudQuotas.V1Beta.QuotaDetails), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[QuotaDetails](/dotnet/docs/reference/Google.Cloud.CloudQuotas.V1Beta/latest/Google.Cloud.CloudQuotas.V1Beta.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.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### 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."]]