StackFrameWithIdOrBuilder

antarmuka publik StackFrameWithIdOrBuilder
Subkelas Tidak Langsung yang Diketahui

Metode Publik

abstrak GraphDebugInfo.FileLineCol
dapatkanFileLineCol ()
 Stack frame, i.e., a frame of a stack trace, containing information
 regarding the file name, line number, function name, code content
 of the line, and column number (if available).
abstrak GraphDebugInfo.FileLineColOrBuilder
getFileLineColOrBuilder ()
 Stack frame, i.e., a frame of a stack trace, containing information
 regarding the file name, line number, function name, code content
 of the line, and column number (if available).
Tali abstrak
dapatkanId ()
 A unique ID for the stack frame: A UUID-like string.
abstrak com.google.protobuf.ByteString
dapatkanIdBytes ()
 A unique ID for the stack frame: A UUID-like string.
boolean abstrak
hasFileLineCol ()
 Stack frame, i.e., a frame of a stack trace, containing information
 regarding the file name, line number, function name, code content
 of the line, and column number (if available).

Metode Publik

abstrak publik GraphDebugInfo.FileLineCol getFileLineCol ()

 Stack frame, i.e., a frame of a stack trace, containing information
 regarding the file name, line number, function name, code content
 of the line, and column number (if available).
 
.tensorflow.GraphDebugInfo.FileLineCol file_line_col = 2;

abstrak publik GraphDebugInfo.FileLineColOrBuilder getFileLineColOrBuilder ()

 Stack frame, i.e., a frame of a stack trace, containing information
 regarding the file name, line number, function name, code content
 of the line, and column number (if available).
 
.tensorflow.GraphDebugInfo.FileLineCol file_line_col = 2;

String abstrak publik getId ()

 A unique ID for the stack frame: A UUID-like string.
 
string id = 1;

abstrak publik com.google.protobuf.ByteString getIdBytes ()

 A unique ID for the stack frame: A UUID-like string.
 
string id = 1;

boolean abstrak publik hasFileLineCol ()

 Stack frame, i.e., a frame of a stack trace, containing information
 regarding the file name, line number, function name, code content
 of the line, and column number (if available).
 
.tensorflow.GraphDebugInfo.FileLineCol file_line_col = 2;