com.cognite.v1.timeseries.proto.NumericDatapointOrBuilder 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 NumericDatapointOrBuilder extends
// @@protoc_insertion_point(interface_extends:com.cognite.v1.timeseries.proto.NumericDatapoint)
com.google.protobuf.MessageOrBuilder {
/**
* int64 timestamp = 1;
* @return The timestamp.
*/
long getTimestamp();
/**
* double value = 2;
* @return The value.
*/
double getValue();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy