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."],[[["The document provides reference documentation for the `UpdateWorkerPoolRequest` class within the Cloud Build v1 API."],["This class, `UpdateWorkerPoolRequest`, is used to submit requests for updating a `WorkerPool`."],["The document lists various versions of the API, ranging from version 1.0.0 up to the latest, 2.15.0, and includes documentation for each version's `UpdateWorkerPoolRequest` parameters and members."],["The `UpdateWorkerPoolRequest` class inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, and includes properties such as `UpdateMask`, `ValidateOnly`, and `WorkerPool`."],["The required property for the request is `WorkerPool`, whose name field is used to identify which to update, and includes a `UpdateMask` to identify which of its fields to update, and a `ValidateOnly` parameter."]]],[]]