Class GraphDebugInfo.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<GraphDebugInfo.Builder>
com.google.protobuf.GeneratedMessageV3.Builder<GraphDebugInfo.Builder>
org.tensorflow.framework.GraphDebugInfo.Builder
All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable, GraphDebugInfoOrBuilder
Enclosing class:
GraphDebugInfo

public static final class GraphDebugInfo.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<GraphDebugInfo.Builder> implements GraphDebugInfoOrBuilder
Protobuf type tensorflow.GraphDebugInfo
  • Method Details

    • getDescriptor

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

      protected com.google.protobuf.MapFieldReflectionAccessor internalGetMapFieldReflection(int number)
      Overrides:
      internalGetMapFieldReflection in class com.google.protobuf.GeneratedMessageV3.Builder<GraphDebugInfo.Builder>
    • internalGetMutableMapFieldReflection

      protected com.google.protobuf.MapFieldReflectionAccessor internalGetMutableMapFieldReflection(int number)
      Overrides:
      internalGetMutableMapFieldReflection in class com.google.protobuf.GeneratedMessageV3.Builder<GraphDebugInfo.Builder>
    • internalGetFieldAccessorTable

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

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

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

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

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

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

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

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

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

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

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

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

      public GraphDebugInfo.Builder mergeFrom(GraphDebugInfo other)
    • isInitialized

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

      public GraphDebugInfo.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws 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.Builder>
      Throws:
      IOException
    • getFilesList

      public com.google.protobuf.ProtocolStringList getFilesList()
       This stores all the source code file names and can be indexed by the
       `file_index`.
       
      repeated string files = 1;
      Specified by:
      getFilesList in interface GraphDebugInfoOrBuilder
      Returns:
      A list containing the files.
    • getFilesCount

      public int getFilesCount()
       This stores all the source code file names and can be indexed by the
       `file_index`.
       
      repeated string files = 1;
      Specified by:
      getFilesCount in interface GraphDebugInfoOrBuilder
      Returns:
      The count of files.
    • getFiles

      public String getFiles(int index)
       This stores all the source code file names and can be indexed by the
       `file_index`.
       
      repeated string files = 1;
      Specified by:
      getFiles in interface GraphDebugInfoOrBuilder
      Parameters:
      index - The index of the element to return.
      Returns:
      The files at the given index.
    • getFilesBytes

      public com.google.protobuf.ByteString getFilesBytes(int index)
       This stores all the source code file names and can be indexed by the
       `file_index`.
       
      repeated string files = 1;
      Specified by:
      getFilesBytes in interface GraphDebugInfoOrBuilder
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the files at the given index.
    • setFiles

      public GraphDebugInfo.Builder setFiles(int index, String value)
       This stores all the source code file names and can be indexed by the
       `file_index`.
       
      repeated string files = 1;
      Parameters:
      index - The index to set the value at.
      value - The files to set.
      Returns:
      This builder for chaining.
    • addFiles

      public GraphDebugInfo.Builder addFiles(String value)
       This stores all the source code file names and can be indexed by the
       `file_index`.
       
      repeated string files = 1;
      Parameters:
      value - The files to add.
      Returns:
      This builder for chaining.
    • addAllFiles

      public GraphDebugInfo.Builder addAllFiles(Iterable<String> values)
       This stores all the source code file names and can be indexed by the
       `file_index`.
       
      repeated string files = 1;
      Parameters:
      values - The files to add.
      Returns:
      This builder for chaining.
    • clearFiles

      public GraphDebugInfo.Builder clearFiles()
       This stores all the source code file names and can be indexed by the
       `file_index`.
       
      repeated string files = 1;
      Returns:
      This builder for chaining.
    • addFilesBytes

      public GraphDebugInfo.Builder addFilesBytes(com.google.protobuf.ByteString value)
       This stores all the source code file names and can be indexed by the
       `file_index`.
       
      repeated string files = 1;
      Parameters:
      value - The bytes of the files to add.
      Returns:
      This builder for chaining.
    • getFramesByIdCount

      public int getFramesByIdCount()
      Description copied from interface: GraphDebugInfoOrBuilder
       Stack traces and frames are uniqueified during construction. These maps
       index from the unique id for a frame/trace to the value.
       
      map<fixed64, .tensorflow.GraphDebugInfo.FileLineCol> frames_by_id = 4;
      Specified by:
      getFramesByIdCount in interface GraphDebugInfoOrBuilder
    • containsFramesById

      public boolean containsFramesById(long key)
       Stack traces and frames are uniqueified during construction. These maps
       index from the unique id for a frame/trace to the value.
       
      map<fixed64, .tensorflow.GraphDebugInfo.FileLineCol> frames_by_id = 4;
      Specified by:
      containsFramesById in interface GraphDebugInfoOrBuilder
    • getFramesById

      Deprecated.
      Use getFramesByIdMap() instead.
      Specified by:
      getFramesById in interface GraphDebugInfoOrBuilder
    • getFramesByIdMap

      public Map<Long,GraphDebugInfo.FileLineCol> getFramesByIdMap()
       Stack traces and frames are uniqueified during construction. These maps
       index from the unique id for a frame/trace to the value.
       
      map<fixed64, .tensorflow.GraphDebugInfo.FileLineCol> frames_by_id = 4;
      Specified by:
      getFramesByIdMap in interface GraphDebugInfoOrBuilder
    • getFramesByIdOrDefault

      public GraphDebugInfo.FileLineCol getFramesByIdOrDefault(long key, GraphDebugInfo.FileLineCol defaultValue)
       Stack traces and frames are uniqueified during construction. These maps
       index from the unique id for a frame/trace to the value.
       
      map<fixed64, .tensorflow.GraphDebugInfo.FileLineCol> frames_by_id = 4;
      Specified by:
      getFramesByIdOrDefault in interface GraphDebugInfoOrBuilder
    • getFramesByIdOrThrow

      public GraphDebugInfo.FileLineCol getFramesByIdOrThrow(long key)
       Stack traces and frames are uniqueified during construction. These maps
       index from the unique id for a frame/trace to the value.
       
      map<fixed64, .tensorflow.GraphDebugInfo.FileLineCol> frames_by_id = 4;
      Specified by:
      getFramesByIdOrThrow in interface GraphDebugInfoOrBuilder
    • clearFramesById

      public GraphDebugInfo.Builder clearFramesById()
    • removeFramesById

      public GraphDebugInfo.Builder removeFramesById(long key)
       Stack traces and frames are uniqueified during construction. These maps
       index from the unique id for a frame/trace to the value.
       
      map<fixed64, .tensorflow.GraphDebugInfo.FileLineCol> frames_by_id = 4;
    • getMutableFramesById

      @Deprecated public Map<Long,GraphDebugInfo.FileLineCol> getMutableFramesById()
      Deprecated.
      Use alternate mutation accessors instead.
    • putFramesById

      public GraphDebugInfo.Builder putFramesById(long key, GraphDebugInfo.FileLineCol value)
       Stack traces and frames are uniqueified during construction. These maps
       index from the unique id for a frame/trace to the value.
       
      map<fixed64, .tensorflow.GraphDebugInfo.FileLineCol> frames_by_id = 4;
    • putAllFramesById

      public GraphDebugInfo.Builder putAllFramesById(Map<Long,GraphDebugInfo.FileLineCol> values)
       Stack traces and frames are uniqueified during construction. These maps
       index from the unique id for a frame/trace to the value.
       
      map<fixed64, .tensorflow.GraphDebugInfo.FileLineCol> frames_by_id = 4;
    • putFramesByIdBuilderIfAbsent

      public GraphDebugInfo.FileLineCol.Builder putFramesByIdBuilderIfAbsent(long key)
       Stack traces and frames are uniqueified during construction. These maps
       index from the unique id for a frame/trace to the value.
       
      map<fixed64, .tensorflow.GraphDebugInfo.FileLineCol> frames_by_id = 4;
    • getTracesByIdCount

      public int getTracesByIdCount()
      Description copied from interface: GraphDebugInfoOrBuilder
      map<fixed64, .tensorflow.GraphDebugInfo.StackTrace> traces_by_id = 6;
      Specified by:
      getTracesByIdCount in interface GraphDebugInfoOrBuilder
    • containsTracesById

      public boolean containsTracesById(long key)
      map<fixed64, .tensorflow.GraphDebugInfo.StackTrace> traces_by_id = 6;
      Specified by:
      containsTracesById in interface GraphDebugInfoOrBuilder
    • getTracesById

      @Deprecated public Map<Long,GraphDebugInfo.StackTrace> getTracesById()
      Deprecated.
      Use getTracesByIdMap() instead.
      Specified by:
      getTracesById in interface GraphDebugInfoOrBuilder
    • getTracesByIdMap

      public Map<Long,GraphDebugInfo.StackTrace> getTracesByIdMap()
      map<fixed64, .tensorflow.GraphDebugInfo.StackTrace> traces_by_id = 6;
      Specified by:
      getTracesByIdMap in interface GraphDebugInfoOrBuilder
    • getTracesByIdOrDefault

      public GraphDebugInfo.StackTrace getTracesByIdOrDefault(long key, GraphDebugInfo.StackTrace defaultValue)
      map<fixed64, .tensorflow.GraphDebugInfo.StackTrace> traces_by_id = 6;
      Specified by:
      getTracesByIdOrDefault in interface GraphDebugInfoOrBuilder
    • getTracesByIdOrThrow

      public GraphDebugInfo.StackTrace getTracesByIdOrThrow(long key)
      map<fixed64, .tensorflow.GraphDebugInfo.StackTrace> traces_by_id = 6;
      Specified by:
      getTracesByIdOrThrow in interface GraphDebugInfoOrBuilder
    • clearTracesById

      public GraphDebugInfo.Builder clearTracesById()
    • removeTracesById

      public GraphDebugInfo.Builder removeTracesById(long key)
      map<fixed64, .tensorflow.GraphDebugInfo.StackTrace> traces_by_id = 6;
    • getMutableTracesById

      @Deprecated public Map<Long,GraphDebugInfo.StackTrace> getMutableTracesById()
      Deprecated.
      Use alternate mutation accessors instead.
    • putTracesById

      public GraphDebugInfo.Builder putTracesById(long key, GraphDebugInfo.StackTrace value)
      map<fixed64, .tensorflow.GraphDebugInfo.StackTrace> traces_by_id = 6;
    • putAllTracesById

      public GraphDebugInfo.Builder putAllTracesById(Map<Long,GraphDebugInfo.StackTrace> values)
      map<fixed64, .tensorflow.GraphDebugInfo.StackTrace> traces_by_id = 6;
    • putTracesByIdBuilderIfAbsent

      public GraphDebugInfo.StackTrace.Builder putTracesByIdBuilderIfAbsent(long key)
      map<fixed64, .tensorflow.GraphDebugInfo.StackTrace> traces_by_id = 6;
    • getTracesCount

      public int getTracesCount()
      Description copied from interface: GraphDebugInfoOrBuilder
       Deprecated.
       
      map<string, .tensorflow.GraphDebugInfo.StackTrace> traces = 2;
      Specified by:
      getTracesCount in interface GraphDebugInfoOrBuilder
    • containsTraces

      public boolean containsTraces(String key)
       Deprecated.
       
      map<string, .tensorflow.GraphDebugInfo.StackTrace> traces = 2;
      Specified by:
      containsTraces in interface GraphDebugInfoOrBuilder
    • getTraces

      Deprecated.
      Use getTracesMap() instead.
      Specified by:
      getTraces in interface GraphDebugInfoOrBuilder
    • getTracesMap

      public Map<String,GraphDebugInfo.StackTrace> getTracesMap()
       Deprecated.
       
      map<string, .tensorflow.GraphDebugInfo.StackTrace> traces = 2;
      Specified by:
      getTracesMap in interface GraphDebugInfoOrBuilder
    • getTracesOrDefault

      public GraphDebugInfo.StackTrace getTracesOrDefault(String key, GraphDebugInfo.StackTrace defaultValue)
       Deprecated.
       
      map<string, .tensorflow.GraphDebugInfo.StackTrace> traces = 2;
      Specified by:
      getTracesOrDefault in interface GraphDebugInfoOrBuilder
    • getTracesOrThrow

      public GraphDebugInfo.StackTrace getTracesOrThrow(String key)
       Deprecated.
       
      map<string, .tensorflow.GraphDebugInfo.StackTrace> traces = 2;
      Specified by:
      getTracesOrThrow in interface GraphDebugInfoOrBuilder
    • clearTraces

      public GraphDebugInfo.Builder clearTraces()
    • removeTraces

      public GraphDebugInfo.Builder removeTraces(String key)
       Deprecated.
       
      map<string, .tensorflow.GraphDebugInfo.StackTrace> traces = 2;
    • getMutableTraces

      @Deprecated public Map<String,GraphDebugInfo.StackTrace> getMutableTraces()
      Deprecated.
      Use alternate mutation accessors instead.
    • putTraces

       Deprecated.
       
      map<string, .tensorflow.GraphDebugInfo.StackTrace> traces = 2;
    • putAllTraces

       Deprecated.
       
      map<string, .tensorflow.GraphDebugInfo.StackTrace> traces = 2;
    • putTracesBuilderIfAbsent

      public GraphDebugInfo.StackTrace.Builder putTracesBuilderIfAbsent(String key)
       Deprecated.
       
      map<string, .tensorflow.GraphDebugInfo.StackTrace> traces = 2;
    • getNameToTraceIdCount

      public int getNameToTraceIdCount()
      Description copied from interface: GraphDebugInfoOrBuilder
       This maps a node name to a trace id contained in `traces_by_id`.
      
       The map key is a mangling of the containing function and op name with
       syntax:
         op.name '@' func_name
       For ops in the top-level graph, the func_name is the empty string and hence
       the `@` may be ommitted.
       Note that op names are restricted to a small number of characters which
       exclude '@', making it impossible to collide keys of this form. Function
       names accept a much wider set of characters.
       It would be preferable to avoid mangling and use a tuple key of (op.name,
       func_name), but this is not supported with protocol buffers.
       
      map<string, fixed64> name_to_trace_id = 5;
      Specified by:
      getNameToTraceIdCount in interface GraphDebugInfoOrBuilder
    • containsNameToTraceId

      public boolean containsNameToTraceId(String key)
       This maps a node name to a trace id contained in `traces_by_id`.
      
       The map key is a mangling of the containing function and op name with
       syntax:
         op.name '@' func_name
       For ops in the top-level graph, the func_name is the empty string and hence
       the `@` may be ommitted.
       Note that op names are restricted to a small number of characters which
       exclude '@', making it impossible to collide keys of this form. Function
       names accept a much wider set of characters.
       It would be preferable to avoid mangling and use a tuple key of (op.name,
       func_name), but this is not supported with protocol buffers.
       
      map<string, fixed64> name_to_trace_id = 5;
      Specified by:
      containsNameToTraceId in interface GraphDebugInfoOrBuilder
    • getNameToTraceId

      @Deprecated public Map<String,Long> getNameToTraceId()
      Deprecated.
      Specified by:
      getNameToTraceId in interface GraphDebugInfoOrBuilder
    • getNameToTraceIdMap

      public Map<String,Long> getNameToTraceIdMap()
       This maps a node name to a trace id contained in `traces_by_id`.
      
       The map key is a mangling of the containing function and op name with
       syntax:
         op.name '@' func_name
       For ops in the top-level graph, the func_name is the empty string and hence
       the `@` may be ommitted.
       Note that op names are restricted to a small number of characters which
       exclude '@', making it impossible to collide keys of this form. Function
       names accept a much wider set of characters.
       It would be preferable to avoid mangling and use a tuple key of (op.name,
       func_name), but this is not supported with protocol buffers.
       
      map<string, fixed64> name_to_trace_id = 5;
      Specified by:
      getNameToTraceIdMap in interface GraphDebugInfoOrBuilder
    • getNameToTraceIdOrDefault

      public long getNameToTraceIdOrDefault(String key, long defaultValue)
       This maps a node name to a trace id contained in `traces_by_id`.
      
       The map key is a mangling of the containing function and op name with
       syntax:
         op.name '@' func_name
       For ops in the top-level graph, the func_name is the empty string and hence
       the `@` may be ommitted.
       Note that op names are restricted to a small number of characters which
       exclude '@', making it impossible to collide keys of this form. Function
       names accept a much wider set of characters.
       It would be preferable to avoid mangling and use a tuple key of (op.name,
       func_name), but this is not supported with protocol buffers.
       
      map<string, fixed64> name_to_trace_id = 5;
      Specified by:
      getNameToTraceIdOrDefault in interface GraphDebugInfoOrBuilder
    • getNameToTraceIdOrThrow

      public long getNameToTraceIdOrThrow(String key)
       This maps a node name to a trace id contained in `traces_by_id`.
      
       The map key is a mangling of the containing function and op name with
       syntax:
         op.name '@' func_name
       For ops in the top-level graph, the func_name is the empty string and hence
       the `@` may be ommitted.
       Note that op names are restricted to a small number of characters which
       exclude '@', making it impossible to collide keys of this form. Function
       names accept a much wider set of characters.
       It would be preferable to avoid mangling and use a tuple key of (op.name,
       func_name), but this is not supported with protocol buffers.
       
      map<string, fixed64> name_to_trace_id = 5;
      Specified by:
      getNameToTraceIdOrThrow in interface GraphDebugInfoOrBuilder
    • clearNameToTraceId

      public GraphDebugInfo.Builder clearNameToTraceId()
    • removeNameToTraceId

      public GraphDebugInfo.Builder removeNameToTraceId(String key)
       This maps a node name to a trace id contained in `traces_by_id`.
      
       The map key is a mangling of the containing function and op name with
       syntax:
         op.name '@' func_name
       For ops in the top-level graph, the func_name is the empty string and hence
       the `@` may be ommitted.
       Note that op names are restricted to a small number of characters which
       exclude '@', making it impossible to collide keys of this form. Function
       names accept a much wider set of characters.
       It would be preferable to avoid mangling and use a tuple key of (op.name,
       func_name), but this is not supported with protocol buffers.
       
      map<string, fixed64> name_to_trace_id = 5;
    • getMutableNameToTraceId

      @Deprecated public Map<String,Long> getMutableNameToTraceId()
      Deprecated.
      Use alternate mutation accessors instead.
    • putNameToTraceId

      public GraphDebugInfo.Builder putNameToTraceId(String key, long value)
       This maps a node name to a trace id contained in `traces_by_id`.
      
       The map key is a mangling of the containing function and op name with
       syntax:
         op.name '@' func_name
       For ops in the top-level graph, the func_name is the empty string and hence
       the `@` may be ommitted.
       Note that op names are restricted to a small number of characters which
       exclude '@', making it impossible to collide keys of this form. Function
       names accept a much wider set of characters.
       It would be preferable to avoid mangling and use a tuple key of (op.name,
       func_name), but this is not supported with protocol buffers.
       
      map<string, fixed64> name_to_trace_id = 5;
    • putAllNameToTraceId

      public GraphDebugInfo.Builder putAllNameToTraceId(Map<String,Long> values)
       This maps a node name to a trace id contained in `traces_by_id`.
      
       The map key is a mangling of the containing function and op name with
       syntax:
         op.name '@' func_name
       For ops in the top-level graph, the func_name is the empty string and hence
       the `@` may be ommitted.
       Note that op names are restricted to a small number of characters which
       exclude '@', making it impossible to collide keys of this form. Function
       names accept a much wider set of characters.
       It would be preferable to avoid mangling and use a tuple key of (op.name,
       func_name), but this is not supported with protocol buffers.
       
      map<string, fixed64> name_to_trace_id = 5;
    • setUnknownFields

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

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