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, specifically for version 2.8.0 and other versions."],["The `UpdateWorkerPoolRequest` class is used to request updates to a `WorkerPool` and supports functionalities like specifying which fields to update using `UpdateMask` and validating the request without actually posting it with the `ValidateOnly` property."],["The content outlines the inheritance and implemented interfaces of the `UpdateWorkerPoolRequest` class, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, with the inherited members of `object` being listed as well."],["The document lists the available versions of the `UpdateWorkerPoolRequest`, ranging from 1.0.0 to the latest 2.15.0, along with their corresponding links, allowing users to see how this request class has evolved over time."],["The documentation specifies that the `WorkerPool` property within the `UpdateWorkerPoolRequest` is required and that the `name` field is used to identify the `WorkerPool` to update, following a specific format: `projects/{project}/locations/{location}/workerPools/{workerPool}`."]]],[]]