Interface ProgressTimeseries.PointOrBuilder (0.45.0)

public static interface ProgressTimeseries.PointOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getTime()

public abstract Timestamp getTime()

The timestamp of the point.

.google.protobuf.Timestamp time = 1;

Returns
TypeDescription
Timestamp

The time.

getTimeOrBuilder()

public abstract TimestampOrBuilder getTimeOrBuilder()

The timestamp of the point.

.google.protobuf.Timestamp time = 1;

Returns
TypeDescription
TimestampOrBuilder

getValue()

public abstract double getValue()

The value of the point.

double value = 2;

Returns
TypeDescription
double

The value.

hasTime()

public abstract boolean hasTime()

The timestamp of the point.

.google.protobuf.Timestamp time = 1;

Returns
TypeDescription
boolean

Whether the time field is set.