public static final class
GraphDebugInfo.FileLineCol.Builder
This represents a file/line location in the source code.
tensorflow.GraphDebugInfo.FileLineCol
Public Methods
GraphDebugInfo.FileLineCol.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
|
GraphDebugInfo.FileLineCol |
build()
|
GraphDebugInfo.FileLineCol | |
GraphDebugInfo.FileLineCol.Builder |
clear()
|
GraphDebugInfo.FileLineCol.Builder |
clearCode()
Source code contained in this file line. |
GraphDebugInfo.FileLineCol.Builder |
clearCol()
Col number in the file line. |
GraphDebugInfo.FileLineCol.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
|
GraphDebugInfo.FileLineCol.Builder |
clearFileIndex()
File name index, which can be used to retrieve the file name string from `files`. |
GraphDebugInfo.FileLineCol.Builder |
clearFunc()
Name of function contains the file line. |
GraphDebugInfo.FileLineCol.Builder |
clearLine()
Line number in the file. |
GraphDebugInfo.FileLineCol.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
|
GraphDebugInfo.FileLineCol.Builder |
clone()
|
String |
getCode()
Source code contained in this file line. |
com.google.protobuf.ByteString |
getCodeBytes()
Source code contained in this file line. |
int |
getCol()
Col number in the file line. |
GraphDebugInfo.FileLineCol | |
final static com.google.protobuf.Descriptors.Descriptor | |
com.google.protobuf.Descriptors.Descriptor | |
int |
getFileIndex()
File name index, which can be used to retrieve the file name string from `files`. |
String |
getFunc()
Name of function contains the file line. |
com.google.protobuf.ByteString |
getFuncBytes()
Name of function contains the file line. |
int |
getLine()
Line number in the file. |
final boolean | |
GraphDebugInfo.FileLineCol.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
GraphDebugInfo.FileLineCol.Builder |
mergeFrom(com.google.protobuf.Message other)
|
final GraphDebugInfo.FileLineCol.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
|
GraphDebugInfo.FileLineCol.Builder |
setCode(String value)
Source code contained in this file line. |
GraphDebugInfo.FileLineCol.Builder |
setCodeBytes(com.google.protobuf.ByteString value)
Source code contained in this file line. |
GraphDebugInfo.FileLineCol.Builder |
setCol(int value)
Col number in the file line. |
GraphDebugInfo.FileLineCol.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
|
GraphDebugInfo.FileLineCol.Builder |
setFileIndex(int value)
File name index, which can be used to retrieve the file name string from `files`. |
GraphDebugInfo.FileLineCol.Builder |
setFunc(String value)
Name of function contains the file line. |
GraphDebugInfo.FileLineCol.Builder |
setFuncBytes(com.google.protobuf.ByteString value)
Name of function contains the file line. |
GraphDebugInfo.FileLineCol.Builder |
setLine(int value)
Line number in the file. |
GraphDebugInfo.FileLineCol.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
|
final GraphDebugInfo.FileLineCol.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
|
Inherited Methods
Public Methods
public GraphDebugInfo.FileLineCol.Builder addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
public GraphDebugInfo.FileLineCol.Builder clearCode ()
Source code contained in this file line.
string code = 5;
public GraphDebugInfo.FileLineCol.Builder clearField (com.google.protobuf.Descriptors.FieldDescriptor field)
public GraphDebugInfo.FileLineCol.Builder clearFileIndex ()
File name index, which can be used to retrieve the file name string from `files`. The value should be between 0 and (len(files)-1)
int32 file_index = 1;
public GraphDebugInfo.FileLineCol.Builder clearFunc ()
Name of function contains the file line.
string func = 4;
public GraphDebugInfo.FileLineCol.Builder clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)
public String getCode ()
Source code contained in this file line.
string code = 5;
public com.google.protobuf.ByteString getCodeBytes ()
Source code contained in this file line.
string code = 5;
public int getCol ()
Col number in the file line.
int32 col = 3;
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()
public int getFileIndex ()
File name index, which can be used to retrieve the file name string from `files`. The value should be between 0 and (len(files)-1)
int32 file_index = 1;
public String getFunc ()
Name of function contains the file line.
string func = 4;
public com.google.protobuf.ByteString getFuncBytes ()
Name of function contains the file line.
string func = 4;
public int getLine ()
Line number in the file.
int32 line = 2;
public final boolean isInitialized ()
public GraphDebugInfo.FileLineCol.Builder mergeFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
IOException |
---|
public final GraphDebugInfo.FileLineCol.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)
public GraphDebugInfo.FileLineCol.Builder setCode (String value)
Source code contained in this file line.
string code = 5;
public GraphDebugInfo.FileLineCol.Builder setCodeBytes (com.google.protobuf.ByteString value)
Source code contained in this file line.
string code = 5;
public GraphDebugInfo.FileLineCol.Builder setCol (int value)
Col number in the file line.
int32 col = 3;
public GraphDebugInfo.FileLineCol.Builder setField (com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
public GraphDebugInfo.FileLineCol.Builder setFileIndex (int value)
File name index, which can be used to retrieve the file name string from `files`. The value should be between 0 and (len(files)-1)
int32 file_index = 1;
public GraphDebugInfo.FileLineCol.Builder setFunc (String value)
Name of function contains the file line.
string func = 4;
public GraphDebugInfo.FileLineCol.Builder setFuncBytes (com.google.protobuf.ByteString value)
Name of function contains the file line.
string func = 4;
public GraphDebugInfo.FileLineCol.Builder setLine (int value)
Line number in the file.
int32 line = 2;