interface publique CodeLocationOrBuilder
Sous-classes indirectes connues |
Méthodes publiques
Chaîne abstraite | getHostName () Host name on which the source files are located. |
résumé com.google.protobuf.ByteString | getHostNameBytes () Host name on which the source files are located. |
Chaîne abstraite | getStackFrameIds (index entier) ID to a stack frame, each of which is pointed to by a unique ID. |
résumé com.google.protobuf.ByteString | getStackFrameIdsBytes (index int) ID to a stack frame, each of which is pointed to by a unique ID. |
entier abstrait | getStackFrameIdsCount () ID to a stack frame, each of which is pointed to by a unique ID. |
Liste abstraite<String> | getStackFrameIdsList () ID to a stack frame, each of which is pointed to by a unique ID. |
Méthodes publiques
chaîne abstraite publique getHostName ()
Host name on which the source files are located.
string host_name = 1;
résumé public com.google.protobuf.ByteString getHostNameBytes ()
Host name on which the source files are located.
string host_name = 1;
chaîne abstraite publique getStackFrameIds (index 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;
résumé public com.google.protobuf.ByteString getStackFrameIdsBytes (index 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 abstrait 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;
liste abstraite publique<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;