[[["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 `JobStatus` class within the Google Cloud Dataproc v1 API, specifically for .NET developers, offering a range of versions from 3.1.0 to 5.17.0 (latest)."],["The `JobStatus` class represents the status of a Dataproc job and includes properties such as `Details`, `State`, `StateStartTime`, and `Substate`, providing insights into the job's condition and history."],["The class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capabilities for message handling, equality comparisons, deep cloning, and buffered message operations."],["Developers can utilize the `JobStatus` class through its constructors `JobStatus()` and `JobStatus(JobStatus other)`, allowing for both default initialization and copying of existing `JobStatus` instances, with `other` being a reference to a JobStatus object."],["The webpage also lists inherited members from the base `Object` class, such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`, which can be used by instances of `JobStatus`."]]],[]]