DebuggedSourceFileOrBuilder

interface pública DebuggedSourceFileOrBuilder
Subclasses indiretas conhecidas

Métodos Públicos

abstrato longo
getBytes ()
 Byte size of the file.
String abstrata
getFilePath ()
 Path to the source code file.
abstract com.google.protobuf.ByteString
getFilePathBytes ()
 Path to the source code file.
String abstrata
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.
abstrato longo
getLastModified ()
 The timestamp at which the source code file is last modified.
String abstrata
getLines (índice interno )
 Line-by-line content of the source code file.
abstract com.google.protobuf.ByteString
getLinesBytes (índice interno )
 Line-by-line content of the source code file.
abstrato int
getLinesCount ()
 Line-by-line content of the source code file.
Lista abstrata <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;

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 (índice interno )

 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;