public sealed class DeleteWorkerPoolRequest : IMessage<DeleteWorkerPoolRequest>, IEquatable<DeleteWorkerPoolRequest>, IDeepCloneable<DeleteWorkerPoolRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Build v1 API class DeleteWorkerPoolRequest.
[[["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 `DeleteWorkerPoolRequest` class within the Cloud Build v1 API for .NET, with the current version being 2.5.0."],["The `DeleteWorkerPoolRequest` class is used to request the deletion of a `WorkerPool`, and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `DeleteWorkerPoolRequest` class include `Name` (the required name of the worker pool to delete), `AllowMissing` (indicating if the request should succeed even if the worker pool is not found), `Etag` (for conditional processing), `ValidateOnly`(for dry run testing), and `WorkerPoolName`(a typed representation of name)."],["The latest version of the API is 2.15.0, and the page also provides access to previous versions of the API from 2.14.0 all the way down to 1.0.0."],["The document also provides information for the constructors `DeleteWorkerPoolRequest()` and `DeleteWorkerPoolRequest(DeleteWorkerPoolRequest)` in which the second one is used for copying an object."]]],[]]