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 multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The page details the class's inheritance from the base `object` class and lists its implemented members, including methods like `GetHashCode` and `GetType`, along with its namespace."],["The page outlines two constructors for the `DeleteBatchRequest` class, one being a parameterless constructor, and the other one being a copy constructor that accepts another `DeleteBatchRequest` object."],["This page also presents the properties `BatchName` and `Name` for the `DeleteBatchRequest` class, describing their purpose and data types, with `Name` being a required fully qualified name of the batch to retrieve."]]],[]]