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-04-09 UTC."],[[["The `StoragePoolsScopedList` class, part of the `Google.Cloud.Compute.V1` namespace, is available across multiple versions, from 1.0.0 to the latest 3.6.0, as a component of the Google Cloud Compute API for .NET."],["This class, which implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, is designed to encapsulate a list of storage pools within a specified scope."],["It includes a constructor to create an empty list or to clone from an existing `StoragePoolsScopedList`, as well as properties for a list of `StoragePool` objects and an optional `Warning` property for cases when the list is empty."],["The class inherits basic methods such as `GetHashCode()`, `GetType()`, and `ToString()` from the base `object` class."]]],[]]