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 documentation for the `UpdateWorkerPoolRequest` class within the Google Cloud Build v1 API for .NET, with the current version being 2.10.0, and the latest being 2.15.0."],["The `UpdateWorkerPoolRequest` class is used to request updates to a `WorkerPool` and is part of the `Google.Cloud.CloudBuild.V1` namespace."],["The page details the class's inheritance, the interfaces it implements (including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`), as well as its constructors and properties."],["The main properties of the class are `UpdateMask`, `ValidateOnly`, and `WorkerPool`, which are utilized to define which fields are being updated, whether to validate the request, and specifying the worker pool being modified, respectively."],["The webpage provides a listing of previous versions of the documentation, ranging from version 1.0.0 to 2.15.0, and provides links to them."]]],[]]