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 page details the `DeleteBatchRequest` class within the `Google.Cloud.Dataproc.V1` namespace, used to request the deletion of a batch workload."],["The latest version of the `DeleteBatchRequest` documentation is 5.17.0, and there are other versions available, from 3.1.0 to 5.16.0, for the Google Cloud Dataproc API."],["`DeleteBatchRequest` implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showcasing its integration with Google's Protobuf and .NET frameworks."],["The `DeleteBatchRequest` class includes a `BatchName` property that provides a typed view over the resource's name and a `Name` property that is a string, specifying the name of the batch resource to be deleted."],["The `DeleteBatchRequest` class has two constructors, a default constructor and another taking in a `DeleteBatchRequest` to allow for copying objects."]]],[]]