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 the .NET environment."],["The `DeleteBatchRequest` class is used to initiate a request to delete a batch workload in Google Cloud Dataproc, implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The page lists various versions of the API, from the latest version 5.17.0 down to version 3.1.0, demonstrating the versioning history of the `DeleteBatchRequest` class."],["The document details the properties of the `DeleteBatchRequest` class, namely `BatchName` and `Name`, providing information about the types and purpose of these properties."],["The `DeleteBatchRequest` class has 2 constructors, one is a default constructor, and the second is used to pass in a previously created `DeleteBatchRequest`."]]],[]]