public sealed class DeleteBatchRequest : IMessage<DeleteBatchRequest>, IEquatable<DeleteBatchRequest>, IDeepCloneable<DeleteBatchRequest>, 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."],[[["The page details the `DeleteBatchRequest` class within the `Google.Cloud.Dataproc.V1` namespace, used to request the deletion of a batch workload."],["It provides documentation for multiple versions of the `DeleteBatchRequest` class, ranging from version 3.1.0 to the latest, version 5.17.0."],["The class `DeleteBatchRequest` implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring broad functionality."],["The class has two constructors, one being a default constructor, and another that takes an existing `DeleteBatchRequest` object as an argument, and also contains properties `BatchName` and `Name`."],["The object has inherited methods such as GetHashCode(), GetType(), MemberwiseClone(), and ToString()."]]],[]]