public static interface ProgressTimeseries.PointOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getTime()
public abstract Timestamp getTime()
The timestamp of the point.
.google.protobuf.Timestamp time = 1;
Returns | |
---|---|
Type | Description |
Timestamp |
The time. |
getTimeOrBuilder()
public abstract TimestampOrBuilder getTimeOrBuilder()
The timestamp of the point.
.google.protobuf.Timestamp time = 1;
Returns | |
---|---|
Type | Description |
TimestampOrBuilder |
getValue()
public abstract double getValue()
The value of the point.
double value = 2;
Returns | |
---|---|
Type | Description |
double |
The value. |
hasTime()
public abstract boolean hasTime()
The timestamp of the point.
.google.protobuf.Timestamp time = 1;
Returns | |
---|---|
Type | Description |
boolean |
Whether the time field is set. |