Class: Google::Cloud::Dataproc::V1beta2::WorkflowGraph

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/dataproc/v1beta2/workflow_templates.rb

Overview

The workflow graph.

Instance Attribute Summary collapse

Instance Attribute Details

#nodes::Array<::Google::Cloud::Dataproc::V1beta2::WorkflowNode> (readonly)

Returns Output only. The workflow nodes.

Returns:



482
483
484
485
# File 'proto_docs/google/cloud/dataproc/v1beta2/workflow_templates.rb', line 482

class WorkflowGraph
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end