public sealed class TargetPoolsScopedList : IMessage<TargetPoolsScopedList>, IEquatable<TargetPoolsScopedList>, IDeepCloneable<TargetPoolsScopedList>, 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 `TargetPoolsScopedList` class, part of the `Google.Cloud.Compute.V1` namespace, is available across multiple versions, ranging from 1.0.0 to the latest 3.6.0."],["This class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capabilities in message handling, equality comparisons, deep cloning, and buffer operations."],["`TargetPoolsScopedList` has two constructors: one default and one that allows creating a new instance by copying an existing `TargetPoolsScopedList` object."],["The class contains two key properties: `TargetPools`, a `RepeatedField` of `TargetPool` objects representing a list of target pools, and `Warning`, which provides an informational warning when the list of addresses is empty."],["The latest version available for `TargetPoolsScopedList` is version 3.6.0, but version 3.0.0 also includes specific details such as constructors and properties."]]],[]]