ממשק ציבורי CodeLocationOrBuilder
תת-מחלקות עקיפות ידועות |
שיטות ציבוריות
מחרוזת מופשטת | getHostName () 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 index) ID to a stack frame, each of which is pointed to by a unique ID. |
תקציר com.google.protobuf.ByteString | getStackFrameIdsBytes (int index) ID to a stack frame, each of which is pointed to by a unique ID. |
מופשט int | getStackFrameIdsCount () ID to a stack frame, each of which is pointed to by a unique ID. |
רשימה מופשטת<String> | 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;
String public abstract getStackFrameIds (int index)
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 index)
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;