classe finale statique publique DebuggedSourceFile.Builder
tensorflow.DebuggedSourceFile
de type Protobuf.DebuggedSourceFile
Méthodes publiques
DéboguéSourceFile.Builder | addAllLines (valeurs Iterable<String>) Line-by-line content of the source code file. |
DéboguéSourceFile.Builder | addLines (valeur de chaîne) Line-by-line content of the source code file. |
DéboguéSourceFile.Builder | addLinesBytes (valeur com.google.protobuf.ByteString) Line-by-line content of the source code file. |
DéboguéSourceFile.Builder | addRepeatedField (champ com.google.protobuf.Descriptors.FieldDescriptor, valeur de l'objet) |
Fichier source débogué | construire () |
Fichier source débogué | buildPartial () |
DéboguéSourceFile.Builder | clair () |
DéboguéSourceFile.Builder | clearBytes () Byte size of the file. |
DéboguéSourceFile.Builder | clearField (champ com.google.protobuf.Descriptors.FieldDescriptor) |
DéboguéSourceFile.Builder | clearFilePath () Path to the source code file. |
DéboguéSourceFile.Builder | clearHost () The host name on which a source code file is located. |
DéboguéSourceFile.Builder | clearLastModified () The timestamp at which the source code file is last modified. |
DéboguéSourceFile.Builder | lignes claires () Line-by-line content of the source code file. |
DéboguéSourceFile.Builder | clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof) |
DéboguéSourceFile.Builder | cloner () |
long | getBytes () Byte size of the file. |
Fichier source débogué | |
final statique com.google.protobuf.Descriptors.Descriptor | |
com.google.protobuf.Descriptors.Descriptor | |
Chaîne | getFilePath () Path to the source code file. |
com.google.protobuf.ByteString | getFilePathBytes () Path to the source code file. |
Chaîne | getHost () The host name on which a source code file is located. |
com.google.protobuf.ByteString | getHostBytes () The host name on which a source code file is located. |
long | getLastModified () The timestamp at which the source code file is last modified. |
Chaîne | getLines (index entier) Line-by-line content of the source code file. |
com.google.protobuf.ByteString | getLinesBytes (index int) Line-by-line content of the source code file. |
int | getLinesCount () Line-by-line content of the source code file. |
com.google.protobuf.ProtocolStringList | getLinesList () Line-by-line content of the source code file. |
booléen final | |
DéboguéSourceFile.Builder | mergeFrom (entrée com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
DéboguéSourceFile.Builder | mergeFrom (com.google.protobuf.Message autre) |
final DebuggedSourceFile.Builder | mergeUnknownFields (com.google.protobuf.UnknownFieldSet inconnuFields) |
DéboguéSourceFile.Builder | setBytes (valeur longue) Byte size of the file. |
DéboguéSourceFile.Builder | setField (champ com.google.protobuf.Descriptors.FieldDescriptor, valeur de l'objet) |
DéboguéSourceFile.Builder | setFilePath (valeur de chaîne) Path to the source code file. |
DéboguéSourceFile.Builder | setFilePathBytes (valeur com.google.protobuf.ByteString) Path to the source code file. |
DéboguéSourceFile.Builder | setHost (valeur de chaîne) The host name on which a source code file is located. |
DéboguéSourceFile.Builder | setHostBytes (valeur com.google.protobuf.ByteString) The host name on which a source code file is located. |
DéboguéSourceFile.Builder | setLastModified (valeur longue) The timestamp at which the source code file is last modified. |
DéboguéSourceFile.Builder | setLines (index int, valeur de chaîne) Line-by-line content of the source code file. |
DéboguéSourceFile.Builder | setRepeatedField (champ com.google.protobuf.Descriptors.FieldDescriptor, index int, valeur de l'objet) |
final DebuggedSourceFile.Builder | setUnknownFields (com.google.protobuf.UnknownFieldSet inconnuFields) |
Méthodes héritées
Méthodes publiques
public DebuggedSourceFile.Builder addAllLines (valeurs Iterable<String>)
Line-by-line content of the source code file.
repeated string lines = 5;
public DebuggedSourceFile.Builder addLines (valeur de chaîne)
Line-by-line content of the source code file.
repeated string lines = 5;
public DebuggedSourceFile.Builder addLinesBytes (valeur com.google.protobuf.ByteString)
Line-by-line content of the source code file.
repeated string lines = 5;
public DebuggedSourceFile.Builder addRepeatedField (champ com.google.protobuf.Descriptors.FieldDescriptor, valeur de l'objet)
public DebuggedSourceFile.Builder clearField (champ com.google.protobuf.Descriptors.FieldDescriptor)
public DebuggedSourceFile.Builder clearFilePath ()
Path to the source code file.
string file_path = 2;
public DebuggedSourceFile.Builder clearHost ()
The host name on which a source code file is located.
string host = 1;
public DebuggedSourceFile.Builder clearLastModified ()
The timestamp at which the source code file is last modified.
int64 last_modified = 3;
public DebuggedSourceFile.Builder clearLines ()
Line-by-line content of the source code file.
repeated string lines = 5;
public DebuggedSourceFile.Builder clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)
public long getBytes ()
Byte size of the file.
int64 bytes = 4;
public statique final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()
chaîne publique getFilePath ()
Path to the source code file.
string file_path = 2;
public com.google.protobuf.ByteString getFilePathBytes ()
Path to the source code file.
string file_path = 2;
chaîne publique getHost ()
The host name on which a source code file is located.
string host = 1;
public com.google.protobuf.ByteString getHostBytes ()
The host name on which a source code file is located.
string host = 1;
public long getLastModified ()
The timestamp at which the source code file is last modified.
int64 last_modified = 3;
chaîne publique getLines (index int)
Line-by-line content of the source code file.
repeated string lines = 5;
public com.google.protobuf.ByteString getLinesBytes (index int)
Line-by-line content of the source code file.
repeated string lines = 5;
public int getLinesCount ()
Line-by-line content of the source code file.
repeated string lines = 5;
public com.google.protobuf.ProtocolStringList getLinesList ()
Line-by-line content of the source code file.
repeated string lines = 5;
public final booléen isInitialized ()
public DebuggedSourceFile.Builder mergeFrom (entrée com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Jetés
IOException |
---|
public final DebuggedSourceFile.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)
public DebuggedSourceFile.Builder setField (champ com.google.protobuf.Descriptors.FieldDescriptor, valeur de l'objet)
public DebuggedSourceFile.Builder setFilePath (valeur de chaîne)
Path to the source code file.
string file_path = 2;
public DebuggedSourceFile.Builder setFilePathBytes (valeur com.google.protobuf.ByteString)
Path to the source code file.
string file_path = 2;
public DebuggedSourceFile.Builder setHost (valeur de chaîne)
The host name on which a source code file is located.
string host = 1;
public DebuggedSourceFile.Builder setHostBytes (valeur com.google.protobuf.ByteString)
The host name on which a source code file is located.
string host = 1;
public DebuggedSourceFile.Builder setLastModified (valeur longue)
The timestamp at which the source code file is last modified.
int64 last_modified = 3;
public DebuggedSourceFile.Builder setLines (index int, valeur de chaîne)
Line-by-line content of the source code file.
repeated string lines = 5;