StackFrameWithIdOrBuilder

رابط عمومی StackFrameWithIdOrBuilder
زیر کلاس های غیر مستقیم شناخته شده

روش های عمومی

چکیده 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).
Abstract 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).
رشته انتزاعی
getId ()
 A unique ID for the stack frame: A UUID-like string.
چکیده com.google.protobuf.ByteString
getIdBytes ()
 A unique ID for the stack frame: A UUID-like string.
بولی انتزاعی
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).

روش های عمومی

چکیده عمومی 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;

چکیده عمومی 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;

رشته انتزاعی عمومی getId ()

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

عمومی انتزاعی com.google.protobuf.ByteString getIdBytes ()

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

بولی انتزاعی عمومی 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;