Interface StackFrameWithIdOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    StackFrameWithId, StackFrameWithId.Builder

    public interface StackFrameWithIdOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      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).
      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).
      java.lang.String 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.
      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).
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getId

        java.lang.String getId()
         A unique ID for the stack frame: A UUID-like string.
         
        string id = 1;
        Returns:
        The id.
      • getIdBytes

        com.google.protobuf.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).
         
        .org.platanios.tensorflow.proto.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).
         
        .org.platanios.tensorflow.proto.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).
         
        .org.platanios.tensorflow.proto.GraphDebugInfo.FileLineCol file_line_col = 2;