Google Cloud Dataproc v1 API - Class ClusterOperation (5.2.0)

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.

The cluster operation triggered by a workflow.

Inheritance

Object > ClusterOperation

Namespace

Google.Cloud.Dataproc.V1

Assembly

Google.Cloud.Dataproc.V1.dll

Constructors

ClusterOperation()

public ClusterOperation()

ClusterOperation(ClusterOperation)

public ClusterOperation(ClusterOperation other)
Parameter
NameDescription
otherClusterOperation

Properties

Done

public bool Done { get; set; }

Output only. Indicates the operation is done.

Property Value
TypeDescription
Boolean

Error

public string Error { get; set; }

Output only. Error, if operation failed.

Property Value
TypeDescription
String

OperationId

public string OperationId { get; set; }

Output only. The id of the cluster operation.

Property Value
TypeDescription
String