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."],[[["This webpage details the `ClusterOperationStatus` class within the `Google.Cloud.Dataproc.V1` namespace, presenting various versions from 5.0.0 up to the latest 5.17.0."],["The `ClusterOperationStatus` class, part of the Google Cloud Dataproc V1 API, represents the status of an operation and inherits from the base `Object` class."],["This class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `ClusterOperationStatus` class provides properties such as `Details`, `InnerState`, `State`, and `StateStartTime` to provide insights on the operational metadata details, the detailed state, the current state, and the state entry time, respectively."],["The class has two constructors: a default constructor, `ClusterOperationStatus()`, and another one, `ClusterOperationStatus(ClusterOperationStatus other)`, which takes a `ClusterOperationStatus` object as a parameter."]]],[]]