общедоступный интерфейс DebuggedSourceFileOrBuilder
| Известные косвенные подклассы |
Публичные методы
| абстрактный длинный | получить байты () Byte size of the file. |
| абстрактная строка | получить путь к файлу () Path to the source code file. |
| абстрактный com.google.protobuf.ByteString | getFilePathBytes () Path to the source code file. |
| абстрактная строка | получитьХост () 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 (индекс целого числа) Line-by-line content of the source code file. |
| абстрактный com.google.protobuf.ByteString | getLinesBytes (индекс целого числа) Line-by-line content of the source code file. |
| абстрактный int | getLinesCount () Line-by-line content of the source code file. |
| абстрактный список<String> | получитьСписокЛиний () 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)
Line-by-line content of the source code file.
repeated string lines = 5; общедоступный абстрактный com.google.protobuf.ByteString getLinesBytes (индекс int)
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;