public sealed class WorkflowNode : IMessage<WorkflowNode>, IEquatable<WorkflowNode>, IDeepCloneable<WorkflowNode>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Dataproc v1 API class WorkflowNode.
The workflow node.
Implements
IMessage<WorkflowNode>, IEquatable<WorkflowNode>, IDeepCloneable<WorkflowNode>, IBufferMessage, IMessageNamespace
Google.Cloud.Dataproc.V1Assembly
Google.Cloud.Dataproc.V1.dll
Constructors
WorkflowNode()
public WorkflowNode()WorkflowNode(WorkflowNode)
public WorkflowNode(WorkflowNode other)| Parameter | |
|---|---|
| Name | Description |
other |
WorkflowNode |
Properties
Error
public string Error { get; set; }Output only. The error detail.
| Property Value | |
|---|---|
| Type | Description |
String |
|
JobId
public string JobId { get; set; }Output only. The job id; populated after the node enters RUNNING state.
| Property Value | |
|---|---|
| Type | Description |
String |
|
PrerequisiteStepIds
public RepeatedField<string> PrerequisiteStepIds { get; }Output only. Node's prerequisite nodes.
| Property Value | |
|---|---|
| Type | Description |
RepeatedField<String> |
|
State
public WorkflowNode.Types.NodeState State { get; set; }Output only. The node state.
| Property Value | |
|---|---|
| Type | Description |
WorkflowNode.Types.NodeState |
|
StepId
public string StepId { get; set; }Output only. The name of the node.
| Property Value | |
|---|---|
| Type | Description |
String |
|