публичный статический конечный класс SourceFile.Builder
Content of a source file involved in the execution of the debugged TensorFlow program.
tensorflow.SourceFile
Публичные методы
SourceFile.Builder | addAllLines (значения Iterable<String>) Line-by-line content of the file. |
SourceFile.Builder | addLines (строковое значение) Line-by-line content of the file. |
SourceFile.Builder | addLinesBytes (значение com.google.protobuf.ByteString) Line-by-line content of the file. |
SourceFile.Builder | addRepeatedField (поле com.google.protobuf.Descriptors.FieldDescriptor, значение объекта) |
Исходный файл | строить () |
Исходный файл | |
SourceFile.Builder | прозрачный () |
SourceFile.Builder | ClearField (поле com.google.protobuf.Descriptors.FieldDescriptor) |
SourceFile.Builder | очистить путь к файлу () Path to the file. |
SourceFile.Builder | ОчиститьИмяХоста () Name of the host on which the file is located. |
SourceFile.Builder | ОчиститьЛинии () Line-by-line content of the file. |
SourceFile.Builder | ClearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof) |
SourceFile.Builder | клон () |
Исходный файл | |
окончательный статический com.google.protobuf.Descriptors.Descriptor | |
com.google.protobuf.Descriptors.Descriptor | |
Нить | получить путь к файлу () Path to the file. |
com.google.protobuf.ByteString | getFilePathBytes () Path to the file. |
Нить | получить имя хоста () Name of the host on which the file is located. |
com.google.protobuf.ByteString | getHostNameBytes () Name of the host on which the file is located. |
Нить | getLines (индекс целого числа) Line-by-line content of the file. |
com.google.protobuf.ByteString | getLinesBytes (индекс целого числа) Line-by-line content of the file. |
интервал | getLinesCount () Line-by-line content of the file. |
com.google.protobuf.ProtocolStringList | получитьСписокЛиний () Line-by-line content of the file. |
последнее логическое значение | |
SourceFile.Builder | mergeFrom (ввод com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
SourceFile.Builder | mergeFrom (com.google.protobuf.Message другое) |
окончательный SourceFile.Builder | mergeUnknownFields (com.google.protobuf.UnknownFieldSetknownFields) |
SourceFile.Builder | setField (поле com.google.protobuf.Descriptors.FieldDescriptor, значение объекта) |
SourceFile.Builder | setFilePath (строковое значение) Path to the file. |
SourceFile.Builder | setFilePathBytes (значение com.google.protobuf.ByteString) Path to the file. |
SourceFile.Builder | setHostName (строковое значение) Name of the host on which the file is located. |
SourceFile.Builder | setHostNameBytes (значение com.google.protobuf.ByteString) Name of the host on which the file is located. |
SourceFile.Builder | setLines (индекс int, строковое значение) Line-by-line content of the file. |
SourceFile.Builder | setRepeatedField (поле com.google.protobuf.Descriptors.FieldDescriptor, индекс int, значение объекта) |
окончательный SourceFile.Builder | setUnknownFields (com.google.protobuf.UnknownFieldSetknownFields) |
Унаследованные методы
Публичные методы
public SourceFile.Builder addAllLines (значения Iterable<String>)
Line-by-line content of the file.
repeated string lines = 3;
public SourceFile.Builder addLines (строковое значение)
Line-by-line content of the file.
repeated string lines = 3;
public SourceFile.Builder addLinesBytes (значение com.google.protobuf.ByteString)
Line-by-line content of the file.
repeated string lines = 3;
public SourceFile.Builder addRepeatedField (поле com.google.protobuf.Descriptors.FieldDescriptor, значение объекта)
общедоступный SourceFile.Builder ClearHostName ()
Name of the host on which the file is located.
string host_name = 2;
общедоступный SourceFile.Builder ClearLines ()
Line-by-line content of the file.
repeated string lines = 3;
общедоступный статический окончательный com.google.protobuf.Descriptors.Descriptor getDescriptor ()
общедоступный com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()
общедоступная строка getFilePath ()
Path to the file.
string file_path = 1;
public com.google.protobuf.ByteString getFilePathBytes ()
Path to the file.
string file_path = 1;
публичная строка getHostName ()
Name of the host on which the file is located.
string host_name = 2;
public com.google.protobuf.ByteString getHostNameBytes ()
Name of the host on which the file is located.
string host_name = 2;
публичная строка getLines (индекс int)
Line-by-line content of the file.
repeated string lines = 3;
public com.google.protobuf.ByteString getLinesBytes (индекс int)
Line-by-line content of the file.
repeated string lines = 3;
public int getLinesCount ()
Line-by-line content of the file.
repeated string lines = 3;
общедоступный com.google.protobuf.ProtocolStringList getLinesList ()
Line-by-line content of the file.
repeated string lines = 3;
публичное окончательное логическое значение isInitialized ()
public SourceFile.Builder mergeFrom (вход com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
Броски
Исключение IO |
---|
публичный окончательный SourceFile.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSetknownFields)
общедоступный SourceFile.Builder setField (поле com.google.protobuf.Descriptors.FieldDescriptor, значение объекта)
общедоступный SourceFile.Builder setFilePathBytes (значение com.google.protobuf.ByteString)
Path to the file.
string file_path = 1;
public SourceFile.Builder setHostName (строковое значение)
Name of the host on which the file is located.
string host_name = 2;
общедоступный SourceFile.Builder setHostNameBytes (значение com.google.protobuf.ByteString)
Name of the host on which the file is located.
string host_name = 2;
public SourceFile.Builder setLines (индекс int, строковое значение)
Line-by-line content of the file.
repeated string lines = 3;