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."],[[["The content focuses on the `UpdateWorkerPoolRequest` class within the `Google.Cloud.CloudBuild.V1` namespace, specifically referencing version 1.3.0 and other versions."],["This class is used to update a `WorkerPool` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `UpdateWorkerPoolRequest` class has properties like `UpdateMask`, `ValidateOnly`, and `WorkerPool`, which are used to specify how the update should be performed and what changes should be made."],["There are two constructors available for the `UpdateWorkerPoolRequest` class: a default constructor and a copy constructor."],["The `WorkerPool` property is mandatory and its `name` field is employed to pinpoint the specific `WorkerPool` slated for an update, with a defined format."]]],[]]