com.cognite.v1.timeseries.proto.StringDatapointOrBuilder 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 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