Interface StackFrameWithIdOrBuilder
- All Superinterfaces:
MessageLiteOrBuilder, MessageOrBuilder
- All Known Implementing Classes:
StackFrameWithId, StackFrameWithId.Builder
-
Method Summary
Modifier and TypeMethodDescriptionStack 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).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.A unique ID for the stack frame: A UUID-like string.booleanStack 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).Methods inherited from interface MessageLiteOrBuilder
isInitialized
-
Method Details
-
getId
-
getIdBytes
ByteString getIdBytes()A unique ID for the stack frame: A UUID-like string.
string id = 1;- Returns:
- The bytes for id.
-
hasFileLineCol
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;- Returns:
- Whether the fileLineCol field is set.
-
getFileLineCol
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;- Returns:
- The fileLineCol.
-
getFileLineColOrBuilder
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;
-