อินเทอร์เฟซสาธารณะ CodeLocationOrBuilder
คลาสย่อยทางอ้อมที่รู้จัก |
วิธีการสาธารณะ
สตริงที่เป็นนามธรรม | รับชื่อโฮสต์ () Host name on which the source files are located. |
นามธรรม com.google.protobuf.ByteString | getHostNameBytes () Host name on which the source files are located. |
สตริงที่เป็นนามธรรม | getStackFrameIds (ดัชนี int) ID to a stack frame, each of which is pointed to by a unique ID. |
นามธรรม com.google.protobuf.ByteString | getStackFrameIdsBytes (ดัชนี int) ID to a stack frame, each of which is pointed to by a unique ID. |
บทคัดย่อ | getStackFrameIdsCount () ID to a stack frame, each of which is pointed to by a unique ID. |
รายการนามธรรม<สตริง> | getStackFrameIdsList () ID to a stack frame, each of which is pointed to by a unique ID. |
วิธีการสาธารณะ
สตริงนามธรรมสาธารณะ getHostName ()
Host name on which the source files are located.
string host_name = 1;
นามธรรมสาธารณะ com.google.protobuf.ByteString getHostNameBytes ()
Host name on which the source files are located.
string host_name = 1;
สตริงนามธรรมสาธารณะ getStackFrameIds (ดัชนี 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;
นามธรรมสาธารณะ com.google.protobuf.ByteString getStackFrameIdsBytes (ดัชนี 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;
บทคัดย่อสาธารณะ 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;
รายการนามธรรมสาธารณะ <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;