Class GraphDebugInfo.StackTrace.Builder

    • 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<GraphDebugInfo.StackTrace.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<GraphDebugInfo.StackTrace.Builder>
      • getDefaultInstanceForType

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

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

        public GraphDebugInfo.StackTrace buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.Builder
      • setField

        public GraphDebugInfo.StackTrace.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<GraphDebugInfo.StackTrace.Builder>
      • setRepeatedField

        public GraphDebugInfo.StackTrace.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<GraphDebugInfo.StackTrace.Builder>
      • addRepeatedField

        public GraphDebugInfo.StackTrace.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<GraphDebugInfo.StackTrace.Builder>
      • isInitialized

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

        public GraphDebugInfo.StackTrace.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<GraphDebugInfo.StackTrace.Builder>
        Throws:
        java.io.IOException
      • clearFileLineCols

        public GraphDebugInfo.StackTrace.Builder clearFileLineCols()
         Each line in the stack trace.
         
        repeated .org.platanios.tensorflow.proto.GraphDebugInfo.FileLineCol file_line_cols = 1;
      • removeFileLineCols

        public GraphDebugInfo.StackTrace.Builder removeFileLineCols​(int index)
         Each line in the stack trace.
         
        repeated .org.platanios.tensorflow.proto.GraphDebugInfo.FileLineCol file_line_cols = 1;
      • getFileLineColsBuilder

        public GraphDebugInfo.FileLineCol.Builder getFileLineColsBuilder​(int index)
         Each line in the stack trace.
         
        repeated .org.platanios.tensorflow.proto.GraphDebugInfo.FileLineCol file_line_cols = 1;
      • addFileLineColsBuilder

        public GraphDebugInfo.FileLineCol.Builder addFileLineColsBuilder()
         Each line in the stack trace.
         
        repeated .org.platanios.tensorflow.proto.GraphDebugInfo.FileLineCol file_line_cols = 1;
      • addFileLineColsBuilder

        public GraphDebugInfo.FileLineCol.Builder addFileLineColsBuilder​(int index)
         Each line in the stack trace.
         
        repeated .org.platanios.tensorflow.proto.GraphDebugInfo.FileLineCol file_line_cols = 1;
      • getFileLineColsBuilderList

        public java.util.List<GraphDebugInfo.FileLineCol.Builder> getFileLineColsBuilderList()
         Each line in the stack trace.
         
        repeated .org.platanios.tensorflow.proto.GraphDebugInfo.FileLineCol file_line_cols = 1;
      • setUnknownFields

        public final GraphDebugInfo.StackTrace.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<GraphDebugInfo.StackTrace.Builder>
      • mergeUnknownFields

        public final GraphDebugInfo.StackTrace.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<GraphDebugInfo.StackTrace.Builder>