[[["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 latest version of the \u003ccode\u003eRolloutInfo\u003c/code\u003e class is 1.1.0, as indicated by the provided documentation link.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eRolloutInfo\u003c/code\u003e is a sealed class within the Google Cloud Quotas v1 API, providing rollout information for quotas.\u003c/p\u003e\n"],["\u003cp\u003eThe class \u003ccode\u003eRolloutInfo\u003c/code\u003e implements interfaces like \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, and inherits from the \u003ccode\u003eobject\u003c/code\u003e class, with inherited members including \u003ccode\u003eGetHashCode()\u003c/code\u003e, \u003ccode\u003eGetType()\u003c/code\u003e, and \u003ccode\u003eToString()\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eRolloutInfo\u003c/code\u003e has two constructors: a parameterless one and one that takes another \u003ccode\u003eRolloutInfo\u003c/code\u003e object as a parameter for initialization, allowing copying.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eOngoingRollout\u003c/code\u003e property is a boolean that indicates if there is currently a rollout in progress for a specific quota.\u003c/p\u003e\n"]]],[],null,["# Cloud Quotas v1 API - Class RolloutInfo (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.RolloutInfo)\n- [1.0.0-beta05](/dotnet/docs/reference/Google.Cloud.CloudQuotas.V1/1.0.0-beta05/Google.Cloud.CloudQuotas.V1.RolloutInfo) \n\n public sealed class RolloutInfo : IMessage\u003cRolloutInfo\u003e, IEquatable\u003cRolloutInfo\u003e, IDeepCloneable\u003cRolloutInfo\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Cloud Quotas v1 API class RolloutInfo.\n\n\\[Output only\\] Rollout information of a quota. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e RolloutInfo \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[RolloutInfo](/dotnet/docs/reference/Google.Cloud.CloudQuotas.V1/latest/Google.Cloud.CloudQuotas.V1.RolloutInfo), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[RolloutInfo](/dotnet/docs/reference/Google.Cloud.CloudQuotas.V1/latest/Google.Cloud.CloudQuotas.V1.RolloutInfo), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[RolloutInfo](/dotnet/docs/reference/Google.Cloud.CloudQuotas.V1/latest/Google.Cloud.CloudQuotas.V1.RolloutInfo), [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### RolloutInfo()\n\n public RolloutInfo()\n\n### RolloutInfo(RolloutInfo)\n\n public RolloutInfo(RolloutInfo other)\n\nProperties\n----------\n\n### OngoingRollout\n\n public bool OngoingRollout { get; set; }\n\nWhether there is an ongoing rollout for a quota or not."]]