Package com.google.dataflow.v1beta3
Interface ProgressTimeseries.PointOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ProgressTimeseries.Point,ProgressTimeseries.Point.Builder
- Enclosing class:
- ProgressTimeseries
public static interface ProgressTimeseries.PointOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.protobuf.TimestampgetTime()The timestamp of the point.com.google.protobuf.TimestampOrBuildergetTimeOrBuilder()The timestamp of the point.doublegetValue()The value of the point.booleanhasTime()The timestamp of the point.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasTime
boolean hasTime()
The timestamp of the point.
.google.protobuf.Timestamp time = 1;- Returns:
- Whether the time field is set.
-
getTime
com.google.protobuf.Timestamp getTime()
The timestamp of the point.
.google.protobuf.Timestamp time = 1;- Returns:
- The time.
-
getTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getTimeOrBuilder()
The timestamp of the point.
.google.protobuf.Timestamp time = 1;
-
getValue
double getValue()
The value of the point.
double value = 2;- Returns:
- The value.
-
-