Google Cloud Dataproc v1 API - Class ClusterOperation (5.5.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

GoogleCloudGoogle.Cloud.DataprocV1

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
bool

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