Package com.google.cloud.dataproc.v1
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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WorkflowNode
getNodes(int index)
Output only.int
getNodesCount()
Output only.List<WorkflowNode>
getNodesList()
Output only.WorkflowNodeOrBuilder
getNodesOrBuilder(int index)
Output only.List<? extends WorkflowNodeOrBuilder>
getNodesOrBuilderList()
Output only.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
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];
-
-