Interface ProgressTimeseriesOrBuilder (0.45.0)

public interface ProgressTimeseriesOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCurrentProgress()

public abstract double getCurrentProgress()

The current progress of the component, in the range [0,1].

double current_progress = 1;

Returns
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
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
TypeDescription
List<? extends com.google.dataflow.v1beta3.ProgressTimeseries.PointOrBuilder>