public interface SourceLocationOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getFilePath()
The source code filename, which can include a truncated relative
path, or a full path from a production machine.
|
ByteString |
getFilePathBytes()
The source code filename, which can include a truncated relative
path, or a full path from a production machine.
|
java.lang.String |
getFunctionName()
Human-readable name of a function or method.
|
ByteString |
getFunctionNameBytes()
Human-readable name of a function or method.
|
int |
getLineNumber()
1-based.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
java.lang.String getFilePath()
The source code filename, which can include a truncated relative path, or a full path from a production machine.
string file_path = 1;
ByteString getFilePathBytes()
The source code filename, which can include a truncated relative path, or a full path from a production machine.
string file_path = 1;
int getLineNumber()
1-based. 0 indicates that the line number is unknown.
int32 line_number = 2;
java.lang.String getFunctionName()
Human-readable name of a function or method. The value can include optional context like the class or package name. For example, `my.package.MyClass.method` in case of Java.
string function_name = 4;
ByteString getFunctionNameBytes()
Human-readable name of a function or method. The value can include optional context like the class or package name. For example, `my.package.MyClass.method` in case of Java.
string function_name = 4;