clase final estática pública GraphDebugInfo.FileLineCol.Builder
This represents a file/line location in the source code.Tipo de
tensorflow.GraphDebugInfo.FileLineCol Métodos públicos
| GraphDebugInfo.FileLineCol.Builder | addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor del objeto) |
| GraphDebugInfo.FileLineCol | construir () |
| GraphDebugInfo.FileLineCol | buildPartial () |
| GraphDebugInfo.FileLineCol.Builder | claro () |
| 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 (campo com.google.protobuf.Descriptors.FieldDescriptor) |
| 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 | clonar () |
| Cuerda | getCode () Source code contained in this file line. |
| com.google.protobuf.ByteString | getCodeBytes () Source code contained in this file line. |
| En t | getCol () Col number in the file line. |
| GraphDebugInfo.FileLineCol | |
| com.google.protobuf.Descriptors.Descriptor estático final | |
| com.google.protobuf.Descriptors.Descriptor | |
| En t | getFileIndex () File name index, which can be used to retrieve the file name string from `files`. |
| Cuerda | getFunc () Name of function contains the file line. |
| com.google.protobuf.ByteString | getFuncBytes () Name of function contains the file line. |
| En t | getLine () Line number in the file. |
| booleano final | |
| GraphDebugInfo.FileLineCol.Builder | mergeFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| GraphDebugInfo.FileLineCol.Builder | mergeFrom (com.google.protobuf.Message otro) |
| final GraphDebugInfo.FileLineCol.Builder | mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields) |
| GraphDebugInfo.FileLineCol.Builder | setCode (valor de cadena) Source code contained in this file line. |
| GraphDebugInfo.FileLineCol.Builder | setCodeBytes (valor de com.google.protobuf.ByteString) Source code contained in this file line. |
| GraphDebugInfo.FileLineCol.Builder | setCol (valor int) Col number in the file line. |
| GraphDebugInfo.FileLineCol.Builder | setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor del objeto) |
| GraphDebugInfo.FileLineCol.Builder | setFileIndex (valor int) File name index, which can be used to retrieve the file name string from `files`. |
| GraphDebugInfo.FileLineCol.Builder | setFunc (valor de cadena) Name of function contains the file line. |
| GraphDebugInfo.FileLineCol.Builder | setFuncBytes (valor de com.google.protobuf.ByteString) Name of function contains the file line. |
| GraphDebugInfo.FileLineCol.Builder | setLine (valor int) Line number in the file. |
| GraphDebugInfo.FileLineCol.Builder | setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, índice int, valor del objeto) |
| final GraphDebugInfo.FileLineCol.Builder | setUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields) |
Métodos heredados
Métodos públicos
public GraphDebugInfo.FileLineCol.Builder addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor del objeto)
public GraphDebugInfo.FileLineCol.Builder clearCode ()
Source code contained in this file line.
string code = 5;public GraphDebugInfo.FileLineCol.Builder clearField (campo com.google.protobuf.Descriptors.FieldDescriptor)
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 (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lanza
| IOException |
|---|
public final GraphDebugInfo.FileLineCol.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)
public GraphDebugInfo.FileLineCol.Builder setCode (valor de cadena)
Source code contained in this file line.
string code = 5;public GraphDebugInfo.FileLineCol.Builder setCodeBytes (valor de com.google.protobuf.ByteString)
Source code contained in this file line.
string code = 5;public GraphDebugInfo.FileLineCol.Builder setCol (valor int)
Col number in the file line.
int32 col = 3; public GraphDebugInfo.FileLineCol.Builder setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor del objeto)
public GraphDebugInfo.FileLineCol.Builder setFileIndex (valor int)
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 (valor de cadena)
Name of function contains the file line.
string func = 4;public GraphDebugInfo.FileLineCol.Builder setFuncBytes (valor de com.google.protobuf.ByteString)
Name of function contains the file line.
string func = 4;public GraphDebugInfo.FileLineCol.Builder setLine (valor int)
Line number in the file.
int32 line = 2;