Interface ExecutionStageSummaryOrBuilder

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

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

      • getName

        String getName()
         Dataflow service generated name for this stage.
         
        string name = 1;
        Returns:
        The name.
      • getNameBytes

        com.google.protobuf.ByteString getNameBytes()
         Dataflow service generated name for this stage.
         
        string name = 1;
        Returns:
        The bytes for name.
      • getId

        String getId()
         Dataflow service generated id for this stage.
         
        string id = 2;
        Returns:
        The id.
      • getIdBytes

        com.google.protobuf.ByteString getIdBytes()
         Dataflow service generated id for this stage.
         
        string id = 2;
        Returns:
        The bytes for id.
      • getKindValue

        int getKindValue()
         Type of transform this stage is executing.
         
        .google.dataflow.v1beta3.KindType kind = 3;
        Returns:
        The enum numeric value on the wire for kind.
      • getKind

        KindType getKind()
         Type of transform this stage is executing.
         
        .google.dataflow.v1beta3.KindType kind = 3;
        Returns:
        The kind.
      • getInputSourceList

        List<ExecutionStageSummary.StageSource> getInputSourceList()
         Input sources for this stage.
         
        repeated .google.dataflow.v1beta3.ExecutionStageSummary.StageSource input_source = 4;
      • getInputSource

        ExecutionStageSummary.StageSource getInputSource​(int index)
         Input sources for this stage.
         
        repeated .google.dataflow.v1beta3.ExecutionStageSummary.StageSource input_source = 4;
      • getInputSourceCount

        int getInputSourceCount()
         Input sources for this stage.
         
        repeated .google.dataflow.v1beta3.ExecutionStageSummary.StageSource input_source = 4;
      • getInputSourceOrBuilderList

        List<? extends ExecutionStageSummary.StageSourceOrBuilder> getInputSourceOrBuilderList()
         Input sources for this stage.
         
        repeated .google.dataflow.v1beta3.ExecutionStageSummary.StageSource input_source = 4;
      • getInputSourceOrBuilder

        ExecutionStageSummary.StageSourceOrBuilder getInputSourceOrBuilder​(int index)
         Input sources for this stage.
         
        repeated .google.dataflow.v1beta3.ExecutionStageSummary.StageSource input_source = 4;
      • getOutputSourceList

        List<ExecutionStageSummary.StageSource> getOutputSourceList()
         Output sources for this stage.
         
        repeated .google.dataflow.v1beta3.ExecutionStageSummary.StageSource output_source = 5;
      • getOutputSource

        ExecutionStageSummary.StageSource getOutputSource​(int index)
         Output sources for this stage.
         
        repeated .google.dataflow.v1beta3.ExecutionStageSummary.StageSource output_source = 5;
      • getOutputSourceCount

        int getOutputSourceCount()
         Output sources for this stage.
         
        repeated .google.dataflow.v1beta3.ExecutionStageSummary.StageSource output_source = 5;
      • getOutputSourceOrBuilderList

        List<? extends ExecutionStageSummary.StageSourceOrBuilder> getOutputSourceOrBuilderList()
         Output sources for this stage.
         
        repeated .google.dataflow.v1beta3.ExecutionStageSummary.StageSource output_source = 5;
      • getOutputSourceOrBuilder

        ExecutionStageSummary.StageSourceOrBuilder getOutputSourceOrBuilder​(int index)
         Output sources for this stage.
         
        repeated .google.dataflow.v1beta3.ExecutionStageSummary.StageSource output_source = 5;
      • getPrerequisiteStageList

        List<String> getPrerequisiteStageList()
         Other stages that must complete before this stage can run.
         
        repeated string prerequisite_stage = 8;
        Returns:
        A list containing the prerequisiteStage.
      • getPrerequisiteStageCount

        int getPrerequisiteStageCount()
         Other stages that must complete before this stage can run.
         
        repeated string prerequisite_stage = 8;
        Returns:
        The count of prerequisiteStage.
      • getPrerequisiteStage

        String getPrerequisiteStage​(int index)
         Other stages that must complete before this stage can run.
         
        repeated string prerequisite_stage = 8;
        Parameters:
        index - The index of the element to return.
        Returns:
        The prerequisiteStage at the given index.
      • getPrerequisiteStageBytes

        com.google.protobuf.ByteString getPrerequisiteStageBytes​(int index)
         Other stages that must complete before this stage can run.
         
        repeated string prerequisite_stage = 8;
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the prerequisiteStage at the given index.
      • getComponentTransformList

        List<ExecutionStageSummary.ComponentTransform> getComponentTransformList()
         Transforms that comprise this execution stage.
         
        repeated .google.dataflow.v1beta3.ExecutionStageSummary.ComponentTransform component_transform = 6;
      • getComponentTransform

        ExecutionStageSummary.ComponentTransform getComponentTransform​(int index)
         Transforms that comprise this execution stage.
         
        repeated .google.dataflow.v1beta3.ExecutionStageSummary.ComponentTransform component_transform = 6;
      • getComponentTransformCount

        int getComponentTransformCount()
         Transforms that comprise this execution stage.
         
        repeated .google.dataflow.v1beta3.ExecutionStageSummary.ComponentTransform component_transform = 6;
      • getComponentTransformOrBuilderList

        List<? extends ExecutionStageSummary.ComponentTransformOrBuilder> getComponentTransformOrBuilderList()
         Transforms that comprise this execution stage.
         
        repeated .google.dataflow.v1beta3.ExecutionStageSummary.ComponentTransform component_transform = 6;
      • getComponentTransformOrBuilder

        ExecutionStageSummary.ComponentTransformOrBuilder getComponentTransformOrBuilder​(int index)
         Transforms that comprise this execution stage.
         
        repeated .google.dataflow.v1beta3.ExecutionStageSummary.ComponentTransform component_transform = 6;
      • getComponentSourceList

        List<ExecutionStageSummary.ComponentSource> getComponentSourceList()
         Collections produced and consumed by component transforms of this stage.
         
        repeated .google.dataflow.v1beta3.ExecutionStageSummary.ComponentSource component_source = 7;
      • getComponentSource

        ExecutionStageSummary.ComponentSource getComponentSource​(int index)
         Collections produced and consumed by component transforms of this stage.
         
        repeated .google.dataflow.v1beta3.ExecutionStageSummary.ComponentSource component_source = 7;
      • getComponentSourceCount

        int getComponentSourceCount()
         Collections produced and consumed by component transforms of this stage.
         
        repeated .google.dataflow.v1beta3.ExecutionStageSummary.ComponentSource component_source = 7;
      • getComponentSourceOrBuilderList

        List<? extends ExecutionStageSummary.ComponentSourceOrBuilder> getComponentSourceOrBuilderList()
         Collections produced and consumed by component transforms of this stage.
         
        repeated .google.dataflow.v1beta3.ExecutionStageSummary.ComponentSource component_source = 7;
      • getComponentSourceOrBuilder

        ExecutionStageSummary.ComponentSourceOrBuilder getComponentSourceOrBuilder​(int index)
         Collections produced and consumed by component transforms of this stage.
         
        repeated .google.dataflow.v1beta3.ExecutionStageSummary.ComponentSource component_source = 7;