Uses of Interface
com.google.dataflow.v1beta3.ProgressTimeseries.PointOrBuilder
-
Packages that use ProgressTimeseries.PointOrBuilder Package Description com.google.dataflow.v1beta3 A client to Dataflow API -
-
Uses of ProgressTimeseries.PointOrBuilder in com.google.dataflow.v1beta3
Classes in com.google.dataflow.v1beta3 that implement ProgressTimeseries.PointOrBuilder Modifier and Type Class Description static class
ProgressTimeseries.Point
A point in the timeseries.static class
ProgressTimeseries.Point.Builder
A point in the timeseries.Methods in com.google.dataflow.v1beta3 that return ProgressTimeseries.PointOrBuilder Modifier and Type Method Description ProgressTimeseries.PointOrBuilder
ProgressTimeseries.Builder. getDataPointsOrBuilder(int index)
History of progress for the component.ProgressTimeseries.PointOrBuilder
ProgressTimeseries. getDataPointsOrBuilder(int index)
History of progress for the component.ProgressTimeseries.PointOrBuilder
ProgressTimeseriesOrBuilder. getDataPointsOrBuilder(int index)
History of progress for the component.Methods in com.google.dataflow.v1beta3 that return types with arguments of type ProgressTimeseries.PointOrBuilder Modifier and Type Method Description List<? extends ProgressTimeseries.PointOrBuilder>
ProgressTimeseries.Builder. getDataPointsOrBuilderList()
History of progress for the component.List<? extends ProgressTimeseries.PointOrBuilder>
ProgressTimeseries. getDataPointsOrBuilderList()
History of progress for the component.List<? extends ProgressTimeseries.PointOrBuilder>
ProgressTimeseriesOrBuilder. getDataPointsOrBuilderList()
History of progress for the component.
-