public  final   class
      StackFrameWithId
A stack frame with ID.
tensorflow.StackFrameWithId
Nested Classes
| class | StackFrameWithId.Builder | A stack frame with ID.  | 
|
Constants
| int | FILE_LINE_COL_FIELD_NUMBER | |
| int | ID_FIELD_NUMBER | 
Public Methods
| boolean | 
 
equals(Object obj)
                
               
 | 
| static StackFrameWithId | |
| StackFrameWithId | |
| final static 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.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.  | 
| 
 | 
|
| int | |
| final com.google.protobuf.UnknownFieldSet | |
| 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).  | 
| int | 
 
hashCode()
                
               
 | 
| final boolean | |
| static StackFrameWithId.Builder | 
 
newBuilder(StackFrameWithId prototype)
                
               
 | 
| static StackFrameWithId.Builder | |
| StackFrameWithId.Builder | |
| static StackFrameWithId | 
 
parseDelimitedFrom(InputStream input)
                
               
 | 
| static StackFrameWithId | 
 
parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                
               
 | 
| static StackFrameWithId | 
 
parseFrom(ByteBuffer data)
                
               
 | 
| static StackFrameWithId | 
 
parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                
               
 | 
| static StackFrameWithId | 
 
parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                
               
 | 
| static StackFrameWithId | 
 
parseFrom(com.google.protobuf.CodedInputStream input)
                
               
 | 
| static StackFrameWithId | 
 
parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                
               
 | 
| static StackFrameWithId | 
 
parseFrom(com.google.protobuf.ByteString data)
                
               
 | 
| static StackFrameWithId | 
 
parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                
               
 | 
| static StackFrameWithId | 
 
parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                
               
 | 
| 
                
                
                
                static
                
                 | 
 
parser()
                
               
 | 
| StackFrameWithId.Builder | |
| void | 
 
writeTo(com.google.protobuf.CodedOutputStream output)
                
               
 | 
Inherited Methods
Constants
public static final int FILE_LINE_COL_FIELD_NUMBER
Constant Value: 
                
                    2
                
            
public static final int ID_FIELD_NUMBER
Constant Value: 
                
                    1
                
            
Public Methods
public boolean equals (Object obj)
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
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.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
            
            
            
            
            
 
getParserForType
()
public int getSerializedSize ()
public final com.google.protobuf.UnknownFieldSet getUnknownFields ()
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 int hashCode ()
public final boolean isInitialized ()
public static StackFrameWithId parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
| IOException | 
|---|
public static StackFrameWithId parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
| IOException | 
|---|
public static StackFrameWithId parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
| InvalidProtocolBufferException | 
|---|
public static StackFrameWithId parseFrom (com.google.protobuf.CodedInputStream input)
Throws
| IOException | 
|---|
public static StackFrameWithId parseFrom (byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
| InvalidProtocolBufferException | 
|---|
public static StackFrameWithId parseFrom (com.google.protobuf.ByteString data)
Throws
| InvalidProtocolBufferException | 
|---|
public static StackFrameWithId parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
| IOException | 
|---|
public static StackFrameWithId parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
| InvalidProtocolBufferException | 
|---|
            public
            static
            
            
            
            
 
parser
()
public void writeTo (com.google.protobuf.CodedOutputStream output)
Throws
| IOException | 
|---|