Class: Google::Cloud::Dataproc::V1::WorkflowGraph
- Inherits:
-
Object
- Object
- Google::Cloud::Dataproc::V1::WorkflowGraph
- 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
-
#nodes ⇒ ::Array<::Google::Cloud::Dataproc::V1::WorkflowNode>
readonly
Output only.
Instance Attribute Details
#nodes ⇒ ::Array<::Google::Cloud::Dataproc::V1::WorkflowNode> (readonly)
Returns Output only. The workflow nodes.
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 |