SourceFileOrBuilder

genel arayüz SourceFileOrBuilder
Bilinen Dolaylı Alt Sınıflar

Genel Yöntemler

soyut Dize
getFilePath ()
 Path to the file.
abstract com.google.protobuf.ByteString
getFilePathBytes ()
 Path to the file.
soyut Dize
getHostName ()
 Name of the host on which the file is located.
abstract com.google.protobuf.ByteString
getHostNameBytes ()
 Name of the host on which the file is located.
soyut Dize
getLines (int dizini)
 Line-by-line content of the file.
abstract com.google.protobuf.ByteString
getLinesBytes (int dizini)
 Line-by-line content of the file.
soyut int
getLinesCount ()
 Line-by-line content of the file.
özet Liste<String>
getLinesList ()
 Line-by-line content of the file.

Genel Yöntemler

genel özet Dize getFilePath ()

 Path to the file.
 
string file_path = 1;

genel özet com.google.protobuf.ByteString getFilePathBytes ()

 Path to the file.
 
string file_path = 1;

genel özet Dize getHostName ()

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

genel özet com.google.protobuf.ByteString getHostNameBytes ()

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

genel özet Dize getLines (int dizini)

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

genel özet com.google.protobuf.ByteString getLinesBytes (int dizini)

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

genel özet int getLinesCount ()

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

genel özet Listesi<String> getLinesList ()

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