Interface ExternalCalculationMessages.ExternalCalculationResponseMessageOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ExternalCalculationMessages.ExternalCalculationResponseMessage
,ExternalCalculationMessages.ExternalCalculationResponseMessage.Builder
- Enclosing class:
- ExternalCalculationMessages
public static interface ExternalCalculationMessages.ExternalCalculationResponseMessageOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionError info when an error occurred while processing the requestError info when an error occurred while processing the requestgetSample
(int index) all the samples in the responseint
all the samples in the responseall the samples in the responsegetSampleOrBuilder
(int index) all the samples in the responseall the samples in the responseboolean
Error info when an error occurred while processing 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
-
getSampleList
List<ExternalCalculationMessages.SampleData> getSampleList()all the samples in the response
repeated .com.seeq.link.messages.connector.extcalc.SampleData sample = 1;
-
getSample
all the samples in the response
repeated .com.seeq.link.messages.connector.extcalc.SampleData sample = 1;
-
getSampleCount
int getSampleCount()all the samples in the response
repeated .com.seeq.link.messages.connector.extcalc.SampleData sample = 1;
-
getSampleOrBuilderList
List<? extends ExternalCalculationMessages.SampleDataOrBuilder> getSampleOrBuilderList()all the samples in the response
repeated .com.seeq.link.messages.connector.extcalc.SampleData sample = 1;
-
getSampleOrBuilder
all the samples in the response
repeated .com.seeq.link.messages.connector.extcalc.SampleData sample = 1;
-
hasErrorInfo
boolean hasErrorInfo()Error info when an error occurred while processing the request
optional .com.seeq.link.messages.ErrorInfo errorInfo = 2;
- Returns:
- Whether the errorInfo field is set.
-
getErrorInfo
ErrorMessage.ErrorInfo getErrorInfo()Error info when an error occurred while processing the request
optional .com.seeq.link.messages.ErrorInfo errorInfo = 2;
- Returns:
- The errorInfo.
-
getErrorInfoOrBuilder
ErrorMessage.ErrorInfoOrBuilder getErrorInfoOrBuilder()Error info when an error occurred while processing the request
optional .com.seeq.link.messages.ErrorInfo errorInfo = 2;
-