DebuggedSourceFileOrBuilder

interface publique DebuggedSourceFileOrBuilder
Sous-classes indirectes connues

Méthodes publiques

abstrait long
getBytes ()
 Byte size of the file.
Chaîne abstraite
getFilePath ()
 Path to the source code file.
résumé com.google.protobuf.ByteString
getFilePathBytes ()
 Path to the source code file.
Chaîne abstraite
getHost ()
 The host name on which a source code file is located.
résumé com.google.protobuf.ByteString
getHostBytes ()
 The host name on which a source code file is located.
abstrait long
getLastModified ()
 The timestamp at which the source code file is last modified.
Chaîne abstraite
getLines (index entier)
 Line-by-line content of the source code file.
résumé com.google.protobuf.ByteString
getLinesBytes (index int)
 Line-by-line content of the source code file.
abstrait entier
getLinesCount ()
 Line-by-line content of the source code file.
Liste abstraite<String>
getLinesList ()
 Line-by-line content of the source code file.

Méthodes publiques

public abstrait long getBytes ()

 Byte size of the file.
 
int64 bytes = 4;

chaîne abstraite publique getFilePath ()

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

résumé public com.google.protobuf.ByteString getFilePathBytes ()

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

chaîne abstraite publique getHost ()

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

résumé public com.google.protobuf.ByteString getHostBytes ()

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

public abstrait long getLastModified ()

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

chaîne abstraite publique getLines (index int)

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

résumé public com.google.protobuf.ByteString getLinesBytes (index int)

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

public abstrait int getLinesCount ()

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

liste abstraite publique<String> getLinesList ()

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