interface pública CodeLocationOrBuilder
| Subclasses indiretas conhecidas |
Métodos Públicos
| String abstrata | 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. |
| String abstrata | getStackFrameIds (int index) ID to a stack frame, each of which is pointed to by a unique ID. |
| abstract com.google.protobuf.ByteString | getStackFrameIdsBytes (índice int) 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
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;