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` resource."],["The latest version of the `UpdateWorkerPoolRequest` documentation is 2.15.0, with previous versions ranging back to 1.0.0 also available."],["The `UpdateWorkerPoolRequest` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for functionalities like message processing and object comparison."],["The class contains properties such as `Name` (a string representing the resource's name) and `WorkerPool` (a `WorkerPool` object to be updated)."],["The page provides access to the full list of documented versions of the `UpdateWorkerPoolRequest` type, starting with version 1.0.0, allowing a user to find the information they need for the version of the type they are using."]]],[]]