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-04-09 UTC."],[[["This webpage details the `ClusterOperationStatus` class within the `Google.Cloud.Dataproc.V1` namespace, version 4.0.0, for .NET developers."],["The latest version documented is 5.17.0, and the page provides links to documentation for versions ranging from 5.17.0 down to 3.1.0, covering multiple updates of the service."],["`ClusterOperationStatus` is a class that implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from `Object`."],["The `ClusterOperationStatus` class includes properties like `Details`, `InnerState`, `State`, and `StateStartTime`, each providing information about the status of a cluster operation."],["The page offers two constructors for the class, one default and another allowing initialization from another `ClusterOperationStatus` object, and this is a way to manage states and output the information contained within."]]],[]]