DebuggedSourceFileOrBuilder

อินเทอร์เฟซสาธารณะ DebuggedSourceFileOrBuilder
คลาสย่อยทางอ้อมที่รู้จัก

วิธีการสาธารณะ

ยาวเป็นนามธรรม
รับไบต์ ()
 Byte size of the file.
สตริงที่เป็นนามธรรม
getFilePath ()
 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
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.
รายการนามธรรม <สตริง>
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 ()

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 (ดัชนี int)

 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;

รายการนามธรรมสาธารณะ getLinesList ()

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