public sealed class ClusterOperation : IMessage<ClusterOperation>, IEquatable<ClusterOperation>, IDeepCloneable<ClusterOperation>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Dataproc v1 API class ClusterOperation.
The cluster operation triggered by a workflow.
Implements
IMessageClusterOperation, IEquatableClusterOperation, IDeepCloneableClusterOperation, 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 |
bool |
|
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 |
|