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 webpage details the `DeleteWorkerPoolRequest` class within the `Google.Cloud.CloudBuild.V1` namespace, used for requesting the deletion of a `WorkerPool`."],["The latest version available for this class is 2.15.0, with historical versions back to 1.0.0 accessible through the provided links."],["The `DeleteWorkerPoolRequest` class inherits from `Object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It has two constructors, a default constructor and one that accepts another `DeleteWorkerPoolRequest` object, and includes a `Name` property to set the resource to delete."],["The `Name` property is used to identify the specific worker pool to be deleted, using a format like \"projects/project-1/workerPools/workerpool-name\"."]]],[]]