public sealed class DeleteWorkerPoolRequest : IMessage<DeleteWorkerPoolRequest>, IEquatable<DeleteWorkerPoolRequest>, IDeepCloneable<DeleteWorkerPoolRequest>, IBufferMessage, IMessage
[[["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 details the `DeleteWorkerPoolRequest` class, which is used to request the deletion of a `WorkerPool` in Google Cloud Build."],["The most recent version is 2.15.0, and the page lists available versions of the `DeleteWorkerPoolRequest` class, ranging from 1.0.0 to 2.15.0, for reference and potential backwards compatibility."],["`DeleteWorkerPoolRequest` inherits from `Object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing core functionality for message handling, comparison, cloning, and buffer management."],["Key properties include `Name` (required for specifying the `WorkerPool` to delete), `AllowMissing` (determines if a non-existent `WorkerPool` should result in success), `Etag` (for conditional deletion based on server-side state), `ValidateOnly` (for request preview without execution), and `WorkerPoolName` (a typed view of the `Name` property)."],["There are also two constructors available to create an instance of the `DeleteWorkerPoolRequest`, either by creating an empty request, or by creating one with the values from an existing `DeleteWorkerPoolRequest`."]]],[]]