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, which is used to request the details of a batch workload."],["The documentation lists various versions of the `GetBatchRequest` class, ranging from the latest version 5.17.0 down to version 3.1.0."],["The `GetBatchRequest` class inherits from `Object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors: a parameterless constructor and one that takes another `GetBatchRequest` object as a parameter, allowing for the creation of a new `GetBatchRequest` object."],["The class exposes two main properties: `BatchName`, a typed view of the batch resource name, and `Name`, a string property that represents the name of the batch to retrieve, which is a required field."]]],[]]