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 webpage provides reference documentation for the `UpdateWorkerPoolRequest` class within the Cloud Build v1 API for .NET, specifically version 2.13.0."],["The `UpdateWorkerPoolRequest` class is used to send requests to update a `WorkerPool`, inheriting from `object` and implementing several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version documented on the page is 2.15.0, with a range of previous versions all the way back to version 1.0.0 linked for reference, and version 2.13.0 being the main focus of the current page."],["The class includes properties such as `UpdateMask`, `ValidateOnly`, and `WorkerPool`, which are used to specify the fields to update, whether to validate the request, and the `WorkerPool` to be updated respectively."],["The webpage details two constructors, `UpdateWorkerPoolRequest()` and `UpdateWorkerPoolRequest(UpdateWorkerPoolRequest other)`, as well as inherited methods like `GetHashCode()`, `GetType()`, and `ToString()`, detailing both the constructors and properties of the class."]]],[]]