public sealed class ClusterOperationStatus : IMessage<ClusterOperationStatus>, IEquatable<ClusterOperationStatus>, IDeepCloneable<ClusterOperationStatus>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dataproc v1 API class ClusterOperationStatus.
[[["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 document provides reference documentation for the `ClusterOperationStatus` class within the Google Cloud Dataproc v1 API, spanning versions from 3.1.0 to the latest 5.17.0."],["The `ClusterOperationStatus` class is used to represent the status of an operation, and it includes details such as the current state, inner state, detailed message, and the time the state was entered."],["The class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and is part of the `Google.Cloud.Dataproc.V1` namespace."],["It also defines constructors for creating new `ClusterOperationStatus` objects, either empty or by copying from an existing `ClusterOperationStatus` instance."],["The `ClusterOperationStatus` contains properties including `Details`, `InnerState`, `State`, and `StateStartTime` allowing for detailed inspection of the current operation."]]],[]]