public static interface MATLABError.MATLAB_ErrorOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getIdentifier()
optional string identifier = 2; |
com.google.protobuf.ByteString |
getIdentifierBytes()
optional string identifier = 2; |
String |
getMessage()
required string message = 1; |
com.google.protobuf.ByteString |
getMessageBytes()
required string message = 1; |
String |
getReport()
optional string report = 4; |
com.google.protobuf.ByteString |
getReportBytes()
optional string report = 4; |
MATLABError.MATLAB_Error.Stack_Frame |
getStack(int index)
repeated .MATLAB_Error.Stack_Frame stack = 3; |
int |
getStackCount()
repeated .MATLAB_Error.Stack_Frame stack = 3; |
List<MATLABError.MATLAB_Error.Stack_Frame> |
getStackList()
repeated .MATLAB_Error.Stack_Frame stack = 3; |
MATLABError.MATLAB_Error.Stack_FrameOrBuilder |
getStackOrBuilder(int index)
repeated .MATLAB_Error.Stack_Frame stack = 3; |
List<? extends MATLABError.MATLAB_Error.Stack_FrameOrBuilder> |
getStackOrBuilderList()
repeated .MATLAB_Error.Stack_Frame stack = 3; |
boolean |
hasIdentifier()
optional string identifier = 2; |
boolean |
hasMessage()
required string message = 1; |
boolean |
hasReport()
optional string report = 4; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasMessage()
required string message = 1;String getMessage()
required string message = 1;com.google.protobuf.ByteString getMessageBytes()
required string message = 1;boolean hasIdentifier()
optional string identifier = 2;String getIdentifier()
optional string identifier = 2;com.google.protobuf.ByteString getIdentifierBytes()
optional string identifier = 2;List<MATLABError.MATLAB_Error.Stack_Frame> getStackList()
repeated .MATLAB_Error.Stack_Frame stack = 3;MATLABError.MATLAB_Error.Stack_Frame getStack(int index)
repeated .MATLAB_Error.Stack_Frame stack = 3;int getStackCount()
repeated .MATLAB_Error.Stack_Frame stack = 3;List<? extends MATLABError.MATLAB_Error.Stack_FrameOrBuilder> getStackOrBuilderList()
repeated .MATLAB_Error.Stack_Frame stack = 3;MATLABError.MATLAB_Error.Stack_FrameOrBuilder getStackOrBuilder(int index)
repeated .MATLAB_Error.Stack_Frame stack = 3;boolean hasReport()
optional string report = 4;String getReport()
optional string report = 4;com.google.protobuf.ByteString getReportBytes()
optional string report = 4;Copyright © 2015–2021. All rights reserved.