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 reference documentation for the `DeleteBatchRequest` class within the Google Cloud Dataproc v1 API, specifically for version 5.13.0 and other versions as well."],["`DeleteBatchRequest` is a class used to request the deletion of a batch workload in Google Cloud Dataproc and it inherits from the base `object` class, also implementing `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DeleteBatchRequest` class includes constructors for creating new instances, either default or by copying another `DeleteBatchRequest` object, and has properties such as `BatchName` and `Name`."],["The page contains a list of links to reference documentation for this class across various versions, with version 5.17.0 being the latest."],["The `Name` property is required and represents the fully qualified name of the batch to delete, following a specific format."]]],[]]