Google Cloud Dataproc v1 API - Class WorkflowGraph (5.11.0)

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

Reference documentation and code samples for the Google Cloud Dataproc v1 API class WorkflowGraph.

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
Name Description
other WorkflowGraph

Properties

Nodes

public RepeatedField<WorkflowNode> Nodes { get; }

Output only. The workflow nodes.

Property Value
Type Description
RepeatedFieldWorkflowNode