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
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
ExternalCalculationMessages.ValueData getValue()value at the given timestamp
required .com.seeq.link.messages.connector.extcalc.ValueData value = 2;
- Returns:
- The value.
-
getValueOrBuilder
ExternalCalculationMessages.ValueDataOrBuilder getValueOrBuilder()value at the given timestamp
required .com.seeq.link.messages.connector.extcalc.ValueData value = 2;
-