Interface ProgressTimeseries.PointOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      com.google.protobuf.Timestamp getTime()
      The timestamp of the point.
      com.google.protobuf.TimestampOrBuilder getTimeOrBuilder()
      The timestamp of the point.
      double getValue()
      The value of the point.
      boolean hasTime()
      The timestamp of the point.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • 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.