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."],[[["This webpage details the `DeleteBatchRequest` class within the `Google.Cloud.Dataproc.V1` namespace, used to request the deletion of a batch workload."],["The `DeleteBatchRequest` class is part of the Google Cloud Dataproc API and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, a default constructor and a constructor that takes another `DeleteBatchRequest` object, and it has two properties, `BatchName` and `Name`, where `Name` is the required property to identify the batch resource to delete."],["The most recent version of this API documented on the page is 5.17.0, but contains links to previous versions all the way back to 3.1.0, showing the range of API version availability."],["This documentation provides a full class breakdown of how to implement the `DeleteBatchRequest`, including inheritance, implementation, constructors, and properties."]]],[]]