Uses of Interface
com.google.dataflow.v1beta3.ExecutionStageSummary.ComponentSourceOrBuilder
-
Packages that use ExecutionStageSummary.ComponentSourceOrBuilder Package Description com.google.dataflow.v1beta3 A client to Dataflow API -
-
Uses of ExecutionStageSummary.ComponentSourceOrBuilder in com.google.dataflow.v1beta3
Classes in com.google.dataflow.v1beta3 that implement ExecutionStageSummary.ComponentSourceOrBuilder Modifier and Type Class Description static class
ExecutionStageSummary.ComponentSource
Description of an interstitial value between transforms in an execution stage.static class
ExecutionStageSummary.ComponentSource.Builder
Description of an interstitial value between transforms in an execution stage.Methods in com.google.dataflow.v1beta3 that return ExecutionStageSummary.ComponentSourceOrBuilder Modifier and Type Method Description ExecutionStageSummary.ComponentSourceOrBuilder
ExecutionStageSummary.Builder. getComponentSourceOrBuilder(int index)
Collections produced and consumed by component transforms of this stage.ExecutionStageSummary.ComponentSourceOrBuilder
ExecutionStageSummary. getComponentSourceOrBuilder(int index)
Collections produced and consumed by component transforms of this stage.ExecutionStageSummary.ComponentSourceOrBuilder
ExecutionStageSummaryOrBuilder. getComponentSourceOrBuilder(int index)
Collections produced and consumed by component transforms of this stage.Methods in com.google.dataflow.v1beta3 that return types with arguments of type ExecutionStageSummary.ComponentSourceOrBuilder Modifier and Type Method Description List<? extends ExecutionStageSummary.ComponentSourceOrBuilder>
ExecutionStageSummary.Builder. getComponentSourceOrBuilderList()
Collections produced and consumed by component transforms of this stage.List<? extends ExecutionStageSummary.ComponentSourceOrBuilder>
ExecutionStageSummary. getComponentSourceOrBuilderList()
Collections produced and consumed by component transforms of this stage.List<? extends ExecutionStageSummary.ComponentSourceOrBuilder>
ExecutionStageSummaryOrBuilder. getComponentSourceOrBuilderList()
Collections produced and consumed by component transforms of this stage.
-