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 reference documentation for the `GetBatchRequest` class within the Google Cloud Dataproc v1 API, specifically for version 5.11.0, and offers information on how to get the representation of a batch workload."],["The `GetBatchRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionality for message handling, equality comparison, deep cloning, and buffer message operations."],["The page lists available versions of the `GetBatchRequest`, ranging from version 5.17.0 (latest) down to 3.1.0, allowing users to access the documentation for specific historical releases."],["The `GetBatchRequest` class includes properties like `BatchName` (a typed view) and `Name` (a string), where `Name` is a required field that represents the fully qualified name of the batch to retrieve."],["The page details the constructors available for the `GetBatchRequest` class, including a default constructor and one that accepts another `GetBatchRequest` object as a parameter."]]],[]]