public interface ProgressTimeseriesOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCurrentProgress()
public abstract double getCurrentProgress()The current progress of the component, in the range [0,1].
double current_progress = 1;
| Type | Description |
double |
The currentProgress. |
getDataPoints(int index)
public abstract ProgressTimeseries.Point getDataPoints(int index)History of progress for the component. Points are sorted by time.
repeated .google.dataflow.v1beta3.ProgressTimeseries.Point data_points = 2;
| Name | Description |
index |
int |
| Type | Description |
ProgressTimeseries.Point |
getDataPointsCount()
public abstract int getDataPointsCount()History of progress for the component. Points are sorted by time.
repeated .google.dataflow.v1beta3.ProgressTimeseries.Point data_points = 2;
| Type | Description |
int |
getDataPointsList()
public abstract List<ProgressTimeseries.Point> getDataPointsList()History of progress for the component. Points are sorted by time.
repeated .google.dataflow.v1beta3.ProgressTimeseries.Point data_points = 2;
| Type | Description |
List<Point> |
getDataPointsOrBuilder(int index)
public abstract ProgressTimeseries.PointOrBuilder getDataPointsOrBuilder(int index)History of progress for the component. Points are sorted by time.
repeated .google.dataflow.v1beta3.ProgressTimeseries.Point data_points = 2;
| Name | Description |
index |
int |
| Type | Description |
ProgressTimeseries.PointOrBuilder |
getDataPointsOrBuilderList()
public abstract List<? extends ProgressTimeseries.PointOrBuilder> getDataPointsOrBuilderList()History of progress for the component. Points are sorted by time.
repeated .google.dataflow.v1beta3.ProgressTimeseries.Point data_points = 2;
| Type | Description |
List<? extends com.google.dataflow.v1beta3.ProgressTimeseries.PointOrBuilder> |