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 class
StageSummary
Information about a particular execution stage of a job.static class
StageSummary.Builder
Information about a particular execution stage of a job.Methods in com.google.dataflow.v1beta3 that return StageSummaryOrBuilder Modifier and Type Method Description StageSummaryOrBuilder
JobExecutionDetails.Builder. getStagesOrBuilder(int index)
The stages of the job execution.StageSummaryOrBuilder
JobExecutionDetails. getStagesOrBuilder(int index)
The stages of the job execution.StageSummaryOrBuilder
JobExecutionDetailsOrBuilder. 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.
-