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.15.0 and other versions of the API."],["The `DeleteBatchRequest` class is used to create requests for deleting batch workloads in Google Cloud Dataproc and it inherits from the object class, while implementing IMessage, IEquatable, IDeepCloneable, and IBufferMessage."],["The documentation lists all available versions of the `DeleteBatchRequest` class, from version 5.17.0 down to 3.1.0, with 5.17.0 being the latest version and includes links to each version's specific documentation."],["The `DeleteBatchRequest` class has a constructor that can be used to create new instances, and it also has a parameter to input another instance of `DeleteBatchRequest`."],["The class provides two properties; `BatchName`, a BatchName typed view of the `Name` resource property, and `Name`, a string representing the fully qualified name of the batch workload to be deleted."]]],[]]