Interface ExternalCalculationMessages.SampleDataOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ExternalCalculationMessages.SampleData, ExternalCalculationMessages.SampleData.Builder
Enclosing class:
ExternalCalculationMessages

public static interface ExternalCalculationMessages.SampleDataOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    The sample key, as nanoseconds since Unix epoch
    value at the given timestamp
    value at the given timestamp
    boolean
    The sample key, as nanoseconds since Unix epoch
    boolean
    value at the given timestamp

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • hasTimestamp

      boolean hasTimestamp()
       The sample key, as nanoseconds since Unix epoch
       
      required int64 timestamp = 1;
      Returns:
      Whether the timestamp field is set.
    • getTimestamp

      long getTimestamp()
       The sample key, as nanoseconds since Unix epoch
       
      required int64 timestamp = 1;
      Returns:
      The timestamp.
    • hasValue

      boolean hasValue()
       value at the given timestamp
       
      required .com.seeq.link.messages.connector.extcalc.ValueData value = 2;
      Returns:
      Whether the value field is set.
    • getValue

       value at the given timestamp
       
      required .com.seeq.link.messages.connector.extcalc.ValueData value = 2;
      Returns:
      The value.
    • getValueOrBuilder

       value at the given timestamp
       
      required .com.seeq.link.messages.connector.extcalc.ValueData value = 2;