GraphDebugInfo.FileLineColOrBuilder

सार्वजनिक स्थैतिक इंटरफ़ेस GraphDebugInfo.FileLineColOrBuilder
ज्ञात अप्रत्यक्ष उपवर्ग

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

सार स्ट्रिंग
कोड प्राप्त करें ()
 Source code contained in this file line.
सार com.google.protobuf.ByteString
getCodeBytes ()
 Source code contained in this file line.
सार इंट
गेटकोल ()
 Col number in the file line.
सार इंट
getFileIndex ()
 File name index, which can be used to retrieve the file name string from
 `files`.
सार स्ट्रिंग
गेटफनक ()
 Name of function contains the file line.
सार com.google.protobuf.ByteString
getFuncBytes ()
 Name of function contains the file line.
सार इंट
लाइन में आओ ()
 Line number in the file.

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

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

 Source code contained in this file line.
 
string code = 5;

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

 Source code contained in this file line.
 
string code = 5;

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

 Col number in the file line.
 
int32 col = 3;

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

 File name index, which can be used to retrieve the file name string from
 `files`. The value should be between 0 and (len(files)-1)
 
int32 file_index = 1;

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

 Name of function contains the file line.
 
string func = 4;

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

 Name of function contains the file line.
 
string func = 4;

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

 Line number in the file.
 
int32 line = 2;