public sealed class InstancesScopedList : IMessage<InstancesScopedList>, IEquatable<InstancesScopedList>, IDeepCloneable<InstancesScopedList>, 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-21 UTC."],[[["The documentation covers various versions of `InstancesScopedList`, ranging from version 1.0.0 up to the latest version 3.6.0."],["`InstancesScopedList` is a sealed class implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` for handling lists of instances."],["It is found within the `Google.Cloud.Compute.V1` namespace and is a part of the `Google.Cloud.Compute.V1.dll` assembly."],["The class has two constructors: a default constructor `InstancesScopedList()` and another that takes an `InstancesScopedList` object as a parameter for creating a new object from an existing one."],["The `Instances` property is a `RepeatedField` containing a list of `Instance` objects and the `Warning` property is used to provide informational warnings if the instance list is empty."]]],[]]