DebuggedSourceFileOrBuilder

رابط عمومی DebuggedSourceFileOrBuilder
زیر کلاس های غیر مستقیم شناخته شده

روش های عمومی

انتزاعی طولانی
getBytes ()
 Byte size of the file.
رشته انتزاعی
getFilePath ()
 Path to the source code file.
چکیده com.google.protobuf.ByteString
getFilePathBytes ()
 Path to the source code file.
رشته انتزاعی
getHost ()
 The host name on which a source code file is located.
چکیده com.google.protobuf.ByteString
getHostBytes ()
 The host name on which a source code file is located.
انتزاعی طولانی
getLastModified ()
 The timestamp at which the source code file is last modified.
رشته انتزاعی
getLines (شاخص int)
 Line-by-line content of the source code file.
چکیده com.google.protobuf.ByteString
getLinesBytes (شاخص int)
 Line-by-line content of the source code file.
انتزاعی
getLinesCount ()
 Line-by-line content of the source code file.
فهرست انتزاعی<String>
getLinesList ()
 Line-by-line content of the source code file.

روش های عمومی

getBytes طولانی انتزاعی عمومی ()

 Byte size of the file.
 
int64 bytes = 4;

رشته انتزاعی عمومی getFilePath ()

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

چکیده عمومی com.google.protobuf.ByteString getFilePathBytes ()

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

رشته انتزاعی عمومی getHost ()

string host = 1;

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

عمومی انتزاعی com.google.protobuf.ByteString getHostBytes ()

میزبان رشته

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

انتزاع عمومی طولانی getLastModified ()

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

دریافت خطوط انتزاعی عمومی (شاخص int)

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

عمومی انتزاعی com.google.protobuf.ByteString getLinesBytes (int index)

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

انتزاع عمومی int getLinesCount ()

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

فهرست انتزاعی عمومی<String> getLinesList ()

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