SourceFileOrBuilder

interfejs publiczny SourceFileOrBuilder
Znane podklasy pośrednie

Metody publiczne

abstrakcyjny ciąg
getFilePath ()
 Path to the file.
streszczenie com.google.protobuf.ByteString
getFilePathBytes ()
 Path to the file.
abstrakcyjny ciąg
pobierz nazwę hosta ()
 Name of the host on which the file is located.
streszczenie com.google.protobuf.ByteString
getHostNameBytes ()
 Name of the host on which the file is located.
abstrakcyjny ciąg
getLines (indeks int)
 Line-by-line content of the file.
streszczenie com.google.protobuf.ByteString
getLinesBytes (indeks int)
 Line-by-line content of the file.
streszczenie wew
getLinesCount ()
 Line-by-line content of the file.
lista abstrakcyjna<String>
getLinesList ()
 Line-by-line content of the file.

Metody publiczne

publiczna abstrakcja String getFilePath ()

 Path to the file.
 
string file_path = 1;

publiczne streszczenie com.google.protobuf.ByteString getFilePathBytes ()

 Path to the file.
 
string file_path = 1;

publiczna abstrakcja String getHostName ()

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

publiczna abstrakcja com.google.protobuf.ByteString getHostNameBytes ()

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

public streszczenie String getLines (indeks int)

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

publiczna abstrakcja com.google.protobuf.ByteString getLinesBytes (indeks int)

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

publiczne streszczenie int getLinesCount ()

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

publiczne streszczenie Lista<String> getLinesList ()

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