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 for updating a `WorkerPool` resource in Google Cloud Build."],["The latest version of the `UpdateWorkerPoolRequest` is 2.15.0, with previous versions dating back to 1.0.0 also documented, all within version 1.1.0 of the library."],["The `UpdateWorkerPoolRequest` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and is derived from the base `Object` class."],["The `UpdateWorkerPoolRequest` class contains properties `Name`, which defines the name of the resource to be updated, and `WorkerPool`, which is the `WorkerPool` resource itself."],["The `UpdateWorkerPoolRequest` class contains two constructors, a default constructor `UpdateWorkerPoolRequest()` and a second `UpdateWorkerPoolRequest(UpdateWorkerPoolRequest other)` constructor to create a clone of an object."]]],[]]