public interface SourceLocationOrBuilder
extends com.google.protobuf.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.
|
com.google.protobuf.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.
|
com.google.protobuf.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, hasOneofjava.lang.String getFilePath()
The source code filename, which can include a truncated relative path, or a full path from a production machine.
optional string file_path = 1;com.google.protobuf.ByteString getFilePathBytes()
The source code filename, which can include a truncated relative path, or a full path from a production machine.
optional string file_path = 1;int getLineNumber()
1-based. 0 indicates that the line number is unknown.
optional 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.
optional string function_name = 4;com.google.protobuf.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.
optional string function_name = 4;