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 documents the `ListWorkerPoolsResponse` class within the `Google.Cloud.CloudBuild.V1` namespace, which is used to handle responses containing lists of `WorkerPools`."],["The class is implemented as a sealed class and inherits from `Object` while also implementing several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `ListWorkerPoolsResponse` class has a property `WorkerPools` of type `RepeatedField\u003cWorkerPool\u003e` which contains the `WorkerPools` for a given project."],["The page provides a history of versions of the documentation with the most recent version being 2.15.0 and the oldest being 1.0.0, the current page version is 1.1.0."]]],[]]