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 Details

    • getId

      long getId()
      int64 id = 1;
      Returns:
      The id.
    • hasExternalId

      boolean hasExternalId()
      optional string external_id = 2;
      Returns:
      Whether the externalId field is set.
    • getExternalId

      String getExternalId()
      optional string external_id = 2;
      Returns:
      The externalId.
    • getExternalIdBytes

      com.google.protobuf.ByteString getExternalIdBytes()
      optional string external_id = 2;
      Returns:
      The bytes for externalId.
    • hasIsStep

      boolean hasIsStep()
      optional bool is_step = 3;
      Returns:
      Whether the isStep field is set.
    • getIsStep

      boolean getIsStep()
      optional bool is_step = 3;
      Returns:
      The isStep.
    • getTimestamp

      long getTimestamp()
      int64 timestamp = 4;
      Returns:
      The timestamp.
    • hasValueNum

      boolean hasValueNum()
      double value_num = 5;
      Returns:
      Whether the valueNum field is set.
    • getValueNum

      double getValueNum()
      double value_num = 5;
      Returns:
      The valueNum.
    • hasValueString

      boolean hasValueString()
      string value_string = 6;
      Returns:
      Whether the valueString field is set.
    • 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.client.dto.TimeseriesPoint.Aggregates value_aggregates = 7;
      Returns:
      Whether the valueAggregates field is set.
    • getValueAggregates

      TimeseriesPoint.Aggregates getValueAggregates()
      .com.cognite.client.dto.TimeseriesPoint.Aggregates value_aggregates = 7;
      Returns:
      The valueAggregates.
    • getValueAggregatesOrBuilder

      TimeseriesPoint.AggregatesOrBuilder getValueAggregatesOrBuilder()
      .com.cognite.client.dto.TimeseriesPoint.Aggregates value_aggregates = 7;
    • getDatapointTypeCase

      TimeseriesPoint.DatapointTypeCase getDatapointTypeCase()