interfejs publiczny CodeLocationOrBuilder
Znane podklasy pośrednie |
Metody publiczne
abstrakcyjny ciąg | pobierz nazwę hosta () Host name on which the source files are located. |
streszczenie com.google.protobuf.ByteString | getHostNameBytes () Host name on which the source files are located. |
abstrakcyjny ciąg | getStackFrameIds (indeks int) ID to a stack frame, each of which is pointed to by a unique ID. |
streszczenie com.google.protobuf.ByteString | getStackFrameIdsBytes (indeks int) ID to a stack frame, each of which is pointed to by a unique ID. |
streszczenie wew | getStackFrameIdsCount () ID to a stack frame, each of which is pointed to by a unique ID. |
lista abstrakcyjna<String> | getStackFrameIdsList () ID to a stack frame, each of which is pointed to by a unique ID. |
Metody publiczne
publiczna abstrakcja String getHostName ()
Host name on which the source files are located.
string host_name = 1;
publiczna abstrakcja com.google.protobuf.ByteString getHostNameBytes ()
Host name on which the source files are located.
string host_name = 1;
publiczny ciąg abstrakcyjny getStackFrameIds (indeks 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;
publiczne streszczenie com.google.protobuf.ByteString getStackFrameIdsBytes (indeks 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;
publiczne streszczenie 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;
publiczna lista abstrakcyjna<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;