interfaz pública CodeLocationOrBuilder
| Subclases indirectas conocidas |
Métodos públicos
| cadena abstracta | getHostName () Host name on which the source files are located. |
| resumen com.google.protobuf.ByteString | getHostNameBytes () Host name on which the source files are located. |
| cadena abstracta | getStackFrameIds (índice int) ID to a stack frame, each of which is pointed to by a unique ID. |
| resumen com.google.protobuf.ByteString | getStackFrameIdsBytes (índice int) ID to a stack frame, each of which is pointed to by a unique ID. |
| int abstracto | getStackFrameIdsCount () ID to a stack frame, each of which is pointed to by a unique ID. |
| Lista abstracta <String> | getStackFrameIdsList () ID to a stack frame, each of which is pointed to by a unique ID. |
Métodos públicos
cadena abstracta pública getHostName ()
Host name on which the source files are located.
string host_name = 1;resumen público com.google.protobuf.ByteString getHostNameBytes ()
Host name on which the source files are located.
string host_name = 1;getStackFrameIds de cadena abstracta pública (í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;resumen 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;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;Lista pública abstracta <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;