class Google::Apis::DataprocV1beta2::WorkflowGraph

The workflow graph.

Attributes

nodes[RW]

Output only. The workflow nodes. Corresponds to the JSON property `nodes` @return [Array<Google::Apis::DataprocV1beta2::WorkflowNode>]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/dataproc_v1beta2/classes.rb, line 3475
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_v1beta2/classes.rb, line 3480
def update!(**args)
  @nodes = args[:nodes] if args.key?(:nodes)
end