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 classExecutionStageSummary.ComponentSourceDescription of an interstitial value between transforms in an execution stage.static classExecutionStageSummary.ComponentSource.BuilderDescription 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.ComponentSourceOrBuilderExecutionStageSummary.Builder. getComponentSourceOrBuilder(int index)Collections produced and consumed by component transforms of this stage.ExecutionStageSummary.ComponentSourceOrBuilderExecutionStageSummary. getComponentSourceOrBuilder(int index)Collections produced and consumed by component transforms of this stage.ExecutionStageSummary.ComponentSourceOrBuilderExecutionStageSummaryOrBuilder. 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.
-