SourceFileOrBuilder

interface publique SourceFileOrBuilder
Sous-classes indirectes connues

Méthodes publiques

chaîne abstraite
getFilePath ()
 Path to the file.
résumé com.google.protobuf.ByteString
getFilePathBytes ()
 Path to the file.
chaîne abstraite
getHostName ()
 Name of the host on which the file is located.
résumé com.google.protobuf.ByteString
getHostNameBytes ()
 Name of the host on which the file is located.
chaîne abstraite
getLines (index entier)
 Line-by-line content of the file.
résumé com.google.protobuf.ByteString
getLinesBytes (index int)
 Line-by-line content of the file.
abstrait entier
getLinesCount ()
 Line-by-line content of the file.
Liste abstraite<String>
getLinesList ()
 Line-by-line content of the file.

Méthodes publiques

chaîne abstraite publique getFilePath ()

 Path to the file.
 
string file_path = 1;

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

 Path to the file.
 
string file_path = 1;

chaîne abstraite publique getHostName ()

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

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

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

chaîne abstraite publique getLines (index int)

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

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

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

public abstrait int getLinesCount ()

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

liste abstraite publique<String> getLinesList ()

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