Class: Google::Cloud::Dataproc::V1::WorkflowGraph

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

Overview

The workflow graph.

Instance Attribute Summary collapse

Instance Attribute Details

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

Returns Output only. The workflow nodes.

Returns:



474
475
476
477
# File 'proto_docs/google/cloud/dataproc/v1/workflow_templates.rb', line 474

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