DebuggedSourceFileOrBuilder

الواجهة العامة DebuggedSourceFileOrBuilder
الفئات الفرعية غير المباشرة المعروفة

الأساليب العامة

مجردة طويلة
الحصول على بايت ()
 Byte size of the file.
سلسلة مجردة
الحصول على مسار الملف ()
 Path to the source code file.
مجردة com.google.protobuf.ByteString
getFilePathBytes ()
 Path to the source code file.
سلسلة مجردة
احصل على المضيف ()
 The host name on which a source code file is located.
مجردة com.google.protobuf.ByteString
الحصول علىHostBytes ()
 The host name on which a source code file is located.
مجردة طويلة
الحصول على LastModified ()
 The timestamp at which the source code file is last modified.
سلسلة مجردة
الحصول على خطوط (فهرس كثافة العمليات)
 Line-by-line content of the source code file.
مجردة com.google.protobuf.ByteString
getLinesBytes (فهرس كثافة العمليات)
 Line-by-line content of the source code file.
كثافة العمليات مجردة
الحصول على خطوطكونت ()
 Line-by-line content of the source code file.
قائمة مجردة <سلسلة>
قائمة الحصول على الخطوط ()
 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 ()

string host = 1;

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

ملخص عام طويل getLastModified ()

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

سلسلة getLines مجردة عامة (فهرس كثافة العمليات)

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

الملخص العام com.google.protobuf.ByteString getLinesBytes (مؤشر int)

 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;