StackFrameWithIdOrBuilder

public interface StackFrameWithIdOrBuilder
Known Indirect Subclasses

Public Methods

abstract 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).
abstract String
getId()
 A unique ID for the stack frame: A UUID-like string.
abstract com.google.protobuf.ByteString
getIdBytes()
 A unique ID for the stack frame: A UUID-like string.
abstract boolean
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).

Public Methods

public abstract 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;

public 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).
 
.tensorflow.GraphDebugInfo.FileLineCol file_line_col = 2;

public abstract String getId ()

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

public abstract com.google.protobuf.ByteString getIdBytes ()

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

public abstract boolean 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;