classe finale statique publique GraphDebugInfo.FileLineCol.Builder
This represents a file/line location in the source code.
tensorflow.GraphDebugInfo.FileLineCol
de type Protobuf Méthodes publiques
GraphDebugInfo.FileLineCol.Builder | addRepeatedField (champ com.google.protobuf.Descriptors.FieldDescriptor, valeur de l'objet) |
GraphDebugInfo.FileLineCol | construire () |
GraphDebugInfo.FileLineCol | buildPartial () |
GraphDebugInfo.FileLineCol.Builder | clair () |
GraphDebugInfo.FileLineCol.Builder | code clair () Source code contained in this file line. |
GraphDebugInfo.FileLineCol.Builder | clairCol () Col number in the file line. |
GraphDebugInfo.FileLineCol.Builder | clearField (champ 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 | ligne claire () Line number in the file. |
GraphDebugInfo.FileLineCol.Builder | clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof) |
GraphDebugInfo.FileLineCol.Builder | cloner () |
Chaîne | obtenir le code () Source code contained in this file line. |
com.google.protobuf.ByteString | getCodeBytes () Source code contained in this file line. |
int | obtenirCol () Col number in the file line. |
GraphDebugInfo.FileLineCol | |
final statique 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`. |
Chaîne | getFunc () Name of function contains the file line. |
com.google.protobuf.ByteString | getFuncBytes () Name of function contains the file line. |
int | obtenirLigne () Line number in the file. |
booléen final | |
GraphDebugInfo.FileLineCol.Builder | mergeFrom (entrée com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
GraphDebugInfo.FileLineCol.Builder | mergeFrom (com.google.protobuf.Message autre) |
finale GraphDebugInfo.FileLineCol.Builder | mergeUnknownFields (com.google.protobuf.UnknownFieldSet inconnuFields) |
GraphDebugInfo.FileLineCol.Builder | setCode (valeur de chaîne) Source code contained in this file line. |
GraphDebugInfo.FileLineCol.Builder | setCodeBytes (valeur com.google.protobuf.ByteString) Source code contained in this file line. |
GraphDebugInfo.FileLineCol.Builder | setCol (valeur entière) Col number in the file line. |
GraphDebugInfo.FileLineCol.Builder | setField (champ com.google.protobuf.Descriptors.FieldDescriptor, valeur de l'objet) |
GraphDebugInfo.FileLineCol.Builder | setFileIndex (valeur entière) File name index, which can be used to retrieve the file name string from `files`. |
GraphDebugInfo.FileLineCol.Builder | setFunc (valeur de chaîne) Name of function contains the file line. |
GraphDebugInfo.FileLineCol.Builder | setFuncBytes (valeur com.google.protobuf.ByteString) Name of function contains the file line. |
GraphDebugInfo.FileLineCol.Builder | setLine (valeur entière) Line number in the file. |
GraphDebugInfo.FileLineCol.Builder | setRepeatedField (champ com.google.protobuf.Descriptors.FieldDescriptor, index int, valeur de l'objet) |
finale GraphDebugInfo.FileLineCol.Builder | setUnknownFields (com.google.protobuf.UnknownFieldSet inconnuFields) |
Méthodes héritées
Méthodes publiques
public GraphDebugInfo.FileLineCol.Builder addRepeatedField (champ com.google.protobuf.Descriptors.FieldDescriptor, valeur de l'objet)
public GraphDebugInfo.FileLineCol.Builder clearCode ()
Source code contained in this file line.
string code = 5;
public GraphDebugInfo.FileLineCol.Builder clearField (champ 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)
Chaîne publique 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 statique 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;
chaîne publique 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 booléen isInitialized ()
public GraphDebugInfo.FileLineCol.Builder mergeFrom (entrée com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Jetés
IOException |
---|
public final GraphDebugInfo.FileLineCol.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)
public GraphDebugInfo.FileLineCol.Builder setCode (valeur de chaîne)
Source code contained in this file line.
string code = 5;
public GraphDebugInfo.FileLineCol.Builder setCodeBytes (valeur com.google.protobuf.ByteString)
Source code contained in this file line.
string code = 5;
public GraphDebugInfo.FileLineCol.Builder setCol (valeur int)
Col number in the file line.
int32 col = 3;
public GraphDebugInfo.FileLineCol.Builder setField (champ com.google.protobuf.Descriptors.FieldDescriptor, valeur de l'objet)
public GraphDebugInfo.FileLineCol.Builder setFileIndex (valeur 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 (valeur de chaîne)
Name of function contains the file line.
string func = 4;
public GraphDebugInfo.FileLineCol.Builder setFuncBytes (valeur com.google.protobuf.ByteString)
Name of function contains the file line.
string func = 4;
public GraphDebugInfo.FileLineCol.Builder setLine (valeur int)
Line number in the file.
int32 line = 2;