interfaccia pubblica DebuggedSourceFileOrBuilder
Sottoclassi indirette conosciute |
Metodi pubblici
astratto lungo | getBytes () Byte size of the file. |
stringa astratta | getFilePath () Path to the source code file. |
astratto com.google.protobuf.ByteString | getFilePathBytes () Path to the source code file. |
stringa astratta | getHost () The host name on which a source code file is located. |
astratto com.google.protobuf.ByteString | getHostBytes () The host name on which a source code file is located. |
astratto lungo | getUltimaModificata () The timestamp at which the source code file is last modified. |
stringa astratta | getLines (indice int) Line-by-line content of the source code file. |
astratto com.google.protobuf.ByteString | getLinesBytes (indice int) Line-by-line content of the source code file. |
astratto int | getLinesCount () Line-by-line content of the source code file. |
Elenco astratto<String> | getListaRighe () Line-by-line content of the source code file. |
Metodi pubblici
pubblico astratto lungo getBytes ()
Byte size of the file.
int64 bytes = 4;
stringa astratta pubblica getFilePath ()
Path to the source code file.
string file_path = 2;
estratto pubblico com.google.protobuf.ByteString getFilePathBytes ()
Path to the source code file.
string file_path = 2;
estratto pubblico String getHost ()
The host name on which a source code file is located.
string host = 1;
estratto pubblico com.google.protobuf.ByteString getHostBytes ()
The host name on which a source code file is located.
string host = 1;
public abstract lungo getLastModified ()
The timestamp at which the source code file is last modified.
int64 last_modified = 3;
public abstract String getLines (indice int)
Line-by-line content of the source code file.
repeated string lines = 5;
public abstract com.google.protobuf.ByteString getLinesBytes (indice 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;
public abstract List<String> getLinesList ()
Line-by-line content of the source code file.
repeated string lines = 5;