DebuggedSourceFileOrBuilder

interfaz pública DebuggedSourceFileOrBuilder
Subclases indirectas conocidas

Métodos públicos

abstracto largo
obtenerBytes ()
 Byte size of the file.
cadena abstracta
getFilePath ()
 Path to the source code file.
resumen com.google.protobuf.ByteString
getFilePathBytes ()
 Path to the source code file.
cadena abstracta
obtenerHost ()
 The host name on which a source code file is located.
resumen com.google.protobuf.ByteString
obtenerHostBytes ()
 The host name on which a source code file is located.
abstracto largo
obtenerLastModified ()
 The timestamp at which the source code file is last modified.
cadena abstracta
getLines (índice int)
 Line-by-line content of the source code file.
resumen com.google.protobuf.ByteString
getLinesBytes (índice int)
 Line-by-line content of the source code file.
resumen entero
getLinesCount ()
 Line-by-line content of the source code file.
Lista abstracta<Cadena>
getLista de líneas ()
 Line-by-line content of the source code file.

Métodos públicos

getBytes largos abstractos públicos ()

 Byte size of the file.
 
int64 bytes = 4;

Cadena abstracta pública getFilePath ()

 Path to the source code file.
 
string file_path = 2;

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

 Path to the source code file.
 
string file_path = 2;

Cadena abstracta pública getHost ()

 The host name on which a source code file is located.
 
string host = 1;

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

 The host name on which a source code file is located.
 
string host = 1;

resumen público largo getLastModified ()

 The timestamp at which the source code file is last modified.
 
int64 last_modified = 3;

Cadena abstracta pública getLines (índice int)

 Line-by-line content of the source code file.
 
repeated string lines = 5;

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

 Line-by-line content of the source code file.
 
repeated string lines = 5;

resumen público int getLinesCount ()

 Line-by-line content of the source code file.
 
repeated string lines = 5;

Lista abstracta pública<Cadena> getLinesList ()

 Line-by-line content of the source code file.
 
repeated string lines = 5;