Interface JobExecutionInfoOrBuilder

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

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

      • getStagesCount

        int getStagesCount()
         A mapping from each stage to the information about that stage.
         
        map<string, .google.dataflow.v1beta3.JobExecutionStageInfo> stages = 1;
      • containsStages

        boolean containsStages​(String key)
         A mapping from each stage to the information about that stage.
         
        map<string, .google.dataflow.v1beta3.JobExecutionStageInfo> stages = 1;
      • getStagesMap

        Map<String,​JobExecutionStageInfo> getStagesMap()
         A mapping from each stage to the information about that stage.
         
        map<string, .google.dataflow.v1beta3.JobExecutionStageInfo> stages = 1;
      • getStagesOrDefault

        JobExecutionStageInfo getStagesOrDefault​(String key,
                                                 JobExecutionStageInfo defaultValue)
         A mapping from each stage to the information about that stage.
         
        map<string, .google.dataflow.v1beta3.JobExecutionStageInfo> stages = 1;
      • getStagesOrThrow

        JobExecutionStageInfo getStagesOrThrow​(String key)
         A mapping from each stage to the information about that stage.
         
        map<string, .google.dataflow.v1beta3.JobExecutionStageInfo> stages = 1;