public sealed class DisksScopedList : IMessage<DisksScopedList>, IEquatable<DisksScopedList>, IDeepCloneable<DisksScopedList>, 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-02 UTC."],[[["This document outlines the different versions of the `DisksScopedList` class within the `Google.Cloud.Compute.V1` namespace, ranging from version 1.0.0 to the latest 3.6.0."],["The `DisksScopedList` class is a sealed class that implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes inherited members such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()` from the base `Object` class."],["The `DisksScopedList` class has two constructors: a default constructor and a constructor that accepts another `DisksScopedList` object as a parameter."],["Key properties of `DisksScopedList` include `Disks`, which is a `RepeatedField` containing a list of `Disk` objects, and `Warning`, which provides informational warning."]]],[]]