giao diện công cộng DebuggedSourceFileOrBuilder
Các lớp con gián tiếp đã biết |
Phương pháp công khai
trừu tượng dài | getBytes () Byte size of the file. |
chuỗi trừu tượng | getFilePath () Path to the source code file. |
trừu tượng com.google.protobuf.ByteString | getFilePathBytes () Path to the source code file. |
chuỗi trừu tượng | gethost () The host name on which a source code file is located. |
trừu tượng com.google.protobuf.ByteString | getHostBytes () The host name on which a source code file is located. |
trừu tượng dài | getLastModified () The timestamp at which the source code file is last modified. |
chuỗi trừu tượng | getLines (chỉ mục int) Line-by-line content of the source code file. |
trừu tượng com.google.protobuf.ByteString | getLinesBytes (chỉ mục int) Line-by-line content of the source code file. |
int trừu tượng | getLinesCount () Line-by-line content of the source code file. |
Danh sách trừu tượng<String> | getLinesList () Line-by-line content of the source code file. |
Phương pháp công khai
getBytes tóm tắt công khai dài ()
Byte size of the file.
int64 bytes = 4;
Chuỗi tóm tắt công khai getFilePath ()
Path to the source code file.
string file_path = 2;
tóm tắt công khai com.google.protobuf.ByteString getFilePathBytes ()
Path to the source code file.
string file_path = 2;
Chuỗi tóm tắt công khai getHost ()
The host name on which a source code file is located.
string host = 1;
tóm tắt công khai com.google.protobuf.ByteString getHostBytes ()
The host name on which a source code file is located.
string host = 1;
tóm tắt công khai dài getLastModified ()
The timestamp at which the source code file is last modified.
int64 last_modified = 3;
Chuỗi tóm tắt công khai getLines (chỉ mục int)
Line-by-line content of the source code file.
repeated string lines = 5;
tóm tắt công khai com.google.protobuf.ByteString getLinesBytes (chỉ mục int)
Line-by-line content of the source code file.
repeated string lines = 5;
tóm tắt công khai int getLinesCount ()
Line-by-line content of the source code file.
repeated string lines = 5;
Danh sách tóm tắt công khai<String> getLinesList ()
Line-by-line content of the source code file.
repeated string lines = 5;