CodeLocationOrBuilder

giao diện công cộng CodeLocationOrBuilder
Các lớp con gián tiếp đã biết

Phương pháp công khai

chuỗi trừu tượng
getHostName ()
 Host name on which the source files are located.
trừu tượng com.google.protobuf.ByteString
getHostNameBytes ()
 Host name on which the source files are located.
chuỗi trừu tượng
getStackFrameIds (chỉ mục int)
 ID to a stack frame, each of which is pointed to
 by a unique ID.
trừu tượng com.google.protobuf.ByteString
getStackFrameIdsBytes (chỉ mục int)
 ID to a stack frame, each of which is pointed to
 by a unique ID.
int trừu tượng
getStackFrameIdsCount ()
 ID to a stack frame, each of which is pointed to
 by a unique ID.
Danh sách trừu tượng<String>
getStackFrameIdsList ()
 ID to a stack frame, each of which is pointed to
 by a unique ID.

Phương pháp công khai

Chuỗi tóm tắt công khai getHostName ()

 Host name on which the source files are located.
 
string host_name = 1;

tóm tắt công khai com.google.protobuf.ByteString getHostNameBytes ()

 Host name on which the source files are located.
 
string host_name = 1;

Chuỗi trừu tượng công khai getStackFrameIds (chỉ mục 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;

tóm tắt công khai com.google.protobuf.ByteString getStackFrameIdsBytes (chỉ mục 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;

tóm tắt công khai 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;

Danh sách tóm tắt công khai<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;