ממשק ציבורי DebuggedSourceFileOrBuilder
תת-מחלקות עקיפות ידועות |
שיטות ציבוריות
מופשט ארוך | getBytes () Byte size of the file. |
מחרוזת מופשטת | getFilePath () Path to the source code file. |
תקציר com.google.protobuf.ByteString | getFilePathBytes () Path to the source code file. |
מחרוזת מופשטת | getHost () The host name on which a source code file is located. |
תקציר com.google.protobuf.ByteString | getHostBytes () The host name on which a source code file is located. |
מופשט ארוך | getLastModified () The timestamp at which the source code file is last modified. |
מחרוזת מופשטת | getLines (int index) Line-by-line content of the source code file. |
תקציר com.google.protobuf.ByteString | getLinesBytes (int index) Line-by-line content of the source code file. |
מופשט int | getLinesCount () Line-by-line content of the source code file. |
רשימה מופשטת<String> | getLinesList () Line-by-line content of the source code file. |
שיטות ציבוריות
תקציר ציבורי ארוך getBytes ()
Byte size of the file.
int64 bytes = 4;
מחרוזת תקציר ציבורי getFilePath ()
Path to the source code file.
string file_path = 2;
תקציר ציבורי com.google.protobuf.ByteString getFilePathBytes ()
Path to the source code file.
string file_path = 2;
תקציר ציבורי מחרוזת getHost ()
The host name on which a source code file is located.
string host = 1;
תקציר ציבורי com.google.protobuf.ByteString getHostBytes ()
The host name on which a source code file is located.
string host = 1;
תקציר ציבורי ארוך getLastModified ()
The timestamp at which the source code file is last modified.
int64 last_modified = 3;
תקציר ציבורי של מחרוזת getLines (int index)
Line-by-line content of the source code file.
repeated string lines = 5;
תקציר ציבורי com.google.protobuf.ByteString getLinesBytes (int index)
Line-by-line content of the source code file.
repeated string lines = 5;
תקציר ציבורי int getLinesCount ()
Line-by-line content of the source code file.
repeated string lines = 5;
רשימת תקציר ציבורית<String> getLinesList ()
Line-by-line content of the source code file.
repeated string lines = 5;