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 details the `GetBatchRequest` class within the `Google.Cloud.Dataproc.V1` namespace, used to retrieve a batch workload resource."],["The `GetBatchRequest` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors: a default one, and one that takes another `GetBatchRequest` object as a parameter."],["It includes two properties: `BatchName`, a `BatchName`-typed property, and `Name`, a string property that represents the name of the batch to retrieve."],["This page contains access to documentation for versions ranging from `3.1.0` to the latest version, `5.17.0` of the resource."]]],[]]