[[["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."],[[["The `GetTaskRequest` class is part of the Google Cloud Batch v1 API, specifically within the `Google.Cloud.Batch.V1` namespace, and is used to request a single task by its name."],["Version 2.13.0 is the latest version of the `GetTaskRequest`, and the documentation provides access to the reference for all prior versions going as far back as version 1.0.0."],["`GetTaskRequest` implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, making it compatible with Google's Protobuf message handling."],["The class has properties such as `Name`, a string that contains the required task name, and `TaskName`, which is a typed view over the name property."],["The class can be instantiated via a parameterless constructor `GetTaskRequest()` and via an overloaded constructor using another `GetTaskRequest` object `GetTaskRequest(GetTaskRequest other)`."]]],[]]