DebuggedSourceFileOrBuilder

सार्वजनिक इंटरफ़ेस DebuggedSourceFileOrBuilder
ज्ञात अप्रत्यक्ष उपवर्ग

सार्वजनिक तरीके

अमूर्त लंबा
गेटबाइट्स ()
 Byte size of the file.
सार स्ट्रिंग
getफ़ाइलपाथ ()
 Path to the source code file.
सार com.google.protobuf.ByteString
getFilePathBytes ()
 Path to the source code file.
सार स्ट्रिंग
गेटहोस्ट ()
 The host name on which a source code file is located.
सार com.google.protobuf.ByteString
गेटहोस्टबाइट्स ()
 The host name on which a source code file is located.
अमूर्त लंबा
getLastModified ()
 The timestamp at which the source code file is last modified.
सार स्ट्रिंग
गेटलाइन्स (इंट इंडेक्स)
 Line-by-line content of the source code file.
सार com.google.protobuf.ByteString
getLinesBytes (इंट इंडेक्स)
 Line-by-line content of the source code file.
सार इंट
getLinesCount ()
 Line-by-line content of the source code file.
सार सूची<स्ट्रिंग>
getLinesList ()
 Line-by-line content of the source code file.

सार्वजनिक तरीके

सार्वजनिक सार लंबे गेटबाइट्स ()

 Byte size of the file.
 
int64 bytes = 4;

सार्वजनिक सार स्ट्रिंग getFilePath ()

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

सार्वजनिक सार com.google.protobuf.ByteString getFilePathBytes ()

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

सार्वजनिक सार स्ट्रिंग getHost ()

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

सार्वजनिक सार com.google.protobuf.ByteString getHostBytes ()

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

सार्वजनिक सार लंबा getLastModified ()

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

सार्वजनिक सार स्ट्रिंग getLines (int सूचकांक)

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

सार्वजनिक सार com.google.protobuf.ByteString getLinesBytes (int अनुक्रमणिका)

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

सार्वजनिक सार int getLinesCount ()

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

सार्वजनिक सार सूची <स्ट्रिंग> getLinesList ()

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