All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.cognite.v1.timeseries.proto.NumericDatapointOrBuilder Maven / Gradle / Ivy

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