SourceFileOrBuilder

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

روش های عمومی

رشته انتزاعی
getFilePath ()
 Path to the file.
چکیده com.google.protobuf.ByteString
getFilePathBytes ()
 Path to the file.
رشته انتزاعی
getHostName ()
 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.
فهرست انتزاعی<String>
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;

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

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

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

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

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

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

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

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