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
obtener nombre de host ()
 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.
resumen entero
getLinesCount ()
 Line-by-line content of the file.
Lista abstracta<Cadena>
getLista de líneas ()
 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;

Cadena abstracta pública getLines (í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;

resumen público int getLinesCount ()

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

Lista abstracta pública<Cadena> getLinesList ()

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