DebuggedSourceFileOrBuilder

interfejs publiczny DebuggedSourceFileOrBuilder
Znane podklasy pośrednie

Metody publiczne

abstrakcyjne, długie
getBytes ()
 Byte size of the file.
abstrakcyjny ciąg
getFilePath ()
 Path to the source code file.
streszczenie com.google.protobuf.ByteString
getFilePathBytes ()
 Path to the source code file.
abstrakcyjny ciąg
pobierz Hosta ()
 The host name on which a source code file is located.
streszczenie com.google.protobuf.ByteString
getHostBytes ()
 The host name on which a source code file is located.
abstrakcyjne, długie
getLastModified ()
 The timestamp at which the source code file is last modified.
abstrakcyjny ciąg
getLines (indeks int)
 Line-by-line content of the source code file.
streszczenie com.google.protobuf.ByteString
getLinesBytes (indeks int)
 Line-by-line content of the source code file.
streszczenie wew
getLinesCount ()
 Line-by-line content of the source code file.
lista abstrakcyjna<String>
getLinesList ()
 Line-by-line content of the source code file.

Metody publiczne

publiczne streszczenie długie getBytes ()

 Byte size of the file.
 
int64 bytes = 4;

publiczna abstrakcja String getFilePath ()

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

publiczne streszczenie com.google.protobuf.ByteString getFilePathBytes ()

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

publiczna abstrakcja String getHost ()

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

publiczne streszczenie com.google.protobuf.ByteString getHostBytes ()

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

publiczne streszczenie długie getLastModified ()

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

public streszczenie String getLines (indeks int)

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

publiczna abstrakcja com.google.protobuf.ByteString getLinesBytes (indeks int)

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

publiczne streszczenie int getLinesCount ()

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

publiczne streszczenie Lista<String> getLinesList ()

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