SourceFileOrBuilder

interface pública SourceFileOrBuilder
Subclasses indiretas conhecidas

Métodos Públicos

String abstrata
getFilePath ()
 Path to the file.
abstract com.google.protobuf.ByteString
getFilePathBytes ()
 Path to the file.
String abstrata
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.
String abstrata
getLines (índice interno )
 Line-by-line content of the file.
abstract com.google.protobuf.ByteString
getLinesBytes (índice interno )
 Line-by-line content of the file.
abstrato int
getLinesCount ()
 Line-by-line content of the file.
Lista abstrata <String>
getLinesList ()
 Line-by-line content of the file.

Métodos Públicos

public abstract String getFilePath ()

 Path to the file.
 
string file_path = 1;

public abstract com.google.protobuf.ByteString getFilePathBytes ()

 Path to the file.
 
string file_path = 1;

public abstract String getHostName ()

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

public abstract com.google.protobuf.ByteString getHostNameBytes ()

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

public abstract String getLines (índice interno )

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

public abstract com.google.protobuf.ByteString getLinesBytes (int index)

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

public abstract int getLinesCount ()

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

public abstract List <String> getLinesList ()

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