public sealed class GetBatchRequest : IMessage<GetBatchRequest>, IEquatable<GetBatchRequest>, IDeepCloneable<GetBatchRequest>, IBufferMessage, IMessage
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-04-09 UTC."],[[["The `GetBatchRequest` class is used to request the resource representation for a batch workload in the Google Cloud Dataproc V1 API."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering methods for message handling, equality checks, and cloning."],["The latest version for this resource is `5.17.0`, and the webpage details all the previous versions down to `3.1.0` for this resource."],["`GetBatchRequest` includes two constructors, one default and another that accepts another `GetBatchRequest` object for copying."],["The class contains two key properties, `BatchName`, which is a typed view of the resource name, and `Name`, which represents the required name of the batch to retrieve."]]],[]]