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 webpage provides documentation for the `ClusterOperationStatus` class within the Google Cloud Dataproc v1 API, specifically in the .NET environment."],["The documentation covers various versions of the API, ranging from the latest version 5.17.0 down to version 3.1.0, allowing users to navigate to the documentation relevant to their specific version."],["`ClusterOperationStatus` is a class that represents the status of an operation and includes properties like `Details`, `InnerState`, `State`, and `StateStartTime` which offers information on operation metadata, detailed state, operation state, and state entry time respectively."],["The class implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capabilities and compatibility within the .NET framework."],["The namespace for the class is `Google.Cloud.Dataproc.V1`, and it is located in the `Google.Cloud.Dataproc.V1.dll` assembly."]]],[]]