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-04-09 UTC."],[[["This webpage provides documentation for the `InstancesScopedList` class within the `Google.Cloud.Compute.V1` namespace, specifically version 3.1.0 of the library, with links to prior versions as old as 1.0.0."],["The `InstancesScopedList` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showcasing its capabilities in message handling, comparison, deep cloning, and buffer management."],["The class has two constructors: a default `InstancesScopedList()` and a copy constructor `InstancesScopedList(InstancesScopedList other)`, for creating new instances or copying existing ones."],["The `Instances` property of type `RepeatedField\u003cInstance\u003e` represents a list of instances within the current scope, and the `Warning` property of type `Warning` provides an informational warning when the list of instances is empty."],["The latest version available is 3.6.0 for this class, and prior versions are readily accessible to the user for reference."]]],[]]