classe finale statica pubblica DebuggedSourceFile.Builder
Tipo di protobuf tensorflow.DebuggedSourceFile
Metodi pubblici
| DebuggedSourceFile.Builder | addAllLines (valori Iterable<String>) Line-by-line content of the source code file. |
| DebuggedSourceFile.Builder | addLines (valore stringa) Line-by-line content of the source code file. |
| DebuggedSourceFile.Builder | addLinesBytes (valore com.google.protobuf.ByteString) Line-by-line content of the source code file. |
| DebuggedSourceFile.Builder | addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valore oggetto) |
| DebuggedSourceFile | costruire () |
| DebuggedSourceFile | buildPartial () |
| DebuggedSourceFile.Builder | chiaro () |
| DebuggedSourceFile.Builder | clearByte () Byte size of the file. |
| DebuggedSourceFile.Builder | clearField (campo com.google.protobuf.Descriptors.FieldDescriptor) |
| DebuggedSourceFile.Builder | clearFilePath () Path to the source code file. |
| DebuggedSourceFile.Builder | clearHost () The host name on which a source code file is located. |
| DebuggedSourceFile.Builder | cancellaUltimaModificata () The timestamp at which the source code file is last modified. |
| DebuggedSourceFile.Builder | CancellaLinee () Line-by-line content of the source code file. |
| DebuggedSourceFile.Builder | clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof) |
| DebuggedSourceFile.Builder | clone () |
| lungo | getBytes () Byte size of the file. |
| DebuggedSourceFile | |
| com.google.protobuf.Descriptors.Descriptor statico finale | |
| com.google.protobuf.Descriptors.Descriptor | |
| Corda | getFilePath () Path to the source code file. |
| com.google.protobuf.ByteString | getFilePathBytes () Path to the source code file. |
| Corda | 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. |
| lungo | getUltimaModificata () The timestamp at which the source code file is last modified. |
| Corda | getLines (indice int) Line-by-line content of the source code file. |
| com.google.protobuf.ByteString | getLinesBytes (indice 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 | getListaRighe () Line-by-line content of the source code file. |
| booleano finale | |
| DebuggedSourceFile.Builder | mergeFrom (input com.google.protobuf.CodedInputStream, estensione com.google.protobuf.ExtensionRegistryLiteRegistry) |
| DebuggedSourceFile.Builder | mergeFrom (com.google.protobuf.Message altro) |
| finale DebuggedSourceFile.Builder | mergeUnknownFields (com.google.protobuf.UnknownFieldSet UnknownFields) |
| DebuggedSourceFile.Builder | setBytes (valore lungo) Byte size of the file. |
| DebuggedSourceFile.Builder | setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valore oggetto) |
| DebuggedSourceFile.Builder | setFilePath (valore stringa) Path to the source code file. |
| DebuggedSourceFile.Builder | setFilePathBytes (valore com.google.protobuf.ByteString) Path to the source code file. |
| DebuggedSourceFile.Builder | setHost (valore stringa) The host name on which a source code file is located. |
| DebuggedSourceFile.Builder | setHostBytes (valore com.google.protobuf.ByteString) The host name on which a source code file is located. |
| DebuggedSourceFile.Builder | setLastModified (valore lungo) The timestamp at which the source code file is last modified. |
| DebuggedSourceFile.Builder | setLines (indice int, valore stringa) Line-by-line content of the source code file. |
| DebuggedSourceFile.Builder | setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, indice int, valore oggetto) |
| finale DebuggedSourceFile.Builder | setUnknownFields (com.google.protobuf.UnknownFieldSet UnknownFields) |
Metodi ereditati
Metodi pubblici
public DebuggedSourceFile.Builder addAllLines (valori Iterable<String>)
Line-by-line content of the source code file.
repeated string lines = 5; public DebuggedSourceFile.Builder addLines (valore stringa)
Line-by-line content of the source code file.
repeated string lines = 5; pubblico DebuggedSourceFile.Builder addLinesBytes (valore com.google.protobuf.ByteString)
Line-by-line content of the source code file.
repeated string lines = 5; public DebuggedSourceFile.Builder addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valore oggetto)
public DebuggedSourceFile.Builder clearField (campo com.google.protobuf.Descriptors.FieldDescriptor)
pubblico DebuggedSourceFile.Builder clearFilePath ()
Path to the source code file.
string file_path = 2; pubblico 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)
getBytes lunghi pubblici ()
Byte size of the file.
int64 bytes = 4; public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
pubblico com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()
stringa pubblica getFilePath ()
Path to the source code file.
string file_path = 2; pubblico com.google.protobuf.ByteString getFilePathBytes ()
Path to the source code file.
string file_path = 2; stringa pubblica getHost ()
The host name on which a source code file is located.
string host = 1; pubblico com.google.protobuf.ByteString getHostBytes ()
The host name on which a source code file is located.
string host = 1; pubblico lungo getLastModified ()
The timestamp at which the source code file is last modified.
int64 last_modified = 3; public String getLines (indice int)
Line-by-line content of the source code file.
repeated string lines = 5; pubblico com.google.protobuf.ByteString getLinesBytes (indice 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; pubblico com.google.protobuf.ProtocolStringList getLinesList ()
Line-by-line content of the source code file.
repeated string lines = 5; public final booleano isInitialized ()
public DebuggedSourceFile.Builder mergeFrom (input com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lancia
| IOException |
|---|
public final DebuggedSourceFile.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet UnknownFields)
public DebuggedSourceFile.Builder setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valore oggetto)
public DebuggedSourceFile.Builder setFilePath (valore stringa)
Path to the source code file.
string file_path = 2; pubblico DebuggedSourceFile.Builder setFilePathBytes (valore com.google.protobuf.ByteString)
Path to the source code file.
string file_path = 2; public DebuggedSourceFile.Builder setHost (valore stringa)
The host name on which a source code file is located.
string host = 1; pubblico DebuggedSourceFile.Builder setHostBytes (valore com.google.protobuf.ByteString)
The host name on which a source code file is located.
string host = 1; public DebuggedSourceFile.Builder setLastModified (valore lungo)
The timestamp at which the source code file is last modified.
int64 last_modified = 3; public DebuggedSourceFile.Builder setLines (indice int, valore stringa)
Line-by-line content of the source code file.
repeated string lines = 5;