Uses of Interface
com.google.dataflow.v1beta3.TransformSummaryOrBuilder
-
Packages that use TransformSummaryOrBuilder Package Description com.google.dataflow.v1beta3 A client to Dataflow API -
-
Uses of TransformSummaryOrBuilder in com.google.dataflow.v1beta3
Classes in com.google.dataflow.v1beta3 that implement TransformSummaryOrBuilder Modifier and Type Class Description class
TransformSummary
Description of the type, names/ids, and input/outputs for a transform.static class
TransformSummary.Builder
Description of the type, names/ids, and input/outputs for a transform.Methods in com.google.dataflow.v1beta3 that return TransformSummaryOrBuilder Modifier and Type Method Description TransformSummaryOrBuilder
PipelineDescription.Builder. getOriginalPipelineTransformOrBuilder(int index)
Description of each transform in the pipeline and collections between them.TransformSummaryOrBuilder
PipelineDescription. getOriginalPipelineTransformOrBuilder(int index)
Description of each transform in the pipeline and collections between them.TransformSummaryOrBuilder
PipelineDescriptionOrBuilder. getOriginalPipelineTransformOrBuilder(int index)
Description of each transform in the pipeline and collections between them.Methods in com.google.dataflow.v1beta3 that return types with arguments of type TransformSummaryOrBuilder Modifier and Type Method Description List<? extends TransformSummaryOrBuilder>
PipelineDescription.Builder. getOriginalPipelineTransformOrBuilderList()
Description of each transform in the pipeline and collections between them.List<? extends TransformSummaryOrBuilder>
PipelineDescription. getOriginalPipelineTransformOrBuilderList()
Description of each transform in the pipeline and collections between them.List<? extends TransformSummaryOrBuilder>
PipelineDescriptionOrBuilder. getOriginalPipelineTransformOrBuilderList()
Description of each transform in the pipeline and collections between them.
-