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 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.