public sealed class WorkflowNode : IMessage<WorkflowNode>, IEquatable<WorkflowNode>, IDeepCloneable<WorkflowNode>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dataproc v1 API class WorkflowNode.
The workflow node.
Implements
IMessageWorkflowNode, IEquatableWorkflowNode, IDeepCloneableWorkflowNode, 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 |
RepeatedFieldstring |
State
public WorkflowNode.Types.NodeState State { get; set; }
Output only. The node state.
Property Value | |
---|---|
Type | Description |
WorkflowNodeTypesNodeState |
StepId
public string StepId { get; set; }
Output only. The name of the node.
Property Value | |
---|---|
Type | Description |
string |