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 .NET development."],["The `UpdateWorkerPoolRequest` class is used to request an update to a `WorkerPool` and is part of the `Google.Cloud.CloudBuild.V1` namespace."],["The documentation covers versions 1.0.0 up to the latest version 2.15.0 of `UpdateWorkerPoolRequest`, including details on inheritance, implemented interfaces, constructors, and properties such as `UpdateMask`, `ValidateOnly`, and `WorkerPool`."],["The page details the required `WorkerPool` property for identifying which `WorkerPool` to update by its name, as well as the property `UpdateMask`, which specifies the fields to update."],["The class implements several interfaces, including `IMessage`, `IEquatable`, and `IDeepCloneable`, for message handling, equality comparison, and object cloning respectively."]]],[]]