Interface WorkflowGraphOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    WorkflowGraph, WorkflowGraph.Builder

    public interface WorkflowGraphOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • getNodesList

        List<WorkflowNode> getNodesList()
         Output only. The workflow nodes.
         
        repeated .google.cloud.dataproc.v1.WorkflowNode nodes = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getNodes

        WorkflowNode getNodes​(int index)
         Output only. The workflow nodes.
         
        repeated .google.cloud.dataproc.v1.WorkflowNode nodes = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getNodesCount

        int getNodesCount()
         Output only. The workflow nodes.
         
        repeated .google.cloud.dataproc.v1.WorkflowNode nodes = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getNodesOrBuilderList

        List<? extends WorkflowNodeOrBuilder> getNodesOrBuilderList()
         Output only. The workflow nodes.
         
        repeated .google.cloud.dataproc.v1.WorkflowNode nodes = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getNodesOrBuilder

        WorkflowNodeOrBuilder getNodesOrBuilder​(int index)
         Output only. The workflow nodes.
         
        repeated .google.cloud.dataproc.v1.WorkflowNode nodes = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];