GraphDebugInfo.FileLineColOrBuilder

อินเทอร์เฟซแบบคงที่สาธารณะ GraphDebugInfo.FileLineColOrBuilder
คลาสย่อยทางอ้อมที่รู้จัก

วิธีการสาธารณะ

สตริงที่เป็นนามธรรม
รับโค้ด ()
 Source code contained in this file line.
นามธรรม com.google.protobuf.ByteString
รับโค้ดไบต์ ()
 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 ()

string code = 5;

 Source code contained in this file line.
 
= 5;

นามธรรมสาธารณะ com.google.protobuf.ByteString getCodeBytes ()

string code = 5;

 Source code contained in this file line.
 
= 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;