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 information for the `UpdateWorkerPoolRequest` class within the Cloud Build v1 API, specifically for .NET development, across multiple versions, with the latest being 2.15.0."],["`UpdateWorkerPoolRequest` is a class used to make requests to update a `WorkerPool`, inheriting from `object` and implementing several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has properties like `UpdateMask` (a `FieldMask`), `ValidateOnly` (a boolean), and `WorkerPool` (the `WorkerPool` to be updated), and contains constructors to create instances of it, either as an empty class or by making a copy."],["The document provides a comprehensive list of versions for the `UpdateWorkerPoolRequest` class, ranging from 1.0.0 up to 2.15.0, each with a corresponding link for further information."],["The class belongs to the `Google.Cloud.CloudBuild.V1` namespace and is part of the `Google.Cloud.CloudBuild.V1.dll` assembly."]]],[]]