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-04-17 UTC."],[[["This webpage provides reference documentation for the `GetBatchRequest` class within the Google Cloud Dataproc v1 API, specifically for version 5.16.0 of the .NET library."],["`GetBatchRequest` is used to retrieve the resource representation for a batch workload in Google Cloud Dataproc, implementing several interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class `GetBatchRequest` includes two constructors, a default one and another that takes an existing `GetBatchRequest` object for initialization."],["The `GetBatchRequest` class has properties such as `BatchName` and `Name`, which are used to specify and access the name of the batch workload, with `Name` being the fully qualified batch name."],["The documentation covers various versions of the API, ranging from the latest 5.17.0 down to version 3.1.0, allowing users to access documentation relevant to the version they need."]]],[]]