Interface TimeseriesPoint.AggregatesOrBuilder

    • Method Detail

      • hasAverage

        boolean hasAverage()
        .google.protobuf.DoubleValue average = 1;
        Returns:
        Whether the average field is set.
      • getAverage

        DoubleValue getAverage()
        .google.protobuf.DoubleValue average = 1;
        Returns:
        The average.
      • getAverageOrBuilder

        DoubleValueOrBuilder getAverageOrBuilder()
        .google.protobuf.DoubleValue average = 1;
      • hasMax

        boolean hasMax()
        .google.protobuf.DoubleValue max = 2;
        Returns:
        Whether the max field is set.
      • getMax

        DoubleValue getMax()
        .google.protobuf.DoubleValue max = 2;
        Returns:
        The max.
      • hasMin

        boolean hasMin()
        .google.protobuf.DoubleValue min = 3;
        Returns:
        Whether the min field is set.
      • getMin

        DoubleValue getMin()
        .google.protobuf.DoubleValue min = 3;
        Returns:
        The min.
      • hasCount

        boolean hasCount()
        .google.protobuf.Int64Value count = 4;
        Returns:
        Whether the count field is set.
      • getCount

        Int64Value getCount()
        .google.protobuf.Int64Value count = 4;
        Returns:
        The count.
      • getCountOrBuilder

        Int64ValueOrBuilder getCountOrBuilder()
        .google.protobuf.Int64Value count = 4;
      • hasSum

        boolean hasSum()
        .google.protobuf.DoubleValue sum = 5;
        Returns:
        Whether the sum field is set.
      • getSum

        DoubleValue getSum()
        .google.protobuf.DoubleValue sum = 5;
        Returns:
        The sum.
      • hasInterpolation

        boolean hasInterpolation()
        .google.protobuf.DoubleValue interpolation = 6;
        Returns:
        Whether the interpolation field is set.
      • getInterpolation

        DoubleValue getInterpolation()
        .google.protobuf.DoubleValue interpolation = 6;
        Returns:
        The interpolation.
      • getInterpolationOrBuilder

        DoubleValueOrBuilder getInterpolationOrBuilder()
        .google.protobuf.DoubleValue interpolation = 6;
      • hasStepInterpolation

        boolean hasStepInterpolation()
        .google.protobuf.DoubleValue step_interpolation = 7;
        Returns:
        Whether the stepInterpolation field is set.
      • getStepInterpolation

        DoubleValue getStepInterpolation()
        .google.protobuf.DoubleValue step_interpolation = 7;
        Returns:
        The stepInterpolation.
      • getStepInterpolationOrBuilder

        DoubleValueOrBuilder getStepInterpolationOrBuilder()
        .google.protobuf.DoubleValue step_interpolation = 7;
      • hasContinuousVariance

        boolean hasContinuousVariance()
        .google.protobuf.DoubleValue continuous_variance = 8;
        Returns:
        Whether the continuousVariance field is set.
      • getContinuousVariance

        DoubleValue getContinuousVariance()
        .google.protobuf.DoubleValue continuous_variance = 8;
        Returns:
        The continuousVariance.
      • getContinuousVarianceOrBuilder

        DoubleValueOrBuilder getContinuousVarianceOrBuilder()
        .google.protobuf.DoubleValue continuous_variance = 8;
      • hasDiscreteVariance

        boolean hasDiscreteVariance()
        .google.protobuf.DoubleValue discrete_variance = 9;
        Returns:
        Whether the discreteVariance field is set.
      • getDiscreteVariance

        DoubleValue getDiscreteVariance()
        .google.protobuf.DoubleValue discrete_variance = 9;
        Returns:
        The discreteVariance.
      • getDiscreteVarianceOrBuilder

        DoubleValueOrBuilder getDiscreteVarianceOrBuilder()
        .google.protobuf.DoubleValue discrete_variance = 9;
      • hasTotalVariation

        boolean hasTotalVariation()
        .google.protobuf.DoubleValue total_variation = 10;
        Returns:
        Whether the totalVariation field is set.
      • getTotalVariation

        DoubleValue getTotalVariation()
        .google.protobuf.DoubleValue total_variation = 10;
        Returns:
        The totalVariation.
      • getTotalVariationOrBuilder

        DoubleValueOrBuilder getTotalVariationOrBuilder()
        .google.protobuf.DoubleValue total_variation = 10;