Interface ExternalCalculationMessages.SampleMultivaluedDataOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ExternalCalculationMessages.SampleMultivaluedData
,ExternalCalculationMessages.SampleMultivaluedData.Builder
- Enclosing class:
- ExternalCalculationMessages
public static interface ExternalCalculationMessages.SampleMultivaluedDataOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionlong
The sample key, as nanoseconds since Unix epochgetValue
(int index) value at the given timestampint
value at the given timestampvalue at the given timestampgetValueOrBuilder
(int index) value at the given timestampvalue at the given timestampboolean
The sample key, as nanoseconds since Unix epochMethods 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.
-
getValueList
List<ExternalCalculationMessages.ValueData> getValueList()value at the given timestamp
repeated .com.seeq.link.messages.connector.extcalc.ValueData value = 2;
-
getValue
value at the given timestamp
repeated .com.seeq.link.messages.connector.extcalc.ValueData value = 2;
-
getValueCount
int getValueCount()value at the given timestamp
repeated .com.seeq.link.messages.connector.extcalc.ValueData value = 2;
-
getValueOrBuilderList
List<? extends ExternalCalculationMessages.ValueDataOrBuilder> getValueOrBuilderList()value at the given timestamp
repeated .com.seeq.link.messages.connector.extcalc.ValueData value = 2;
-
getValueOrBuilder
value at the given timestamp
repeated .com.seeq.link.messages.connector.extcalc.ValueData value = 2;
-