public sealed class StoragePoolsScopedList : IMessage<StoragePoolsScopedList>, IEquatable<StoragePoolsScopedList>, IDeepCloneable<StoragePoolsScopedList>, 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-31 UTC."],[[["This webpage details the `StoragePoolsScopedList` class within the `Google.Cloud.Compute.V1` namespace, specifically for version 3.4.0 of the .NET library."],["The `StoragePoolsScopedList` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capabilities in message handling, equality comparisons, deep cloning, and buffer operations."],["The class offers two constructors, a default constructor and one that takes another `StoragePoolsScopedList` object as a parameter for copying."],["It includes two main properties: `StoragePools`, which is a list of storage pools within the scope, and `Warning`, which provides informational warnings when the `StoragePools` list is empty."],["The page also provides a detailed list of prior versions, from 1.0.0 up to 3.6.0, allowing users to see prior versions of the documentation."]]],[]]