Package com.cognite.client.dto
Interface TimeseriesPoint.AggregatesOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
TimeseriesPoint.Aggregates,TimeseriesPoint.Aggregates.Builder
- Enclosing class:
- TimeseriesPoint
public static interface TimeseriesPoint.AggregatesOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DoubleValuegetAverage().google.protobuf.DoubleValue average = 1;DoubleValueOrBuildergetAverageOrBuilder().google.protobuf.DoubleValue average = 1;DoubleValuegetContinuousVariance().google.protobuf.DoubleValue continuous_variance = 8;DoubleValueOrBuildergetContinuousVarianceOrBuilder().google.protobuf.DoubleValue continuous_variance = 8;Int64ValuegetCount().google.protobuf.Int64Value count = 4;Int64ValueOrBuildergetCountOrBuilder().google.protobuf.Int64Value count = 4;DoubleValuegetDiscreteVariance().google.protobuf.DoubleValue discrete_variance = 9;DoubleValueOrBuildergetDiscreteVarianceOrBuilder().google.protobuf.DoubleValue discrete_variance = 9;DoubleValuegetInterpolation().google.protobuf.DoubleValue interpolation = 6;DoubleValueOrBuildergetInterpolationOrBuilder().google.protobuf.DoubleValue interpolation = 6;DoubleValuegetMax().google.protobuf.DoubleValue max = 2;DoubleValueOrBuildergetMaxOrBuilder().google.protobuf.DoubleValue max = 2;DoubleValuegetMin().google.protobuf.DoubleValue min = 3;DoubleValueOrBuildergetMinOrBuilder().google.protobuf.DoubleValue min = 3;DoubleValuegetStepInterpolation().google.protobuf.DoubleValue step_interpolation = 7;DoubleValueOrBuildergetStepInterpolationOrBuilder().google.protobuf.DoubleValue step_interpolation = 7;DoubleValuegetSum().google.protobuf.DoubleValue sum = 5;DoubleValueOrBuildergetSumOrBuilder().google.protobuf.DoubleValue sum = 5;DoubleValuegetTotalVariation().google.protobuf.DoubleValue total_variation = 10;DoubleValueOrBuildergetTotalVariationOrBuilder().google.protobuf.DoubleValue total_variation = 10;booleanhasAverage().google.protobuf.DoubleValue average = 1;booleanhasContinuousVariance().google.protobuf.DoubleValue continuous_variance = 8;booleanhasCount().google.protobuf.Int64Value count = 4;booleanhasDiscreteVariance().google.protobuf.DoubleValue discrete_variance = 9;booleanhasInterpolation().google.protobuf.DoubleValue interpolation = 6;booleanhasMax().google.protobuf.DoubleValue max = 2;booleanhasMin().google.protobuf.DoubleValue min = 3;booleanhasStepInterpolation().google.protobuf.DoubleValue step_interpolation = 7;booleanhasSum().google.protobuf.DoubleValue sum = 5;booleanhasTotalVariation().google.protobuf.DoubleValue total_variation = 10;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
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.
-
getMaxOrBuilder
DoubleValueOrBuilder getMaxOrBuilder()
.google.protobuf.DoubleValue max = 2;
-
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.
-
getMinOrBuilder
DoubleValueOrBuilder getMinOrBuilder()
.google.protobuf.DoubleValue min = 3;
-
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.
-
getSumOrBuilder
DoubleValueOrBuilder getSumOrBuilder()
.google.protobuf.DoubleValue sum = 5;
-
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;
-
-