proto.com.cognite.client.dto.TimeseriesPointPostOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of cdf-sdk-java Show documentation
Show all versions of cdf-sdk-java Show documentation
Java SDK for reading and writing from/to CDF resources.
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: timeseries.proto
package com.cognite.client.dto;
public interface TimeseriesPointPostOrBuilder extends
// @@protoc_insertion_point(interface_extends:com.cognite.beam.proto.TimeseriesPointPost)
com.google.protobuf.MessageOrBuilder {
/**
* int64 id = 1;
* @return Whether the id field is set.
*/
boolean hasId();
/**
* int64 id = 1;
* @return The id.
*/
long getId();
/**
* string external_id = 2;
* @return Whether the externalId field is set.
*/
boolean hasExternalId();
/**
* string external_id = 2;
* @return The externalId.
*/
java.lang.String getExternalId();
/**
* string external_id = 2;
* @return The bytes for externalId.
*/
com.google.protobuf.ByteString
getExternalIdBytes();
/**
* int64 timestamp = 3;
* @return The timestamp.
*/
long getTimestamp();
/**
* double value_num = 4;
* @return Whether the valueNum field is set.
*/
boolean hasValueNum();
/**
* double value_num = 4;
* @return The valueNum.
*/
double getValueNum();
/**
* string value_string = 5;
* @return Whether the valueString field is set.
*/
boolean hasValueString();
/**
* string value_string = 5;
* @return The valueString.
*/
java.lang.String getValueString();
/**
* string value_string = 5;
* @return The bytes for valueString.
*/
com.google.protobuf.ByteString
getValueStringBytes();
/**
* bool isStep = 6;
* @return The isStep.
*/
boolean getIsStep();
public com.cognite.client.dto.TimeseriesPointPost.IdTypeCase getIdTypeCase();
public com.cognite.client.dto.TimeseriesPointPost.ValueTypeCase getValueTypeCase();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy