public sealed class ClusterOperation : IMessage<ClusterOperation>, IEquatable<ClusterOperation>, IDeepCloneable<ClusterOperation>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dataproc v1 API class ClusterOperation.
[[["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 `ClusterOperation` class within the Google Cloud Dataproc v1 API, covering versions from 3.1.0 to the latest, 5.17.0."],["The `ClusterOperation` class represents an operation triggered by a workflow, and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `ClusterOperation` class include `Done` (indicating if the operation is complete), `Error` (for error details), and `OperationId` (the unique identifier of the operation)."],["The documentation includes constructors for the `ClusterOperation` class, such as the default constructor and a constructor that accepts another `ClusterOperation` object."],["This class is located within the `Google.Cloud.Dataproc.V1` namespace and is part of the `Google.Cloud.Dataproc.V1.dll` assembly."]]],[]]