genel arayüz CodeLocationOrBuilder
Bilinen Dolaylı Alt Sınıflar |
Genel Yöntemler
soyut Dize | 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. |
soyut Dize | getStackFrameIds (int dizini) ID to a stack frame, each of which is pointed to by a unique ID. |
abstract com.google.protobuf.ByteString | getStackFrameIdsBytes (int dizini) ID to a stack frame, each of which is pointed to by a unique ID. |
soyut int | getStackFrameIdsCount () ID to a stack frame, each of which is pointed to by a unique ID. |
özet Liste<String> | getStackFrameIdsList () ID to a stack frame, each of which is pointed to by a unique ID. |
Genel Yöntemler
genel özet Dize getHostName ()
Host name on which the source files are located.
string host_name = 1;
genel özet com.google.protobuf.ByteString getHostNameBytes ()
Host name on which the source files are located.
string host_name = 1;
genel özet Dize getStackFrameIds (int dizini)
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;
genel özet com.google.protobuf.ByteString getStackFrameIdsBytes (int dizini)
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;
genel soyut 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;
genel özet 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;