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;
| Returns | |
|---|---|
| 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;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| 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;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.dataflow.v1beta3.ProgressTimeseries.PointOrBuilder> |
|