Interface ExternalCalculationMessages.ExternalCalculationRequestMessageOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ExternalCalculationMessages.ExternalCalculationRequestMessage
,ExternalCalculationMessages.ExternalCalculationRequestMessage.Builder
- Enclosing class:
- ExternalCalculationMessages
public static interface ExternalCalculationMessages.ExternalCalculationRequestMessageOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionlong
window size for windowed calculationsgetSample
(int index) Sample data from all aligned seriesint
Sample data from all aligned seriesSample data from all aligned seriesgetSampleOrBuilder
(int index) Sample data from all aligned seriesSample data from all aligned seriesScript (and function) identificationcom.google.protobuf.ByteString
Script (and function) identificationgetSignalDataType
(int index) data types of each signal matching the order of signals in sample(mv)int
data types of each signal matching the order of signals in sample(mv)data types of each signal matching the order of signals in sample(mv)long
number of signals set into the requestboolean
window size for windowed calculationsboolean
Script (and function) identificationboolean
number of signals set into the requestMethods 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
-
hasScript
boolean hasScript()Script (and function) identification
required string script = 1;
- Returns:
- Whether the script field is set.
-
getScript
String getScript()Script (and function) identification
required string script = 1;
- Returns:
- The script.
-
getScriptBytes
com.google.protobuf.ByteString getScriptBytes()Script (and function) identification
required string script = 1;
- Returns:
- The bytes for script.
-
getSampleList
List<ExternalCalculationMessages.SampleMultivaluedData> getSampleList()Sample data from all aligned series
repeated .com.seeq.link.messages.connector.extcalc.SampleMultivaluedData sample = 2;
-
getSample
Sample data from all aligned series
repeated .com.seeq.link.messages.connector.extcalc.SampleMultivaluedData sample = 2;
-
getSampleCount
int getSampleCount()Sample data from all aligned series
repeated .com.seeq.link.messages.connector.extcalc.SampleMultivaluedData sample = 2;
-
getSampleOrBuilderList
List<? extends ExternalCalculationMessages.SampleMultivaluedDataOrBuilder> getSampleOrBuilderList()Sample data from all aligned series
repeated .com.seeq.link.messages.connector.extcalc.SampleMultivaluedData sample = 2;
-
getSampleOrBuilder
Sample data from all aligned series
repeated .com.seeq.link.messages.connector.extcalc.SampleMultivaluedData sample = 2;
-
getSignalDataTypeList
List<ExternalCalculationMessages.SignalDataType> getSignalDataTypeList()data types of each signal matching the order of signals in sample(mv)
repeated .com.seeq.link.messages.connector.extcalc.SignalDataType signalDataType = 3;
- Returns:
- A list containing the signalDataType.
-
getSignalDataTypeCount
int getSignalDataTypeCount()data types of each signal matching the order of signals in sample(mv)
repeated .com.seeq.link.messages.connector.extcalc.SignalDataType signalDataType = 3;
- Returns:
- The count of signalDataType.
-
getSignalDataType
data types of each signal matching the order of signals in sample(mv)
repeated .com.seeq.link.messages.connector.extcalc.SignalDataType signalDataType = 3;
- Parameters:
index
- The index of the element to return.- Returns:
- The signalDataType at the given index.
-
hasSignalsCount
boolean hasSignalsCount()number of signals set into the request
required int64 signalsCount = 4;
- Returns:
- Whether the signalsCount field is set.
-
getSignalsCount
long getSignalsCount()number of signals set into the request
required int64 signalsCount = 4;
- Returns:
- The signalsCount.
-
hasInputWindowSize
boolean hasInputWindowSize()window size for windowed calculations
optional int64 inputWindowSize = 5;
- Returns:
- Whether the inputWindowSize field is set.
-
getInputWindowSize
long getInputWindowSize()window size for windowed calculations
optional int64 inputWindowSize = 5;
- Returns:
- The inputWindowSize.
-