Package com.cognite.v1.timeseries.proto
Interface DataPointListItemAlphaOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DataPointListItemAlpha,DataPointListItemAlpha.Builder
public interface DataPointListItemAlphaOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.com.cognite.v1.timeseries.proto.AggregateDatapoints aggregateDatapoints = 5;.com.cognite.v1.timeseries.proto.AggregateDatapoints aggregateDatapoints = 5;string externalId = 2;com.google.protobuf.ByteStringstring externalId = 2;longgetId()int64 id = 1;booleanbool isStep = 7;booleanbool isString = 6;string nextCursor = 9;com.google.protobuf.ByteStringstring nextCursor = 9;.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;getUnit()string unit = 8;com.google.protobuf.ByteStringstring unit = 8;boolean.com.cognite.v1.timeseries.proto.AggregateDatapoints aggregateDatapoints = 5;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
-
getId
long getId()int64 id = 1;- Returns:
- The id.
-
getExternalId
String getExternalId()string externalId = 2;- Returns:
- The externalId.
-
getExternalIdBytes
com.google.protobuf.ByteString getExternalIdBytes()string externalId = 2;- Returns:
- The bytes for externalId.
-
getIsString
boolean getIsString()bool isString = 6;- Returns:
- The isString.
-
getIsStep
boolean getIsStep()bool isStep = 7;- Returns:
- The isStep.
-
getUnit
String getUnit()string unit = 8;- Returns:
- The unit.
-
getUnitBytes
com.google.protobuf.ByteString getUnitBytes()string unit = 8;- Returns:
- The bytes for unit.
-
getNextCursor
String getNextCursor()string nextCursor = 9;- Returns:
- The nextCursor.
-
getNextCursorBytes
com.google.protobuf.ByteString getNextCursorBytes()string nextCursor = 9;- Returns:
- The bytes for nextCursor.
-
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; -
hasAggregateDatapoints
boolean hasAggregateDatapoints().com.cognite.v1.timeseries.proto.AggregateDatapoints aggregateDatapoints = 5;- Returns:
- Whether the aggregateDatapoints field is set.
-
getAggregateDatapoints
AggregateDatapoints getAggregateDatapoints().com.cognite.v1.timeseries.proto.AggregateDatapoints aggregateDatapoints = 5;- Returns:
- The aggregateDatapoints.
-
getAggregateDatapointsOrBuilder
AggregateDatapointsOrBuilder getAggregateDatapointsOrBuilder().com.cognite.v1.timeseries.proto.AggregateDatapoints aggregateDatapoints = 5; -
getDatapointTypeCase
DataPointListItemAlpha.DatapointTypeCase getDatapointTypeCase()
-