GraphDebugInfo.StackTrace.Builder

public static final class GraphDebugInfo.StackTrace.Builder

 This represents a stack trace which is a ordered list of `FileLineCol`.
 
Protobuf type tensorflow.GraphDebugInfo.StackTrace

Public Methods

GraphDebugInfo.StackTrace.Builder
addAllFileLineCols(Iterable<? extends GraphDebugInfo.FileLineCol> values)
 Each line in the stack trace.
GraphDebugInfo.StackTrace.Builder
addFileLineCols(GraphDebugInfo.FileLineCol.Builder builderForValue)
 Each line in the stack trace.
GraphDebugInfo.StackTrace.Builder
addFileLineCols(int index, GraphDebugInfo.FileLineCol value)
 Each line in the stack trace.
GraphDebugInfo.StackTrace.Builder
addFileLineCols(int index, GraphDebugInfo.FileLineCol.Builder builderForValue)
 Each line in the stack trace.
GraphDebugInfo.StackTrace.Builder
addFileLineCols(GraphDebugInfo.FileLineCol value)
 Each line in the stack trace.
GraphDebugInfo.FileLineCol.Builder
addFileLineColsBuilder(int index)
 Each line in the stack trace.
GraphDebugInfo.FileLineCol.Builder
addFileLineColsBuilder()
 Each line in the stack trace.
GraphDebugInfo.StackTrace.Builder
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
GraphDebugInfo.StackTrace
build()
GraphDebugInfo.StackTrace
GraphDebugInfo.StackTrace.Builder
clear()
GraphDebugInfo.StackTrace.Builder
clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
GraphDebugInfo.StackTrace.Builder
clearFileLineCols()
 Each line in the stack trace.
GraphDebugInfo.StackTrace.Builder
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
GraphDebugInfo.StackTrace.Builder
clone()
GraphDebugInfo.StackTrace
final static com.google.protobuf.Descriptors.Descriptor
com.google.protobuf.Descriptors.Descriptor
GraphDebugInfo.FileLineCol
getFileLineCols(int index)
 Each line in the stack trace.
GraphDebugInfo.FileLineCol.Builder
getFileLineColsBuilder(int index)
 Each line in the stack trace.
List<GraphDebugInfo.FileLineCol.Builder>
getFileLineColsBuilderList()
 Each line in the stack trace.
int
getFileLineColsCount()
 Each line in the stack trace.
List<GraphDebugInfo.FileLineCol>
getFileLineColsList()
 Each line in the stack trace.
GraphDebugInfo.FileLineColOrBuilder
getFileLineColsOrBuilder(int index)
 Each line in the stack trace.
List<? extends GraphDebugInfo.FileLineColOrBuilder>
getFileLineColsOrBuilderList()
 Each line in the stack trace.
final boolean
GraphDebugInfo.StackTrace.Builder
mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
GraphDebugInfo.StackTrace.Builder
mergeFrom(com.google.protobuf.Message other)
final GraphDebugInfo.StackTrace.Builder
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
GraphDebugInfo.StackTrace.Builder
removeFileLineCols(int index)
 Each line in the stack trace.
GraphDebugInfo.StackTrace.Builder
setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
GraphDebugInfo.StackTrace.Builder
setFileLineCols(int index, GraphDebugInfo.FileLineCol.Builder builderForValue)
 Each line in the stack trace.
GraphDebugInfo.StackTrace.Builder
setFileLineCols(int index, GraphDebugInfo.FileLineCol value)
 Each line in the stack trace.
GraphDebugInfo.StackTrace.Builder
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
final GraphDebugInfo.StackTrace.Builder
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)

Inherited Methods

Public Methods

public GraphDebugInfo.StackTrace.Builder addAllFileLineCols (Iterable<? extends GraphDebugInfo.FileLineCol> values)

 Each line in the stack trace.
 
repeated .tensorflow.GraphDebugInfo.FileLineCol file_line_cols = 1;

public GraphDebugInfo.StackTrace.Builder addFileLineCols (GraphDebugInfo.FileLineCol.Builder builderForValue)

 Each line in the stack trace.
 
repeated .tensorflow.GraphDebugInfo.FileLineCol file_line_cols = 1;

public GraphDebugInfo.StackTrace.Builder addFileLineCols (int index, GraphDebugInfo.FileLineCol value)

 Each line in the stack trace.
 
repeated .tensorflow.GraphDebugInfo.FileLineCol file_line_cols = 1;

