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 webpage details the `UpdateWorkerPoolRequest` class within the `Google.Cloud.CloudBuild.V1` namespace, as found in the `Google.Cloud.CloudBuild.V1.dll` assembly."],["It lists multiple versions of the `UpdateWorkerPoolRequest`, ranging from version 1.0.0 to the latest version 2.15.0."],["The `UpdateWorkerPoolRequest` class is used to update a `WorkerPool` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class has two constructors, `UpdateWorkerPoolRequest()` and `UpdateWorkerPoolRequest(UpdateWorkerPoolRequest other)`, to create new instances and make deep copies respectively."],["The class contains two properties, `Name`, a string, and `WorkerPool`, a `WorkerPool` type, providing the resource name and the `WorkerPool` resource to update respectively."]]],[]]