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."],[[["The `DeleteBatchRequest` class in the Google Cloud Dataproc v1 API is used to construct a request for deleting a batch workload."],["This class has been implemented through multiple versions, ranging from 3.1.0 up to the latest version 5.17.0, including the current version being viewed which is 5.3.0."],["`DeleteBatchRequest` inherits from `Object` and implements multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` to provide functionalities such as message handling, equality comparison, deep cloning, and buffered message support."],["The `DeleteBatchRequest` class includes properties for managing the batch resource to be deleted, primarily through the `Name` string property, and the typed `BatchName` property."],["There are two constructors available, a default constructor and one that accepts another `DeleteBatchRequest` object for cloning purposes."]]],[]]