public sealed class UpdateWorkerPoolRequest : IMessage<UpdateWorkerPoolRequest>, IEquatable<UpdateWorkerPoolRequest>, IDeepCloneable<UpdateWorkerPoolRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Build v1 API class UpdateWorkerPoolRequest.
[[["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 provides documentation for the `UpdateWorkerPoolRequest` class within the Google Cloud Build v1 API for .NET, with the current version being 2.9.0."],["The `UpdateWorkerPoolRequest` class is used to send requests to update a `WorkerPool`, and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The page lists the available versions of this class, ranging from the latest 2.15.0 down to version 1.0.0, along with links to the documentation for each."],["The `UpdateWorkerPoolRequest` class has properties like `UpdateMask`, `ValidateOnly`, and `WorkerPool`, which allow users to specify how the worker pool should be updated and if the request should be validated."],["The required field to identify the worker pool to be updated is `WorkerPool`, which takes the format of `projects/{project}/locations/{location}/workerPools/{workerPool}`."]]],[]]