com.cognite.v1.timeseries.proto.AggregateDatapointOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of cognite-sdk-scala_2.13 Show documentation
Show all versions of cognite-sdk-scala_2.13 Show documentation
Scala SDK for Cognite Data Fusion.
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: data_points.proto
package com.cognite.v1.timeseries.proto;
public interface AggregateDatapointOrBuilder extends
// @@protoc_insertion_point(interface_extends:com.cognite.v1.timeseries.proto.AggregateDatapoint)
com.google.protobuf.MessageOrBuilder {
/**
* int64 timestamp = 1;
* @return The timestamp.
*/
long getTimestamp();
/**
* double average = 2;
* @return The average.
*/
double getAverage();
/**
* double max = 3;
* @return The max.
*/
double getMax();
/**
* double min = 4;
* @return The min.
*/
double getMin();
/**
* double count = 5;
* @return The count.
*/
double getCount();
/**
* double sum = 6;
* @return The sum.
*/
double getSum();
/**
* double interpolation = 7;
* @return The interpolation.
*/
double getInterpolation();
/**
* double stepInterpolation = 8;
* @return The stepInterpolation.
*/
double getStepInterpolation();
/**
* double continuousVariance = 9;
* @return The continuousVariance.
*/
double getContinuousVariance();
/**
* double discreteVariance = 10;
* @return The discreteVariance.
*/
double getDiscreteVariance();
/**
* double totalVariation = 11;
* @return The totalVariation.
*/
double getTotalVariation();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy