public sealed class ListWorkerPoolsResponse : IMessage<ListWorkerPoolsResponse>, IEquatable<ListWorkerPoolsResponse>, IDeepCloneable<ListWorkerPoolsResponse>, 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."],[[["This webpage provides documentation for the `ListWorkerPoolsResponse` class within the Google Cloud Build V1 .NET library, with the most recent version being 2.15.0."],["The `ListWorkerPoolsResponse` class is used to manage the response data of the existing `WorkerPools`."],["The class is part of the `Google.Cloud.CloudBuild.V1` namespace and is found in the `Google.Cloud.CloudBuild.V1.dll` assembly."],["It implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The class offers two constructors: a default constructor and one that takes another `ListWorkerPoolsResponse` object, along with one property, `WorkerPools` which is of type `RepeatedField\u003cWorkerPool\u003e` to hold `WorkerPool` data."]]],[]]