Package com.cognite.v1.timeseries.proto
Interface DataPointInsertionItemOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DataPointInsertionItem,DataPointInsertionItem.Builder
public interface DataPointInsertionItemOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstring externalId = 2;com.google.protobuf.ByteStringstring externalId = 2;longgetId()int64 id = 1;.com.cognite.v1.timeseries.proto.NumericDatapoints numericDatapoints = 3;.com.cognite.v1.timeseries.proto.NumericDatapoints numericDatapoints = 3;.com.cognite.v1.timeseries.proto.StringDatapoints stringDatapoints = 4;.com.cognite.v1.timeseries.proto.StringDatapoints stringDatapoints = 4;booleanstring externalId = 2;booleanhasId()int64 id = 1;boolean.com.cognite.v1.timeseries.proto.NumericDatapoints numericDatapoints = 3;boolean.com.cognite.v1.timeseries.proto.StringDatapoints stringDatapoints = 4;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasId
boolean hasId()int64 id = 1;- Returns:
- Whether the id field is set.
-
getId
long getId()int64 id = 1;- Returns:
- The id.
-
hasExternalId
boolean hasExternalId()string externalId = 2;- Returns:
- Whether the externalId field is set.
-
getExternalId
String getExternalId()string externalId = 2;- Returns:
- The externalId.
-
getExternalIdBytes
com.google.protobuf.ByteString getExternalIdBytes()string externalId = 2;- Returns:
- The bytes for externalId.
-
hasNumericDatapoints
boolean hasNumericDatapoints().com.cognite.v1.timeseries.proto.NumericDatapoints numericDatapoints = 3;- Returns:
- Whether the numericDatapoints field is set.
-
getNumericDatapoints
NumericDatapoints getNumericDatapoints().com.cognite.v1.timeseries.proto.NumericDatapoints numericDatapoints = 3;- Returns:
- The numericDatapoints.
-
getNumericDatapointsOrBuilder
NumericDatapointsOrBuilder getNumericDatapointsOrBuilder().com.cognite.v1.timeseries.proto.NumericDatapoints numericDatapoints = 3; -
hasStringDatapoints
boolean hasStringDatapoints().com.cognite.v1.timeseries.proto.StringDatapoints stringDatapoints = 4;- Returns:
- Whether the stringDatapoints field is set.
-
getStringDatapoints
StringDatapoints getStringDatapoints().com.cognite.v1.timeseries.proto.StringDatapoints stringDatapoints = 4;- Returns:
- The stringDatapoints.
-
getStringDatapointsOrBuilder
StringDatapointsOrBuilder getStringDatapointsOrBuilder().com.cognite.v1.timeseries.proto.StringDatapoints stringDatapoints = 4; -
getIdOrExternalIdCase
DataPointInsertionItem.IdOrExternalIdCase getIdOrExternalIdCase() -
getDatapointTypeCase
DataPointInsertionItem.DatapointTypeCase getDatapointTypeCase()
-