SourceFileOrBuilder

public interface SourceFileOrBuilder
Known Indirect Subclasses

Public Methods

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

Public Methods

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 (int index)

 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;