SourceFileOrBuilder

interfaz pública SourceFileOrBuilder
Subclases indirectas conocidas

Métodos públicos

cadena abstracta
getFilePath ()
 Path to the file.
resumen com.google.protobuf.ByteString
getFilePathBytes ()
 Path to the file.
cadena abstracta
getHostName ()
 Name of the host on which the file is located.
resumen com.google.protobuf.ByteString
getHostNameBytes ()
 Name of the host on which the file is located.
cadena abstracta
getLines (índice int)
 Line-by-line content of the file.
resumen com.google.protobuf.ByteString
getLinesBytes (índice int)
 Line-by-line content of the file.
int abstracto
getLinesCount ()
 Line-by-line content of the file.
Lista abstracta <String>
getLinesList ()
 Line-by-line content of the file.

Métodos públicos

cadena abstracta pública getFilePath ()

 Path to the file.
 
string file_path = 1;

resumen público com.google.protobuf.ByteString getFilePathBytes ()

 Path to the file.
 
string file_path = 1;

cadena abstracta pública getHostName ()

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

resumen público com.google.protobuf.ByteString getHostNameBytes ()

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

getLines de cadena abstracta pública (índice int)

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

resumen público com.google.protobuf.ByteString getLinesBytes (índice int)

 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;

Lista pública abstracta <String> getLinesList ()

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