public interface
DebuggedSourceFileOrBuilder
Known Indirect Subclasses |
Public Methods
abstract long |
getBytes()
Byte size of the file. |
abstract String |
getFilePath()
Path to the source code file. |
abstract com.google.protobuf.ByteString |
getFilePathBytes()
Path to the source code file. |
abstract String |
getHost()
The host name on which a source code file is located. |
abstract com.google.protobuf.ByteString |
getHostBytes()
The host name on which a source code file is located. |
abstract long |
getLastModified()
The timestamp at which the source code file is last modified. |
abstract String |
getLines(int index)
Line-by-line content of the source code file. |
abstract com.google.protobuf.ByteString |
getLinesBytes(int index)
Line-by-line content of the source code file. |
abstract int |
getLinesCount()
Line-by-line content of the source code file. |
abstract List<String> |
getLinesList()
Line-by-line content of the source code file. |
Public Methods
public abstract long getBytes ()
Byte size of the file.
int64 bytes = 4;
public abstract String getFilePath ()
Path to the source code file.
string file_path = 2;
public abstract com.google.protobuf.ByteString getFilePathBytes ()
Path to the source code file.
string file_path = 2;
public abstract String getHost ()
The host name on which a source code file is located.
string host = 1;
public abstract 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;
public abstract String getLines (int index)
Line-by-line content of the source code file.
repeated string lines = 5;
public abstract com.google.protobuf.ByteString getLinesBytes (int index)
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;