public sealed class ClusterOperationStatus : IMessage<ClusterOperationStatus>, IEquatable<ClusterOperationStatus>, IDeepCloneable<ClusterOperationStatus>, IBufferMessage, IMessage
[[["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."],[[["The `ClusterOperationStatus` class provides information about the status of a Dataproc cluster operation and its current state."],["The latest version of `ClusterOperationStatus` is 5.17.0, while the current document refers to version 3.3.0 which includes implementations of `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `ClusterOperationStatus` class offers two constructors, a default one and one that copies from another `ClusterOperationStatus` instance."],["The class contains properties such as `Details`, `InnerState`, `State`, and `StateStartTime`, which provide details about the operation, its state, and when that state was entered."],["The `ClusterOperationStatus` object inherits members from the `Object` class, including `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."]]],[]]