public sealed class ClusterOperation : IMessage<ClusterOperation>, IEquatable<ClusterOperation>, IDeepCloneable<ClusterOperation>, 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."],[[["The `ClusterOperation` class, part of the Google.Cloud.Dataproc.V1 namespace, represents an operation triggered by a workflow in Google Cloud Dataproc."],["This class is available across multiple versions, from 3.1.0 to the latest version 5.17.0, each accessible through specific links, with version 5.17.0 being the current latest version."],["The `ClusterOperation` class inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class provides properties such as `Done` (indicating if the operation is complete), `Error` (describing any error that occurred), and `OperationId` (the unique ID of the operation)."],["There are two constructors available for creating `ClusterOperation` objects, one being empty, and the other accepting another `ClusterOperation` object."]]],[]]