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."],[[["This webpage details the `InstancesScopedList` class within the `Google.Cloud.Compute.V1` namespace, specifically version 2.12.0, with links to various versions ranging from 1.0.0 to 3.6.0 (latest)."],["The `InstancesScopedList` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, inheriting from the `object` class."],["It contains two properties: `Instances`, which is a `RepeatedField` of `Instance` objects, and `Warning`, which provides an informational warning when the instance list is empty."],["The class also has two constructors, one default and one that takes another `InstancesScopedList` as a parameter, and inherits `GetHashCode`, `GetType`, and `ToString` methods from `object`."]]],[]]