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