DebuggedSourceFileOrBuilder

genel arayüz DebuggedSourceFileOrBuilder
Bilinen Dolaylı Alt Sınıflar

Genel Yöntemler

soyut uzun
getBytes ()
 Byte size of the file.
soyut Dize
getFilePath ()
 Path to the source code file.
abstract com.google.protobuf.ByteString
getFilePathBytes ()
 Path to the source code file.
soyut Dize
getHost'u ()
 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.
soyut uzun
getLastModified ()
 The timestamp at which the source code file is last modified.
soyut Dize
getLines (int dizini)
 Line-by-line content of the source code file.
abstract com.google.protobuf.ByteString
getLinesBytes (int dizini)
 Line-by-line content of the source code file.
soyut int
getLinesCount ()
 Line-by-line content of the source code file.
özet Liste<String>
getLinesList ()
 Line-by-line content of the source code file.

Genel Yöntemler

genel özet uzun getBytes ()

 Byte size of the file.
 
int64 bytes = 4;

genel özet Dize getFilePath ()

 Path to the source code file.
 
string file_path = 2;

genel özet com.google.protobuf.ByteString getFilePathBytes ()

 Path to the source code file.
 
string file_path = 2;

genel özet String getHost ()

 The host name on which a source code file is located.
 
string host = 1;

genel özet com.google.protobuf.ByteString getHostBytes ()

 The host name on which a source code file is located.
 
string host = 1;

genel özet uzun getLastModified ()

 The timestamp at which the source code file is last modified.
 
int64 last_modified = 3;

genel özet Dize getLines (int dizini)

 Line-by-line content of the source code file.
 
repeated string lines = 5;

genel özet com.google.protobuf.ByteString getLinesBytes (int dizini)

 Line-by-line content of the source code file.
 
repeated string lines = 5;

genel özet int getLinesCount ()

 Line-by-line content of the source code file.
 
repeated string lines = 5;

genel özet Listesi<String> getLinesList ()

 Line-by-line content of the source code file.
 
repeated string lines = 5;