public sealed class GetBatchRequest : IMessage<GetBatchRequest>, IEquatable<GetBatchRequest>, IDeepCloneable<GetBatchRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dataproc v1 API class GetBatchRequest.
A request to get the resource representation for a batch workload.
[[["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 documentation for the `GetBatchRequest` class within the Google Cloud Dataproc v1 API, specifically within the .NET ecosystem."],["The content covers versions from 3.1.0 up to the latest release, 5.17.0, and allows you to reference the documentation for the different releases."],["`GetBatchRequest` is a request class used to retrieve the resource representation for a batch workload."],["The class implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and provides functionality for creating and cloning instances of the class."],["The class has properties that include a `BatchName` property and a `Name` property, and the `Name` property represents the fully qualified name of the batch to retrieve."]]],[]]