interfaz pública CodeLocationOrBuilder
Subclases indirectas conocidas |
Métodos públicos
cadena abstracta | obtener nombre de host () 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. |
resumen entero | getStackFrameIdsCount () ID to a stack frame, each of which is pointed to by a unique ID. |
Lista abstracta<Cadena> | 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;
Cadena abstracta 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;
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;
resumen público 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 abstracta 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;