interfaz pública DebuggedSourceFileOrBuilder
| Subclases indirectas conocidas |
Métodos públicos
| abstracto largo | getBytes () Byte size of the file. |
| cadena abstracta | getFilePath () Path to the source code file. |
| resumen com.google.protobuf.ByteString | getFilePathBytes () Path to the source code file. |
| cadena abstracta | getHost () The host name on which a source code file is located. |
| resumen com.google.protobuf.ByteString | getHostBytes () The host name on which a source code file is located. |
| abstracto largo | getLastModified () The timestamp at which the source code file is last modified. |
| cadena abstracta | getLines (índice int) Line-by-line content of the source code file. |
| resumen com.google.protobuf.ByteString | getLinesBytes (índice int) Line-by-line content of the source code file. |
| int abstracto | getLinesCount () Line-by-line content of the source code file. |
| Lista abstracta <String> | getLinesList () Line-by-line content of the source code file. |
Métodos públicos
public abstract long getBytes ()
Byte size of the file.
int64 bytes = 4;cadena abstracta pública getFilePath ()
Path to the source code file.
string file_path = 2;resumen público com.google.protobuf.ByteString getFilePathBytes ()
Path to the source code file.
string file_path = 2;cadena abstracta pública getHost ()
The host name on which a source code file is located.
string host = 1;resumen público com.google.protobuf.ByteString getHostBytes ()
The host name on which a source code file is located.
string host = 1;public abstract long getLastModified ()
The timestamp at which the source code file is last modified.
int64 last_modified = 3;getLines de cadena abstracta pública (índice int)
Line-by-line content of the source code file.
repeated string lines = 5;resumen público com.google.protobuf.ByteString getLinesBytes (índice int)
Line-by-line content of the source code file.
repeated string lines = 5;public abstract int getLinesCount ()
Line-by-line content of the source code file.
repeated string lines = 5;Lista pública abstracta <String> getLinesList ()
Line-by-line content of the source code file.
repeated string lines = 5;