interface pública DebuggedSourceFileOrBuilder
Subclasses indiretas conhecidas |
Métodos Públicos
abstrato longo | obterBytes () Byte size of the file. |
cadeia abstrata | getFilePath () Path to the source code file. |
abstrato com.google.protobuf.ByteString | getFilePathBytes () Path to the source code file. |
cadeia abstrata | obterHost () The host name on which a source code file is located. |
abstrato com.google.protobuf.ByteString | getHostBytes () The host name on which a source code file is located. |
abstrato longo | getLastModified () The timestamp at which the source code file is last modified. |
cadeia abstrata | getLines (índice interno) Line-by-line content of the source code file. |
abstrato com.google.protobuf.ByteString | getLinesBytes (índice interno) Line-by-line content of the source code file. |
abstrato int | getLinesCount () Line-by-line content of the source code file. |
lista abstrata<String> | getLinesList () Line-by-line content of the source code file. |
Métodos Públicos
público abstrato longo getBytes ()
Byte size of the file.
int64 bytes = 4;
String abstrata pública getFilePath ()
Path to the source code file.
string file_path = 2;
resumo público com.google.protobuf.ByteString getFilePathBytes ()
Path to the source code file.
string file_path = 2;
String abstrata pública getHost ()
The host name on which a source code file is located.
string host = 1;
resumo público com.google.protobuf.ByteString getHostBytes ()
The host name on which a source code file is located.
string host = 1;
público abstrato longo getLastModified ()
The timestamp at which the source code file is last modified.
int64 last_modified = 3;
string abstrata pública getLines (índice int)
Line-by-line content of the source code file.
repeated string lines = 5;
resumo público com.google.protobuf.ByteString getLinesBytes (índice int)
Line-by-line content of the source code file.
repeated string lines = 5;
público abstrato int getLinesCount ()
Line-by-line content of the source code file.
repeated string lines = 5;
lista abstrata pública<String> getLinesList ()
Line-by-line content of the source code file.
repeated string lines = 5;