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 provided content details the `DeleteBatchRequest` class within the Google Cloud Dataproc v1 API, specifically version 5.8.0, which is used to request the deletion of a batch workload."],["This class, `DeleteBatchRequest`, implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capabilities for message handling, equality comparisons, deep cloning, and buffer operations."],["The `DeleteBatchRequest` class has properties like `BatchName` (a `BatchName`-typed view) and `Name` (a string) that represent the fully qualified name of the batch to be deleted, including project, region, and batch ID."],["The webpage also provides a list of links to the `DeleteBatchRequest` documentation for various versions of the API, ranging from 5.17.0 (latest) down to 3.1.0."]]],[]]