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 document provides reference documentation for the `DeleteWorkerPoolRequest` class within the Google Cloud Build v1 API, specifically for version 2.6.0."],["The `DeleteWorkerPoolRequest` class is used to request the deletion of a `WorkerPool` and is available within the `Google.Cloud.CloudBuild.V1` namespace."],["The latest version available for the API is 2.15.0, with multiple versions available ranging from 1.0.0 to 2.15.0 in total, all of them implementing the `DeleteWorkerPoolRequest` class."],["Key properties of the `DeleteWorkerPoolRequest` include `Name` (required to specify the WorkerPool to delete), `AllowMissing` (allows the request to succeed if the WorkerPool is not found), `Etag` (for conditional processing), and `ValidateOnly` (for request preview without actual execution)."],["The `DeleteWorkerPoolRequest` class inherits from `object` and implements multiple interfaces: `IMessage\u003cDeleteWorkerPoolRequest\u003e`, `IEquatable\u003cDeleteWorkerPoolRequest\u003e`, `IDeepCloneable\u003cDeleteWorkerPoolRequest\u003e`, `IBufferMessage`, and `IMessage`."]]],[]]