public sealed class DiskTypesScopedList : IMessage<DiskTypesScopedList>, IEquatable<DiskTypesScopedList>, IDeepCloneable<DiskTypesScopedList>, 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 provides documentation for the `DiskTypesScopedList` class within the Google Cloud Compute V1 .NET library, covering versions from 1.0.0 to the latest 3.6.0."],["The `DiskTypesScopedList` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capabilities for message handling, equality comparisons, deep cloning, and buffer management."],["The class contains two key properties: `DiskTypes`, a read-only list of disk types within a scope, and `Warning`, which provides an informational warning if the disk type list is empty."],["The documentation includes constructors for creating new instances of the `DiskTypesScopedList` class, either as an empty instance or by cloning from another existing `DiskTypesScopedList` instance."],["The namespace of this class is `Google.Cloud.Compute.V1` and is found within the assembly `Google.Cloud.Compute.V1.dll`."]]],[]]