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-09 UTC."],[[["This webpage provides documentation for the `GetBatchRequest` class within the Google Cloud Dataproc v1 API, specifically within the .NET environment."],["The latest version of the API documented is 5.17.0, with various previous versions listed ranging down to version 3.1.0."],["`GetBatchRequest` is used to fetch the details of a specific batch workload, identified by its fully qualified name."],["The class `GetBatchRequest` implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and has constructors to create new instances."],["The `BatchName` property provides a typed view of the batch's resource name, and the `Name` property stores the batch's full name, adhering to a specific format."]]],[]]