SourceFileOrBuilder

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

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

สตริงที่เป็นนามธรรม
getFilePath ()
 Path to the file.
นามธรรม com.google.protobuf.ByteString
getFilePathBytes ()
 Path to the file.
สตริงที่เป็นนามธรรม
รับชื่อโฮสต์ ()
 Name of the host on which the file is located.
นามธรรม com.google.protobuf.ByteString
getHostNameBytes ()
 Name of the host on which the file is located.
สตริงที่เป็นนามธรรม
getLines (ดัชนี int)
 Line-by-line content of the file.
นามธรรม com.google.protobuf.ByteString
getLinesBytes (ดัชนี int)
 Line-by-line content of the file.
บทคัดย่อ
getLinesCount ()
 Line-by-line content of the file.
รายการนามธรรม <สตริง>
getLinesList ()
 Line-by-line content of the file.

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

สตริงนามธรรมสาธารณะ getFilePath ()

 Path to the file.
 
string file_path = 1;

นามธรรมสาธารณะ com.google.protobuf.ByteString getFilePathBytes ()

 Path to the file.
 
string file_path = 1;

สตริงนามธรรมสาธารณะ getHostName ()

สตริง

 Name of the host on which the file is located.
 
string host_name = 2;

นามธรรมสาธารณะ com.google.protobuf.ByteString getHostNameBytes ()

สตริง

 Name of the host on which the file is located.
 
string host_name = 2;

สตริงนามธรรมสาธารณะ getLines (ดัชนี int)

 Line-by-line content of the file.
 
repeated string lines = 3;

บทคัดย่อสาธารณะ com.google.protobuf.ByteString getLinesBytes (ดัชนี int)

 Line-by-line content of the file.
 
repeated string lines = 3;

นามธรรมสาธารณะ int getLinesCount ()

 Line-by-line content of the file.
 
repeated string lines = 3;

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

 Line-by-line content of the file.
 
repeated string lines = 3;