Uses of Interface
com.google.dataflow.v1beta3.ExecutionStageSummaryOrBuilder
-
Packages that use ExecutionStageSummaryOrBuilder Package Description com.google.dataflow.v1beta3 A client to Dataflow API -
-
Uses of ExecutionStageSummaryOrBuilder in com.google.dataflow.v1beta3
Classes in com.google.dataflow.v1beta3 that implement ExecutionStageSummaryOrBuilder Modifier and Type Class Description class
ExecutionStageSummary
Description of the composing transforms, names/ids, and input/outputs of a stage of execution.static class
ExecutionStageSummary.Builder
Description of the composing transforms, names/ids, and input/outputs of a stage of execution.Methods in com.google.dataflow.v1beta3 that return ExecutionStageSummaryOrBuilder Modifier and Type Method Description ExecutionStageSummaryOrBuilder
PipelineDescription.Builder. getExecutionPipelineStageOrBuilder(int index)
Description of each stage of execution of the pipeline.ExecutionStageSummaryOrBuilder
PipelineDescription. getExecutionPipelineStageOrBuilder(int index)
Description of each stage of execution of the pipeline.ExecutionStageSummaryOrBuilder
PipelineDescriptionOrBuilder. getExecutionPipelineStageOrBuilder(int index)
Description of each stage of execution of the pipeline.Methods in com.google.dataflow.v1beta3 that return types with arguments of type ExecutionStageSummaryOrBuilder Modifier and Type Method Description List<? extends ExecutionStageSummaryOrBuilder>
PipelineDescription.Builder. getExecutionPipelineStageOrBuilderList()
Description of each stage of execution of the pipeline.List<? extends ExecutionStageSummaryOrBuilder>
PipelineDescription. getExecutionPipelineStageOrBuilderList()
Description of each stage of execution of the pipeline.List<? extends ExecutionStageSummaryOrBuilder>
PipelineDescriptionOrBuilder. getExecutionPipelineStageOrBuilderList()
Description of each stage of execution of the pipeline.
-