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.
বিমূর্ত int
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 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;