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-31 UTC."],[[["This webpage provides documentation for the `TargetPoolsScopedList` class within the `Google.Cloud.Compute.V1` namespace in .NET, specifically version 3.1.0."],["The `TargetPoolsScopedList` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing it to function as a message with equality checks, deep cloning capabilities, and buffer message features."],["The `TargetPoolsScopedList` class contains a `TargetPools` property, which is a list of `TargetPool` objects, representing the target pools within a specific scope."],["The class also includes a `Warning` property to convey informational warnings, which might replace the target pool list in cases of an empty list."],["The documentation provides links to different versions of the `TargetPoolsScopedList` class ranging from 1.0.0 to the latest version, 3.6.0."]]],[]]