public static interface MATLABResult.MATLAB_ResultOrBuilder extends com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MATLABResult.MATLAB_Result>
| Modifier and Type | Method and Description |
|---|---|
MATLABError.MATLAB_Error |
getError()
optional .MATLAB_Error error = 2; |
MATLABError.MATLAB_ErrorOrBuilder |
getErrorOrBuilder()
optional .MATLAB_Error error = 2; |
MATLABArray.MATLAB_Array |
getLhs(int index)
repeated .MATLAB_Array lhs = 1; |
int |
getLhsCount()
repeated .MATLAB_Array lhs = 1; |
List<MATLABArray.MATLAB_Array> |
getLhsList()
repeated .MATLAB_Array lhs = 1; |
MATLABArray.MATLAB_ArrayOrBuilder |
getLhsOrBuilder(int index)
repeated .MATLAB_Array lhs = 1; |
List<? extends MATLABArray.MATLAB_ArrayOrBuilder> |
getLhsOrBuilderList()
repeated .MATLAB_Array lhs = 1; |
boolean |
hasError()
optional .MATLAB_Error error = 2; |
getDefaultInstanceForType, getExtension, getExtension, getExtension, getExtension, getExtension, getExtension, getExtensionCount, getExtensionCount, getExtensionCount, hasExtension, hasExtension, hasExtensionList<MATLABArray.MATLAB_Array> getLhsList()
repeated .MATLAB_Array lhs = 1;MATLABArray.MATLAB_Array getLhs(int index)
repeated .MATLAB_Array lhs = 1;int getLhsCount()
repeated .MATLAB_Array lhs = 1;List<? extends MATLABArray.MATLAB_ArrayOrBuilder> getLhsOrBuilderList()
repeated .MATLAB_Array lhs = 1;MATLABArray.MATLAB_ArrayOrBuilder getLhsOrBuilder(int index)
repeated .MATLAB_Array lhs = 1;boolean hasError()
optional .MATLAB_Error error = 2;MATLABError.MATLAB_Error getError()
optional .MATLAB_Error error = 2;MATLABError.MATLAB_ErrorOrBuilder getErrorOrBuilder()
optional .MATLAB_Error error = 2;Copyright © 2015–2021. All rights reserved.