Interface Statedump.StateDump.MetricsStoreDump.DataPointOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Statedump.StateDump.MetricsStoreDump.DataPoint,Statedump.StateDump.MetricsStoreDump.DataPoint.Builder
- Enclosing class:
- Statedump.StateDump.MetricsStoreDump
public static interface Statedump.StateDump.MetricsStoreDump.DataPointOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetTimeNanos()int64 time_nanos = 2;longgetTimeSeconds()int64 time_seconds = 1;doublegetValueAsDouble()optional double value_as_double = 3;longgetValueAsLong()optional int64 value_as_long = 4;booleanhasValueAsDouble()optional double value_as_double = 3;booleanhasValueAsLong()optional int64 value_as_long = 4;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getTimeSeconds
long getTimeSeconds()
int64 time_seconds = 1;- Returns:
- The timeSeconds.
-
getTimeNanos
long getTimeNanos()
int64 time_nanos = 2;- Returns:
- The timeNanos.
-
hasValueAsDouble
boolean hasValueAsDouble()
optional double value_as_double = 3;- Returns:
- Whether the valueAsDouble field is set.
-
getValueAsDouble
double getValueAsDouble()
optional double value_as_double = 3;- Returns:
- The valueAsDouble.
-
hasValueAsLong
boolean hasValueAsLong()
optional int64 value_as_long = 4;- Returns:
- Whether the valueAsLong field is set.
-
getValueAsLong
long getValueAsLong()
optional int64 value_as_long = 4;- Returns:
- The valueAsLong.
-
-