Interface Error.StackTraceOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Error.StackTrace
,Error.StackTrace.Builder
- Enclosing class:
- Error
public static interface Error.StackTraceOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstring class_name = 1;
com.google.protobuf.ByteString
string class_name = 1;
optional string file_name = 3;
com.google.protobuf.ByteString
optional string file_name = 3;
int
getLine()
int32 line = 4;
string method_name = 2;
com.google.protobuf.ByteString
string method_name = 2;
boolean
optional string file_name = 3;
Methods 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
-
getClassName
String getClassName()string class_name = 1;
- Returns:
- The className.
-
getClassNameBytes
com.google.protobuf.ByteString getClassNameBytes()string class_name = 1;
- Returns:
- The bytes for className.
-
getMethodName
String getMethodName()string method_name = 2;
- Returns:
- The methodName.
-
getMethodNameBytes
com.google.protobuf.ByteString getMethodNameBytes()string method_name = 2;
- Returns:
- The bytes for methodName.
-
hasFileName
boolean hasFileName()optional string file_name = 3;
- Returns:
- Whether the fileName field is set.
-
getFileName
String getFileName()optional string file_name = 3;
- Returns:
- The fileName.
-
getFileNameBytes
com.google.protobuf.ByteString getFileNameBytes()optional string file_name = 3;
- Returns:
- The bytes for fileName.
-
getLine
int getLine()int32 line = 4;
- Returns:
- The line.
-