public static final class
StackFrameWithId.Builder
A stack frame with ID.
tensorflow.StackFrameWithId
Public Methods
StackFrameWithId.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
|
StackFrameWithId |
build()
|
StackFrameWithId | |
StackFrameWithId.Builder |
clear()
|
StackFrameWithId.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
|
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). |
StackFrameWithId.Builder |
clearId()
A unique ID for the stack frame: A UUID-like string. |
StackFrameWithId.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
|
StackFrameWithId.Builder |
clone()
|
StackFrameWithId | |
final static com.google.protobuf.Descriptors.Descriptor | |
com.google.protobuf.Descriptors.Descriptor | |
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). |
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). |
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). |
String |
getId()
A unique ID for the stack frame: A UUID-like string. |
com.google.protobuf.ByteString |
getIdBytes()
A unique ID for the stack frame: A UUID-like string. |
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). |
final boolean | |
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). |
StackFrameWithId.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
StackFrameWithId.Builder |
mergeFrom(com.google.protobuf.Message other)
|
final StackFrameWithId.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
|
StackFrameWithId.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
|
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). |
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). |
StackFrameWithId.Builder |
setId(String value)
A unique ID for the stack frame: A UUID-like string. |
StackFrameWithId.Builder |
setIdBytes(com.google.protobuf.ByteString value)
A unique ID for the stack frame: A UUID-like string. |
StackFrameWithId.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
|
final StackFrameWithId.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
|
Inherited Methods
Public Methods
public StackFrameWithId.Builder addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
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).
.tensorflow.GraphDebugInfo.FileLineCol file_line_col = 2;
public StackFrameWithId.Builder clearId ()
A unique ID for the stack frame: A UUID-like string.
string id = 1;
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()
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).
.tensorflow.GraphDebugInfo.FileLineCol file_line_col = 2;
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).
.tensorflow.GraphDebugInfo.FileLineCol file_line_col = 2;
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).
.tensorflow.GraphDebugInfo.FileLineCol file_line_col = 2;
public String getId ()
A unique ID for the stack frame: A UUID-like string.
string id = 1;
public com.google.protobuf.ByteString getIdBytes ()
A unique ID for the stack frame: A UUID-like string.
string id = 1;
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).
.tensorflow.GraphDebugInfo.FileLineCol file_line_col = 2;
public final boolean isInitialized ()
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).
.tensorflow.GraphDebugInfo.FileLineCol file_line_col = 2;
public StackFrameWithId.Builder mergeFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
IOException |
---|
public final StackFrameWithId.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)
public StackFrameWithId.Builder setField (com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
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).
.tensorflow.GraphDebugInfo.FileLineCol file_line_col = 2;
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).
.tensorflow.GraphDebugInfo.FileLineCol file_line_col = 2;
public StackFrameWithId.Builder setId (String value)
A unique ID for the stack frame: A UUID-like string.
string id = 1;
public StackFrameWithId.Builder setIdBytes (com.google.protobuf.ByteString value)
A unique ID for the stack frame: A UUID-like string.
string id = 1;