Interface StackFrameWithIdOrBuilder

All Superinterfaces:
MessageLiteOrBuilder, MessageOrBuilder
All Known Implementing Classes:
StackFrameWithId, StackFrameWithId.Builder

public interface StackFrameWithIdOrBuilder extends MessageOrBuilder
  • Method Details

    • getId

      String getId()
      A unique ID for the stack frame: A UUID-like string.
      
      string id = 1;
      Returns:
      The id.
    • 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;