interface pública SourceFileOrBuilder
| Subclasses indiretas conhecidas |
Métodos Públicos
| cadeia abstrata | getFilePath () Path to the file. |
| abstrato com.google.protobuf.ByteString | getFilePathBytes () Path to the file. |
| cadeia abstrata | getHostName () Name of the host on which the file is located. |
| abstrato com.google.protobuf.ByteString | getHostNameBytes () Name of the host on which the file is located. |
| cadeia abstrata | getLines (índice interno) Line-by-line content of the file. |
| abstrato com.google.protobuf.ByteString | getLinesBytes (índice interno) Line-by-line content of the file. |
| abstrato int | getLinesCount () Line-by-line content of the file. |
| lista abstrata<String> | getLinesList () Line-by-line content of the file. |
Métodos Públicos
String abstrata pública getFilePath ()
Path to the file.
string file_path = 1; resumo público com.google.protobuf.ByteString getFilePathBytes ()
Path to the file.
string file_path = 1; String abstrata pública getHostName ()
Name of the host on which the file is located.
string host_name = 2; resumo público com.google.protobuf.ByteString getHostNameBytes ()
Name of the host on which the file is located.
string host_name = 2; string abstrata pública getLines (índice int)
Line-by-line content of the file.
repeated string lines = 3; resumo público com.google.protobuf.ByteString getLinesBytes (índice int)
Line-by-line content of the file.
repeated string lines = 3; público abstrato int getLinesCount ()
Line-by-line content of the file.
repeated string lines = 3; lista abstrata pública<String> getLinesList ()
Line-by-line content of the file.
repeated string lines = 3;