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."],[[["This webpage details the `ClusterOperation` class within the `Google.Cloud.Dataproc.V1` namespace, specifically for .NET development, and it is triggered by a workflow."],["The `ClusterOperation` class has been implemented with multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["There are two constructors available for the `ClusterOperation` class, allowing for a default construction and one that is copying another `ClusterOperation` instance."],["The class provides read-only properties to know if the operation is `Done`, get an `Error` message if the operation failed, and to find the `OperationId` to track it."],["The page displays a range of versions for this class from 3.1.0 to the latest 5.17.0, enabling users to access documentation for a variety of versions."]]],[]]