Class StackFrameWithId.Builder

  • All Implemented Interfaces:
    com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, java.lang.Cloneable, StackFrameWithIdOrBuilder
    Enclosing class:
    StackFrameWithId

    public static final class StackFrameWithId.Builder
    extends com.google.protobuf.GeneratedMessageV3.Builder<StackFrameWithId.Builder>
    implements StackFrameWithIdOrBuilder
     A stack frame with ID.
     
    Protobuf type org.platanios.tensorflow.proto.StackFrameWithId
    • Method Detail

      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<StackFrameWithId.Builder>
      • clear

        public StackFrameWithId.Builder clear()
        Specified by:
        clear in interface com.google.protobuf.Message.Builder
        Specified by:
        clear in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clear in class com.google.protobuf.GeneratedMessageV3.Builder<StackFrameWithId.Builder>
      • getDescriptorForType

        public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface com.google.protobuf.Message.Builder
        Specified by:
        getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
        Overrides:
        getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<StackFrameWithId.Builder>
      • getDefaultInstanceForType

        public StackFrameWithId getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
      • build

        public StackFrameWithId build()
        Specified by:
        build in interface com.google.protobuf.Message.Builder
        Specified by:
        build in interface com.google.protobuf.MessageLite.Builder
      • buildPartial

        public StackFrameWithId buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.Builder
      • clone

        public StackFrameWithId.Builder clone()
        Specified by:
        clone in interface com.google.protobuf.Message.Builder
        Specified by:
        clone in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clone in class com.google.protobuf.GeneratedMessageV3.Builder<StackFrameWithId.Builder>
      • setField

        public StackFrameWithId.Builder setField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                 java.lang.Object value)
        Specified by:
        setField in interface com.google.protobuf.Message.Builder
        Overrides:
        setField in class com.google.protobuf.GeneratedMessageV3.Builder<StackFrameWithId.Builder>
      • clearField

        public StackFrameWithId.Builder clearField​(com.google.protobuf.Descriptors.FieldDescriptor field)
        Specified by:
        clearField in interface com.google.protobuf.Message.Builder
        Overrides:
        clearField in class com.google.protobuf.GeneratedMessageV3.Builder<StackFrameWithId.Builder>
      • clearOneof

        public StackFrameWithId.Builder clearOneof​(com.google.protobuf.Descriptors.OneofDescriptor oneof)
        Specified by:
        clearOneof in interface com.google.protobuf.Message.Builder
        Overrides:
        clearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<StackFrameWithId.Builder>
      • setRepeatedField

        public StackFrameWithId.Builder setRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                         int index,
                                                         java.lang.Object value)
        Specified by:
        setRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<StackFrameWithId.Builder>
      • addRepeatedField

        public StackFrameWithId.Builder addRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                         java.lang.Object value)
        Specified by:
        addRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<StackFrameWithId.Builder>
      • mergeFrom

        public StackFrameWithId.Builder mergeFrom​(com.google.protobuf.Message other)
        Specified by:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<StackFrameWithId.Builder>
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<StackFrameWithId.Builder>
      • mergeFrom

        public StackFrameWithId.Builder mergeFrom​(com.google.protobuf.CodedInputStream input,
                                                  com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                           throws java.io.IOException
        Specified by:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Specified by:
        mergeFrom in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<StackFrameWithId.Builder>
        Throws:
        java.io.IOException
      • getId

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

        public com.google.protobuf.ByteString getIdBytes()
         A unique ID for the stack frame: A UUID-like string.
         
        string id = 1;
        Specified by:
        getIdBytes in interface StackFrameWithIdOrBuilder
        Returns:
        The bytes for id.
      • setId

        public StackFrameWithId.Builder setId​(java.lang.String value)
         A unique ID for the stack frame: A UUID-like string.
         
        string id = 1;
        Parameters:
        value - The id to set.
        Returns:
        This builder for chaining.
      • clearId

        public StackFrameWithId.Builder clearId()
         A unique ID for the stack frame: A UUID-like string.
         
        string id = 1;
        Returns:
        This builder for chaining.
      • setIdBytes

        public StackFrameWithId.Builder setIdBytes​(com.google.protobuf.ByteString value)
         A unique ID for the stack frame: A UUID-like string.
         
        string id = 1;
        Parameters:
        value - The bytes for id to set.
        Returns:
        This builder for chaining.
      • hasFileLineCol

        public 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;
        Specified by:
        hasFileLineCol in interface StackFrameWithIdOrBuilder
        Returns:
        Whether the fileLineCol field is set.
      • getFileLineCol

        public 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;
        Specified by:
        getFileLineCol in interface StackFrameWithIdOrBuilder
        Returns:
        The fileLineCol.
      • setFileLineCol

        public StackFrameWithId.Builder setFileLineCol​(GraphDebugInfo.FileLineCol value)
         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;
      • setFileLineCol

        public StackFrameWithId.Builder setFileLineCol​(GraphDebugInfo.FileLineCol.Builder builderForValue)
         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;
      • mergeFileLineCol

        public StackFrameWithId.Builder mergeFileLineCol​(GraphDebugInfo.FileLineCol value)
         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;
      • clearFileLineCol

        public StackFrameWithId.Builder clearFileLineCol()
         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;
      • getFileLineColBuilder

        public GraphDebugInfo.FileLineCol.Builder getFileLineColBuilder()
         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;
      • getFileLineColOrBuilder

        public 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;
        Specified by:
        getFileLineColOrBuilder in interface StackFrameWithIdOrBuilder
      • setUnknownFields

        public final StackFrameWithId.Builder setUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        setUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<StackFrameWithId.Builder>
      • mergeUnknownFields

        public final StackFrameWithId.Builder mergeUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        mergeUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<StackFrameWithId.Builder>