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-04-17 UTC."],[[["This webpage provides documentation for the `ClusterOperation` class within the Google Cloud Dataproc v1 API, specifically version 5.16.0, with links to other versions of the API."],["The `ClusterOperation` class represents a cluster operation triggered by a workflow and inherits from `object`, while implementing several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The page lists available versions of the Google Cloud Dataproc v1 API, from version 3.1.0 up to the latest version 5.17.0, allowing users to select the version they are interested in."],["Key properties of the `ClusterOperation` class include `Done` (a boolean indicating operation completion), `Error` (a string describing any error), and `OperationId` (a string for the operation's ID), all being output-only properties."],["The webpage details two constructors available for `ClusterOperation`, one being parameterless, and the other taking in another `ClusterOperation` object."]]],[]]