Class WorkflowNode
The workflow node.
Implements
Inherited Members
Namespace: Google.Apis.Dataproc.v1.Data
Assembly: Google.Apis.Dataproc.v1.dll
Syntax
public class WorkflowNode : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Error
Output only. The error detail.
Declaration
[JsonProperty("error")]
public virtual string Error { get; set; }
Property Value
Type | Description |
---|---|
string |
JobId
Output only. The job id; populated after the node enters RUNNING state.
Declaration
[JsonProperty("jobId")]
public virtual string JobId { get; set; }
Property Value
Type | Description |
---|---|
string |
PrerequisiteStepIds
Output only. Node's prerequisite nodes.
Declaration
[JsonProperty("prerequisiteStepIds")]
public virtual IList<string> PrerequisiteStepIds { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
State
Output only. The node state.
Declaration
[JsonProperty("state")]
public virtual string State { get; set; }
Property Value
Type | Description |
---|---|
string |
StepId
Output only. The name of the node.
Declaration
[JsonProperty("stepId")]
public virtual string StepId { get; set; }
Property Value
Type | Description |
---|---|
string |