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 Google.Cloud.Dataproc.V1, represents a cluster operation triggered by a workflow in version 3.3.0."],["This class implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version of the documentation for ClusterOperation is version 5.17.0, and it offers access to a history of versions, dating back to 3.1.0."],["The `ClusterOperation` class includes properties like `Done` (indicating completion), `Error` (for any failure details), and `OperationId` (the operation's identifier)."],["This class has two constructors: one default and the other taking another `ClusterOperation` as a parameter for copying."]]],[]]