interface pública CodeLocationOrBuilder
Subclasses indiretas conhecidas |
Métodos Públicos
cadeia abstrata | getHostName () Host name on which the source files are located. |
abstrato com.google.protobuf.ByteString | getHostNameBytes () Host name on which the source files are located. |
cadeia abstrata | getStackFrameIds (índice interno) ID to a stack frame, each of which is pointed to by a unique ID. |
abstrato com.google.protobuf.ByteString | getStackFrameIdsBytes (índice interno) ID to a stack frame, each of which is pointed to by a unique ID. |
abstrato int | getStackFrameIdsCount () ID to a stack frame, each of which is pointed to by a unique ID. |
lista abstrata<String> | getStackFrameIdsList () ID to a stack frame, each of which is pointed to by a unique ID. |
Métodos Públicos
String abstrata pública getHostName ()
Host name on which the source files are located.
string host_name = 1;
resumo público com.google.protobuf.ByteString getHostNameBytes ()
Host name on which the source files are located.
string host_name = 1;
String abstrata pública getStackFrameIds (índice int)
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;
resumo público com.google.protobuf.ByteString getStackFrameIdsBytes (índice int)
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;
público abstrato 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;
lista abstrata pública<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;