パブリック インターフェイスCodeLocationOrBuilder
既知の間接サブクラス |
パブリックメソッド
抽象文字列 | getホスト名() 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. |
抽象リスト<String> | getStackFrameIdsList () ID to a stack frame, each of which is pointed to by a unique ID. |
パブリックメソッド
パブリック抽象 String 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;
public abstract String 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;
public abstract 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;
パブリック抽象 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;