|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface ErrorHandlingProtos.StackTraceElementMessageOrBuilder
Method Summary | |
---|---|
String |
getDeclaringClass()
optional string declaring_class = 1; |
com.google.protobuf.ByteString |
getDeclaringClassBytes()
optional string declaring_class = 1; |
String |
getFileName()
optional string file_name = 3; |
com.google.protobuf.ByteString |
getFileNameBytes()
optional string file_name = 3; |
int |
getLineNumber()
optional int32 line_number = 4; |
String |
getMethodName()
optional string method_name = 2; |
com.google.protobuf.ByteString |
getMethodNameBytes()
optional string method_name = 2; |
boolean |
hasDeclaringClass()
optional string declaring_class = 1; |
boolean |
hasFileName()
optional string file_name = 3; |
boolean |
hasLineNumber()
optional int32 line_number = 4; |
boolean |
hasMethodName()
optional string method_name = 2; |
Methods inherited from interface com.google.protobuf.MessageOrBuilder |
---|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField |
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder |
---|
isInitialized |
Method Detail |
---|
boolean hasDeclaringClass()
optional string declaring_class = 1;
String getDeclaringClass()
optional string declaring_class = 1;
com.google.protobuf.ByteString getDeclaringClassBytes()
optional string declaring_class = 1;
boolean hasMethodName()
optional string method_name = 2;
String getMethodName()
optional string method_name = 2;
com.google.protobuf.ByteString getMethodNameBytes()
optional string method_name = 2;
boolean hasFileName()
optional string file_name = 3;
String getFileName()
optional string file_name = 3;
com.google.protobuf.ByteString getFileNameBytes()
optional string file_name = 3;
boolean hasLineNumber()
optional int32 line_number = 4;
int getLineNumber()
optional int32 line_number = 4;
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |