public sealed class InstanceGroupManagersScopedList : IMessage<InstanceGroupManagersScopedList>, IEquatable<InstanceGroupManagersScopedList>, IDeepCloneable<InstanceGroupManagersScopedList>, IBufferMessage, IMessage
[[["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-24 UTC."],[[["The `InstanceGroupManagersScopedList` class, part of the `Google.Cloud.Compute.V1` namespace, is used for managing lists of instance groups within the Google Cloud Compute environment."],["The latest version of the `Google.Cloud.Compute.V1` package related to `InstanceGroupManagersScopedList` is 3.6.0, while multiple older versions, down to 1.0.0, are also available."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring functionalities like message handling, equality comparison, deep cloning, and buffer message operations."],["The `InstanceGroupManagersScopedList` class provides an `InstanceGroupManagers` property, which returns a `RepeatedField` of `InstanceGroupManager` objects, and the `Warning` property which contains a warning if the instance group is empty."],["It has two constructors, one empty and the other that receives an `InstanceGroupManagersScopedList` instance as a parameter."]]],[]]