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, specifically version 5.8.0."],["The `ClusterOperation` class represents a cluster operation triggered by a workflow and inherits from `object`, while implementing `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation lists numerous prior versions of the API, from the latest (5.17.0) down to 3.1.0, for reference and comparative viewing."],["Key properties of the `ClusterOperation` class include `Done`, `Error`, and `OperationId`, providing information about the operation's completion status, any encountered errors, and its unique identifier, respectively."],["There are two constructor overloads provided for the `ClusterOperation` class that allow for default initialization, or initialization based on an already existing instance."]]],[]]