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-21 UTC."],[[["The `StoragePoolsScopedList` class, part of the `Google.Cloud.Compute.V1` namespace, is available across multiple versions, with version 3.6.0 being the latest release and a total of 29 versions listed."],["This class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, inheriting from the base `object` class."],["The class has two constructors: a default constructor and one that accepts another `StoragePoolsScopedList` instance as a parameter for copying."],["It includes two main properties, `StoragePools`, which is a read-only list of storage pools in a scope, and `Warning`, which is an informational warning that replaces the storage pool list when empty."],["The class is contained within the Google.Cloud.Compute.V1.dll assembly."]]],[]]