Class WorkflowGraph (3.3.0)

public sealed class WorkflowGraph : IMessage<WorkflowGraph>, IEquatable<WorkflowGraph>, IDeepCloneable<WorkflowGraph>, IBufferMessage, IMessage

The workflow graph.

Inheritance

Object > WorkflowGraph

Namespace

Google.Cloud.Dataproc.V1

Assembly

Google.Cloud.Dataproc.V1.dll

Constructors

WorkflowGraph()

public WorkflowGraph()

WorkflowGraph(WorkflowGraph)

public WorkflowGraph(WorkflowGraph other)
Parameter
NameDescription
otherWorkflowGraph

Properties

Nodes

public RepeatedField<WorkflowNode> Nodes { get; }

Output only. The workflow nodes.

Property Value
TypeDescription
RepeatedField<WorkflowNode>