public static final class GraphDebugInfo.StackTrace.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<GraphDebugInfo.StackTrace.Builder> implements GraphDebugInfo.StackTraceOrBuilder
This represents a stack trace which is a ordered list of `FileLineCol`.Protobuf type
tensorflow.GraphDebugInfo.StackTrace
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
addAll, addAll, mergeFrom, newUninitializedMessageException
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessageV3.Builder<GraphDebugInfo.StackTrace.Builder>
public GraphDebugInfo.StackTrace.Builder clear()
clear
in interface com.google.protobuf.Message.Builder
clear
in interface com.google.protobuf.MessageLite.Builder
clear
in class com.google.protobuf.GeneratedMessageV3.Builder<GraphDebugInfo.StackTrace.Builder>
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface com.google.protobuf.Message.Builder
getDescriptorForType
in interface com.google.protobuf.MessageOrBuilder
getDescriptorForType
in class com.google.protobuf.GeneratedMessageV3.Builder<GraphDebugInfo.StackTrace.Builder>
public GraphDebugInfo.StackTrace getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public GraphDebugInfo.StackTrace build()
build
in interface com.google.protobuf.Message.Builder
build
in interface com.google.protobuf.MessageLite.Builder
public GraphDebugInfo.StackTrace buildPartial()
buildPartial
in interface com.google.protobuf.Message.Builder
buildPartial
in interface com.google.protobuf.MessageLite.Builder
public GraphDebugInfo.StackTrace.Builder clone()
clone
in interface com.google.protobuf.Message.Builder
clone
in interface com.google.protobuf.MessageLite.Builder
clone
in class com.google.protobuf.GeneratedMessageV3.Builder<GraphDebugInfo.StackTrace.Builder>
public GraphDebugInfo.StackTrace.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField
in interface com.google.protobuf.Message.Builder
setField
in class com.google.protobuf.GeneratedMessageV3.Builder<GraphDebugInfo.StackTrace.Builder>
public GraphDebugInfo.StackTrace.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField
in interface com.google.protobuf.Message.Builder
clearField
in class com.google.protobuf.GeneratedMessageV3.Builder<GraphDebugInfo.StackTrace.Builder>
public GraphDebugInfo.StackTrace.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof
in interface com.google.protobuf.Message.Builder
clearOneof
in class com.google.protobuf.GeneratedMessageV3.Builder<GraphDebugInfo.StackTrace.Builder>
public GraphDebugInfo.StackTrace.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField
in interface com.google.protobuf.Message.Builder
setRepeatedField
in class com.google.protobuf.GeneratedMessageV3.Builder<GraphDebugInfo.StackTrace.Builder>
public GraphDebugInfo.StackTrace.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField
in interface com.google.protobuf.Message.Builder
addRepeatedField
in class com.google.protobuf.GeneratedMessageV3.Builder<GraphDebugInfo.StackTrace.Builder>
public GraphDebugInfo.StackTrace.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<GraphDebugInfo.StackTrace.Builder>
public GraphDebugInfo.StackTrace.Builder mergeFrom(GraphDebugInfo.StackTrace other)
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessageV3.Builder<GraphDebugInfo.StackTrace.Builder>
public GraphDebugInfo.StackTrace.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in interface com.google.protobuf.MessageLite.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<GraphDebugInfo.StackTrace.Builder>
IOException
public List<GraphDebugInfo.FileLineCol> getFileLineColsList()
Each line in the stack trace.
repeated .tensorflow.GraphDebugInfo.FileLineCol file_line_cols = 1;
getFileLineColsList
in interface GraphDebugInfo.StackTraceOrBuilder
public int getFileLineColsCount()
Each line in the stack trace.
repeated .tensorflow.GraphDebugInfo.FileLineCol file_line_cols = 1;
getFileLineColsCount
in interface GraphDebugInfo.StackTraceOrBuilder
public GraphDebugInfo.FileLineCol getFileLineCols(int index)
Each line in the stack trace.
repeated .tensorflow.GraphDebugInfo.FileLineCol file_line_cols = 1;
getFileLineCols
in interface GraphDebugInfo.StackTraceOrBuilder
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 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 addFileLineCols(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 value)
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.Builder builderForValue)
Each line in the stack trace.
repeated .tensorflow.GraphDebugInfo.FileLineCol file_line_cols = 1;
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 clearFileLineCols()
Each line in the stack trace.
repeated .tensorflow.GraphDebugInfo.FileLineCol file_line_cols = 1;
public GraphDebugInfo.StackTrace.Builder removeFileLineCols(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 GraphDebugInfo.FileLineColOrBuilder getFileLineColsOrBuilder(int index)
Each line in the stack trace.
repeated .tensorflow.GraphDebugInfo.FileLineCol file_line_cols = 1;
getFileLineColsOrBuilder
in interface GraphDebugInfo.StackTraceOrBuilder
public List<? extends GraphDebugInfo.FileLineColOrBuilder> getFileLineColsOrBuilderList()
Each line in the stack trace.
repeated .tensorflow.GraphDebugInfo.FileLineCol file_line_cols = 1;
getFileLineColsOrBuilderList
in interface GraphDebugInfo.StackTraceOrBuilder
public GraphDebugInfo.FileLineCol.Builder addFileLineColsBuilder()
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 List<GraphDebugInfo.FileLineCol.Builder> getFileLineColsBuilderList()
Each line in the stack trace.
repeated .tensorflow.GraphDebugInfo.FileLineCol file_line_cols = 1;
public final GraphDebugInfo.StackTrace.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields
in interface com.google.protobuf.Message.Builder
setUnknownFields
in class com.google.protobuf.GeneratedMessageV3.Builder<GraphDebugInfo.StackTrace.Builder>
public final GraphDebugInfo.StackTrace.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields
in interface com.google.protobuf.Message.Builder
mergeUnknownFields
in class com.google.protobuf.GeneratedMessageV3.Builder<GraphDebugInfo.StackTrace.Builder>
Copyright © 2015–2019. All rights reserved.