com.cognite.v1.timeseries.proto.DataPointInsertionItemOrBuilder 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_point_insertion_request.proto
package com.cognite.v1.timeseries.proto;
public interface DataPointInsertionItemOrBuilder extends
// @@protoc_insertion_point(interface_extends:com.cognite.v1.timeseries.proto.DataPointInsertionItem)
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 externalId = 2;
* @return Whether the externalId field is set.
*/
boolean hasExternalId();
/**
* string externalId = 2;
* @return The externalId.
*/
java.lang.String getExternalId();
/**
* string externalId = 2;
* @return The bytes for externalId.
*/
com.google.protobuf.ByteString
getExternalIdBytes();
/**
* .com.cognite.v1.timeseries.proto.NumericDatapoints numericDatapoints = 3;
* @return Whether the numericDatapoints field is set.
*/
boolean hasNumericDatapoints();
/**
* .com.cognite.v1.timeseries.proto.NumericDatapoints numericDatapoints = 3;
* @return The numericDatapoints.
*/
com.cognite.v1.timeseries.proto.NumericDatapoints getNumericDatapoints();
/**
* .com.cognite.v1.timeseries.proto.NumericDatapoints numericDatapoints = 3;
*/
com.cognite.v1.timeseries.proto.NumericDatapointsOrBuilder getNumericDatapointsOrBuilder();
/**
* .com.cognite.v1.timeseries.proto.StringDatapoints stringDatapoints = 4;
* @return Whether the stringDatapoints field is set.
*/
boolean hasStringDatapoints();
/**
* .com.cognite.v1.timeseries.proto.StringDatapoints stringDatapoints = 4;
* @return The stringDatapoints.
*/
com.cognite.v1.timeseries.proto.StringDatapoints getStringDatapoints();
/**
* .com.cognite.v1.timeseries.proto.StringDatapoints stringDatapoints = 4;
*/
com.cognite.v1.timeseries.proto.StringDatapointsOrBuilder getStringDatapointsOrBuilder();
public com.cognite.v1.timeseries.proto.DataPointInsertionItem.IdOrExternalIdCase getIdOrExternalIdCase();
public com.cognite.v1.timeseries.proto.DataPointInsertionItem.DatapointTypeCase getDatapointTypeCase();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy