public interface PointOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getEventTime()
public abstract Timestamp getEventTime()The time which the data point applies.
.google.protobuf.Timestamp event_time = 1;
| Returns | |
|---|---|
| Type | Description |
Timestamp |
The eventTime. |
getEventTimeOrBuilder()
public abstract TimestampOrBuilder getEventTimeOrBuilder()The time which the data point applies.
.google.protobuf.Timestamp event_time = 1;
| Returns | |
|---|---|
| Type | Description |
TimestampOrBuilder |
|
getValue()
public abstract double getValue()The value of the data point.
double value = 2;
| Returns | |
|---|---|
| Type | Description |
double |
The value. |
hasEventTime()
public abstract boolean hasEventTime()The time which the data point applies.
.google.protobuf.Timestamp event_time = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the eventTime field is set. |