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-03-21 UTC."],[[["This webpage provides documentation for the `GetBatchRequest` class within the `Google.Cloud.Dataproc.V1` namespace, specifically for version 3.3.0 and its associated versions."],["The `GetBatchRequest` class is used to request the resource representation for a batch workload and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains the `Name` property, a string which represents the name of the batch to be retrieved, and `BatchName` property, which is a typed view over the `Name` resource."],["The webpage also lists links to documentation for various versions of the Google Cloud Dataproc V1 API, ranging from version 3.1.0 to 5.17.0, with 5.17.0 being the latest."]]],[]]