SourceFileOrBuilder

सार्वजनिक इंटरफ़ेस सोर्सफाइलऑरबिल्डर
ज्ञात अप्रत्यक्ष उपवर्ग

सार्वजनिक तरीके

सार स्ट्रिंग
getफ़ाइलपाथ ()
 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.
सार स्ट्रिंग
गेटलाइन्स (इंट इंडेक्स)
 Line-by-line content of the file.
सार com.google.protobuf.ByteString
getLinesBytes (इंट इंडेक्स)
 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;