public sealed class DeleteBatchRequest : IMessage<DeleteBatchRequest>, IEquatable<DeleteBatchRequest>, IDeepCloneable<DeleteBatchRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dataproc v1 API class DeleteBatchRequest.
[[["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 provides documentation for the `DeleteBatchRequest` class within the Google Cloud Dataproc v1 API, specifically for version 5.12.0."],["`DeleteBatchRequest` is a class used to request the deletion of a batch workload, inheriting from `object` and implementing several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The page includes the documentation for both `DeleteBatchRequest` constructors, the first being a parameterless constructor, and the second that allows you to create an instance with another `DeleteBatchRequest` object as a parameter."],["The `DeleteBatchRequest` class contains two properties, `BatchName` of type `BatchName` and `Name` of type `string`, where the `Name` property is required and represents the fully qualified name of the batch to be deleted."],["The webpage provides a navigable list of versioned documentation, ranging from the latest 5.17.0 release to version 3.1.0, all related to the `DeleteBatchRequest` class."]]],[]]