class Google::Apis::DataprocV1::WorkflowGraph
The workflow graph.
Attributes
nodes[RW]
Output only. The workflow nodes. Corresponds to the JSON property `nodes` @return [Array<Google::Apis::DataprocV1::WorkflowNode>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/dataproc_v1/classes.rb, line 3674 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/dataproc_v1/classes.rb, line 3679 def update!(**args) @nodes = args[:nodes] if args.key?(:nodes) end