Interface Pvalue.TimeSeries.SampleOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      double getAvg()
      optional double avg = 2;
      double getMax()
      optional double max = 4;
      double getMin()
      optional double min = 3;
      int getN()
      optional int32 n = 5;
      String getTime()
      optional string time = 1;
      com.google.protobuf.ByteString getTimeBytes()
      optional string time = 1;
      boolean hasAvg()
      optional double avg = 2;
      boolean hasMax()
      optional double max = 4;
      boolean hasMin()
      optional double min = 3;
      boolean hasN()
      optional int32 n = 5;
      boolean hasTime()
      optional string time = 1;
      • 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()
        optional string time = 1;
      • getTime

        String getTime()
        optional string time = 1;
      • getTimeBytes

        com.google.protobuf.ByteString getTimeBytes()
        optional string time = 1;
      • hasAvg

        boolean hasAvg()
        optional double avg = 2;
      • getAvg

        double getAvg()
        optional double avg = 2;
      • hasMin

        boolean hasMin()
        optional double min = 3;
      • getMin

        double getMin()
        optional double min = 3;
      • hasMax

        boolean hasMax()
        optional double max = 4;
      • getMax

        double getMax()
        optional double max = 4;
      • hasN

        boolean hasN()
        optional int32 n = 5;
      • getN

        int getN()
        optional int32 n = 5;