Uses of Interface
com.google.dataflow.v1beta3.StageSummaryOrBuilder
-
Packages that use StageSummaryOrBuilder Package Description com.google.dataflow.v1beta3 A client to Dataflow API -
-
Uses of StageSummaryOrBuilder in com.google.dataflow.v1beta3
Classes in com.google.dataflow.v1beta3 that implement StageSummaryOrBuilder Modifier and Type Class Description classStageSummaryInformation about a particular execution stage of a job.static classStageSummary.BuilderInformation about a particular execution stage of a job.Methods in com.google.dataflow.v1beta3 that return StageSummaryOrBuilder Modifier and Type Method Description StageSummaryOrBuilderJobExecutionDetails.Builder. getStagesOrBuilder(int index)The stages of the job execution.StageSummaryOrBuilderJobExecutionDetails. getStagesOrBuilder(int index)The stages of the job execution.StageSummaryOrBuilderJobExecutionDetailsOrBuilder. getStagesOrBuilder(int index)The stages of the job execution.Methods in com.google.dataflow.v1beta3 that return types with arguments of type StageSummaryOrBuilder Modifier and Type Method Description List<? extends StageSummaryOrBuilder>JobExecutionDetails.Builder. getStagesOrBuilderList()The stages of the job execution.List<? extends StageSummaryOrBuilder>JobExecutionDetails. getStagesOrBuilderList()The stages of the job execution.List<? extends StageSummaryOrBuilder>JobExecutionDetailsOrBuilder. getStagesOrBuilderList()The stages of the job execution.
-