public GraphDebugInfo.StackTrace.Builder addFileLineCols (int index, GraphDebugInfo.FileLineCol.Builder builderForValue)

 Each line in the stack trace.
 
repeated .tensorflow.GraphDebugInfo.FileLineCol file_line_cols = 1;

public GraphDebugInfo.StackTrace.Builder addFileLineCols (GraphDebugInfo.FileLineCol value)

 Each line in the stack trace.
 
repeated .tensorflow.GraphDebugInfo.FileLineCol file_line_cols = 1;

public GraphDebugInfo.FileLineCol.Builder addFileLineColsBuilder (int index)

 Each line in the stack trace.
 
repeated .tensorflow.GraphDebugInfo.FileLineCol file_line_cols = 1;

public GraphDebugInfo.FileLineCol.Builder addFileLineColsBuilder ()

 Each line in the stack trace.
 
repeated .tensorflow.GraphDebugInfo.FileLineCol file_line_cols = 1;

public GraphDebugInfo.StackTrace.Builder addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor field, Object value)

public GraphDebugInfo.StackTrace build ()

public GraphDebugInfo.StackTrace buildPartial ()

public GraphDebugInfo.StackTrace.Builder clearField (com.google.protobuf.Descriptors.FieldDescriptor field)

public GraphDebugInfo.StackTrace.Builder clearFileLineCols ()

 Each line in the stack trace.
 
repeated .tensorflow.GraphDebugInfo.FileLineCol file_line_cols = 1;

public GraphDebugInfo.StackTrace.Builder clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)

public GraphDebugInfo.StackTrace getDefaultInstanceForType ()

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

public com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()

public GraphDebugInfo.FileLineCol getFileLineCols (int index)

 Each line in the stack trace.
 
repeated .tensorflow.GraphDebugInfo.FileLineCol file_line_cols = 1;

public GraphDebugInfo.FileLineCol.Builder getFileLineColsBuilder (int index)

 Each line in the stack trace.
 
repeated .tensorflow.GraphDebugInfo.FileLineCol file_line_cols = 1;

public List<GraphDebugInfo.FileLineCol.Builder> getFileLineColsBuilderList ()

 Each line in the stack trace.
 
repeated .tensorflow.GraphDebugInfo.FileLineCol file_line_cols = 1;

public int getFileLineColsCount ()

 Each line in the stack trace.
 
repeated .tensorflow.GraphDebugInfo.FileLineCol file_line_cols = 1;

public List<GraphDebugInfo.FileLineCol> getFileLineColsList ()

 Each line in the stack trace.
 
repeated .tensorflow.GraphDebugInfo.FileLineCol file_line_cols = 1;

public GraphDebugInfo.FileLineColOrBuilder getFileLineColsOrBuilder (int index)

 Each line in the stack trace.
 
repeated .tensorflow.GraphDebugInfo.FileLineCol file_line_cols = 1;

public List<? extends GraphDebugInfo.FileLineColOrBuilder> getFileLineColsOrBuilderList ()

 Each line in the stack trace.
 
repeated .tensorflow.GraphDebugInfo.FileLineCol file_line_cols = 1;

public final boolean isInitialized ()

public GraphDebugInfo.StackTrace.Builder mergeFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Throws
IOException

public GraphDebugInfo.StackTrace.Builder mergeFrom (com.google.protobuf.Message other)

public final GraphDebugInfo.StackTrace.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)

public GraphDebugInfo.StackTrace.Builder removeFileLineCols (int index)

 Each line in the stack trace.
 
repeated .tensorflow.GraphDebugInfo.FileLineCol file_line_cols = 1;

public GraphDebugInfo.StackTrace.Builder setField (com.google.protobuf.Descriptors.FieldDescriptor field, Object value)

public GraphDebugInfo.StackTrace.Builder setFileLineCols (int index, GraphDebugInfo.FileLineCol.Builder builderForValue)

 Each line in the stack trace.
 
repeated .tensorflow.GraphDebugInfo.FileLineCol file_line_cols = 1;

public GraphDebugInfo.StackTrace.Builder setFileLineCols (int index, GraphDebugInfo.FileLineCol value)

 Each line in the stack trace.
 
repeated .tensorflow.GraphDebugInfo.FileLineCol file_line_cols = 1;

public GraphDebugInfo.StackTrace.Builder setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)

public final GraphDebugInfo.StackTrace.Builder setUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)