public sealed class UpdateWorkerPoolRequest : IMessage<UpdateWorkerPoolRequest>, IEquatable<UpdateWorkerPoolRequest>, IDeepCloneable<UpdateWorkerPoolRequest>, 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 details the `UpdateWorkerPoolRequest` class within the `Google.Cloud.CloudBuild.V1` namespace, used to update a `WorkerPool`."],["The latest version available for this request is 2.15.0, with several older versions, going as far back as 1.0.0, also listed."],["The `UpdateWorkerPoolRequest` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains three properties: `UpdateMask`, which specifies the fields to update, `ValidateOnly`, for request validation, and `WorkerPool`, the `WorkerPool` to update."],["It has two constructors, one empty and one to pass another `UpdateWorkerPoolRequest` object."]]],[]]