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."],[[["The `DisksScopedList` class is part of the `Google.Cloud.Compute.V1` namespace and is found within the `Google.Cloud.Compute.V1.dll` assembly, providing a structured way to manage a scoped list of disks."],["Version 3.6.0 is the latest release of the `DisksScopedList` API, and multiple versions, down to 1.0.0, are also documented with their corresponding links."],["The `DisksScopedList` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling and object management within the .NET framework."],["The class has two constructors: a default constructor and a constructor that accepts another `DisksScopedList` object for creating copies."],["It has two main properties, `Disks` which is a `RepeatedField` containing `Disk` objects, and `Warning`, which indicates a warning associated with the list."]]],[]]