SourceFileOrBuilder

giao diện công cộng SourceFileOrBuilder
Các lớp con gián tiếp đã biết

Phương pháp công cộng

chuỗi trừu tượng
getFilePath ()
 Path to the file.
tóm tắt com.google.protobuf.ByteString
getFilePathBytes ()
 Path to the file.
chuỗi trừu tượng
getHostName ()
 Name of the host on which the file is located.
tóm tắt com.google.protobuf.ByteString
getHostNameBytes ()
 Name of the host on which the file is located.
chuỗi trừu tượng
getLines (chỉ mục int)
 Line-by-line content of the file.
tóm tắt com.google.protobuf.ByteString
getLinesBytes (chỉ mục int)
 Line-by-line content of the file.
int trừu tượng
getLinesCount ()
 Line-by-line content of the file.
Danh sách trừu tượng<String>
getLinesList ()
 Line-by-line content of the file.

Phương pháp công cộng

Chuỗi tóm tắt công khai getFilePath ()

 Path to the file.
 
string file_path = 1;

tóm tắt công khai com.google.protobuf.ByteString getFilePathBytes ()

 Path to the file.
 
string file_path = 1;

Chuỗi tóm tắt công khai getHostName ()

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

tóm tắt công khai com.google.protobuf.ByteString getHostNameBytes ()

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

Chuỗi tóm tắt công khai getLines (chỉ mục int)

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

tóm tắt công khai com.google.protobuf.ByteString getLinesBytes (chỉ mục int)

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

tóm tắt công khai int getLinesCount ()

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

Danh sách tóm tắt công khai<String> getLinesList ()

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