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 document provides reference information for the `UpdateWorkerPoolRequest` class within the Google Cloud Build v1 API, specifically detailing its structure, functionality, and implementation in .NET."],["The `UpdateWorkerPoolRequest` class is used to send requests to update a `WorkerPool` resource in Google Cloud Build, allowing modification of worker pool configurations."],["The latest version available of this API is 2.15.0, with documentation provided for multiple previous versions, spanning from 1.0.0 to 2.15.0, allowing for review of any previous version needed."],["Key properties within the `UpdateWorkerPoolRequest` class include `UpdateMask`, which specifies the fields to be updated, `ValidateOnly`, which allows for request validation without actual execution, and `WorkerPool`, which contains the updated worker pool details."]]],[]]