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 documentation for the `GetBatchRequest` class within the Google Cloud Dataproc v1 API, specifically for .NET development."],["The latest version of the `GetBatchRequest` documentation is version 5.17.0, with access to previous versions available dating back to version 3.1.0."],["`GetBatchRequest` is used to retrieve the resource representation for a batch workload and is defined within the `Google.Cloud.Dataproc.V1` namespace."],["The class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["The `GetBatchRequest` class requires a fully qualified name of the batch to retrieve using the `Name` property in the format \"projects/PROJECT_ID/locations/DATAPROC_REGION/batches/BATCH_ID\" and offers a typed view of it using the `BatchName` property."]]],[]]