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 page provides reference documentation for the `UpdateWorkerPoolRequest` class within the Google Cloud Build v1 API, specifically for version 2.14.0."],["The `UpdateWorkerPoolRequest` class is used to update a `WorkerPool` and is part of the `Google.Cloud.CloudBuild.V1` namespace in the .NET library."],["This class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering functionalities like message handling, equality checks, and deep cloning."],["Key properties of the `UpdateWorkerPoolRequest` class include `UpdateMask` to specify which fields to update, `ValidateOnly` for previewing changes, and `WorkerPool` which is a required property to identify and contain the worker pool to be updated."],["The documentation lists various previous versions of the `UpdateWorkerPoolRequest`, allowing users to browse through past iterations of the API, dating back to version 1.0.0."]]],[]]