SourceFileOrBuilder

общедоступный интерфейс SourceFileOrBuilder
Известные косвенные подклассы

Публичные методы

абстрактная строка
абстрактный com.google.protobuf.ByteString
getFilePathBytes ()
 Path to the file.
абстрактная строка
получить имя хоста ()
 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 (целевой индекс)
 Line-by-line content of the file.
абстрактный com.google.protobuf.ByteString
getLinesBytes (индекс целого числа)
 Line-by-line content of the file.
абстрактный int
getLinesCount ()
 Line-by-line content of the file.
абстрактный список<String>
получитьСписокЛиний ()
 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;

общедоступный абстрактный список <String> getLinesList ()

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