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

com.cognite.v1.timeseries.proto.StringDatapointOrBuilder 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 StringDatapointOrBuilder extends
    // @@protoc_insertion_point(interface_extends:com.cognite.v1.timeseries.proto.StringDatapoint)
    com.google.protobuf.MessageOrBuilder {

  /**
   * int64 timestamp = 1;
   * @return The timestamp.
   */
  long getTimestamp();

  /**
   * string value = 2;
   * @return The value.
   */
  java.lang.String getValue();
  /**
   * string value = 2;
   * @return The bytes for value.
   */
  com.google.protobuf.ByteString
      getValueBytes();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy