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 `UpdateWorkerPoolRequest` class is used to request updates to a `WorkerPool` within the Google Cloud Build service, with the latest version being 2.15.0."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enhancing its functionality and compatibility."],["It provides constructors to create an instance of `UpdateWorkerPoolRequest`, either empty or based on another `UpdateWorkerPoolRequest` object."],["Key properties include `UpdateMask`, which specifies the fields to update, `ValidateOnly` for request validation, and `WorkerPool`, which is the actual `WorkerPool` data to update, and which requires the name field to be set."],["This class has inherited members such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString` from the base `Object` class, giving it basic object functionalities."]]],[]]