public sealed class ClusterOperation : IMessage<ClusterOperation>, IEquatable<ClusterOperation>, IDeepCloneable<ClusterOperation>, IBufferMessage, IMessageThe cluster operation triggered by a workflow.
Implements
IMessage<ClusterOperation>, IEquatable<ClusterOperation>, IDeepCloneable<ClusterOperation>, IBufferMessage, IMessageNamespace
Google.Cloud.Dataproc.V1Assembly
Google.Cloud.Dataproc.V1.dll
Constructors
ClusterOperation()
public ClusterOperation()ClusterOperation(ClusterOperation)
public ClusterOperation(ClusterOperation other)| Parameter | |
|---|---|
| Name | Description |
other |
ClusterOperation |
Properties
Done
public bool Done { get; set; }Output only. Indicates the operation is done.
| Property Value | |
|---|---|
| Type | Description |
Boolean |
|
Error
public string Error { get; set; }Output only. Error, if operation failed.
| Property Value | |
|---|---|
| Type | Description |
String |
|
OperationId
public string OperationId { get; set; }Output only. The id of the cluster operation.
| Property Value | |
|---|---|
| Type | Description |
String |
|