public interface
CodeLocationOrBuilder
Known Indirect Subclasses |
Public Methods
abstract String |
getHostName()
Host name on which the source files are located. |
abstract com.google.protobuf.ByteString |
getHostNameBytes()
Host name on which the source files are located. |
abstract String |
getStackFrameIds(int index)
ID to a stack frame, each of which is pointed to by a unique ID. |
abstract com.google.protobuf.ByteString |
getStackFrameIdsBytes(int index)
ID to a stack frame, each of which is pointed to by a unique ID. |
abstract int |
getStackFrameIdsCount()
ID to a stack frame, each of which is pointed to by a unique ID. |
abstract List<String> |
getStackFrameIdsList()
ID to a stack frame, each of which is pointed to by a unique ID. |
Public Methods
public abstract String getHostName ()
Host name on which the source files are located.
string host_name = 1;
public abstract com.google.protobuf.ByteString getHostNameBytes ()
Host name on which the source files are located.
string host_name = 1;
public abstract String getStackFrameIds (int index)
ID to a stack frame, each of which is pointed to by a unique ID. The ordering of the frames is consistent with Python's `traceback.extract_tb()`.
repeated string stack_frame_ids = 2;
public abstract com.google.protobuf.ByteString getStackFrameIdsBytes (int index)
ID to a stack frame, each of which is pointed to by a unique ID. The ordering of the frames is consistent with Python's `traceback.extract_tb()`.
repeated string stack_frame_ids = 2;
public abstract int getStackFrameIdsCount ()
ID to a stack frame, each of which is pointed to by a unique ID. The ordering of the frames is consistent with Python's `traceback.extract_tb()`.
repeated string stack_frame_ids = 2;
public abstract List<String> getStackFrameIdsList ()
ID to a stack frame, each of which is pointed to by a unique ID. The ordering of the frames is consistent with Python's `traceback.extract_tb()`.
repeated string stack_frame_ids = 2;