Package com.cognite.client.dto
Interface TimeseriesPointOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
TimeseriesPoint,TimeseriesPoint.Builder
public interface TimeseriesPointOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TimeseriesPoint.DatapointTypeCasegetDatapointTypeCase()StringValuegetExternalId().google.protobuf.StringValue external_id = 2;StringValueOrBuildergetExternalIdOrBuilder().google.protobuf.StringValue external_id = 2;longgetId()int64 id = 1;BoolValuegetIsStep().google.protobuf.BoolValue is_step = 3;BoolValueOrBuildergetIsStepOrBuilder().google.protobuf.BoolValue is_step = 3;longgetTimestamp()int64 timestamp = 4;TimeseriesPoint.AggregatesgetValueAggregates().com.cognite.beam.proto.TimeseriesPoint.Aggregates value_aggregates = 7;TimeseriesPoint.AggregatesOrBuildergetValueAggregatesOrBuilder().com.cognite.beam.proto.TimeseriesPoint.Aggregates value_aggregates = 7;doublegetValueNum()double value_num = 5;StringgetValueString()string value_string = 6;com.google.protobuf.ByteStringgetValueStringBytes()string value_string = 6;booleanhasExternalId().google.protobuf.StringValue external_id = 2;booleanhasIsStep().google.protobuf.BoolValue is_step = 3;booleanhasValueAggregates().com.cognite.beam.proto.TimeseriesPoint.Aggregates value_aggregates = 7;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getId
long getId()
int64 id = 1;- Returns:
- The id.
-
hasExternalId
boolean hasExternalId()
.google.protobuf.StringValue external_id = 2;- Returns:
- Whether the externalId field is set.
-
getExternalId
StringValue getExternalId()
.google.protobuf.StringValue external_id = 2;- Returns:
- The externalId.
-
getExternalIdOrBuilder
StringValueOrBuilder getExternalIdOrBuilder()
.google.protobuf.StringValue external_id = 2;
-
hasIsStep
boolean hasIsStep()
.google.protobuf.BoolValue is_step = 3;- Returns:
- Whether the isStep field is set.
-
getIsStep
BoolValue getIsStep()
.google.protobuf.BoolValue is_step = 3;- Returns:
- The isStep.
-
getIsStepOrBuilder
BoolValueOrBuilder getIsStepOrBuilder()
.google.protobuf.BoolValue is_step = 3;
-
getTimestamp
long getTimestamp()
int64 timestamp = 4;- Returns:
- The timestamp.
-
getValueNum
double getValueNum()
double value_num = 5;- Returns:
- The valueNum.
-
getValueString
String getValueString()
string value_string = 6;- Returns:
- The valueString.
-
getValueStringBytes
com.google.protobuf.ByteString getValueStringBytes()
string value_string = 6;- Returns:
- The bytes for valueString.
-
hasValueAggregates
boolean hasValueAggregates()
.com.cognite.beam.proto.TimeseriesPoint.Aggregates value_aggregates = 7;- Returns:
- Whether the valueAggregates field is set.
-
getValueAggregates
TimeseriesPoint.Aggregates getValueAggregates()
.com.cognite.beam.proto.TimeseriesPoint.Aggregates value_aggregates = 7;- Returns:
- The valueAggregates.
-
getValueAggregatesOrBuilder
TimeseriesPoint.AggregatesOrBuilder getValueAggregatesOrBuilder()
.com.cognite.beam.proto.TimeseriesPoint.Aggregates value_aggregates = 7;
-
getDatapointTypeCase
TimeseriesPoint.DatapointTypeCase getDatapointTypeCase()
-
-