общедоступный статический конечный класс DebuggedSourceFile.Builder
Тип protobuf tensorflow.DebuggedSourceFile
Публичные методы
DebuggedSourceFile.Builder | addAllLines (значения Iterable<String>) Line-by-line content of the source code file. |
DebuggedSourceFile.Builder | addLines (строковое значение) Line-by-line content of the source code file. |
DebuggedSourceFile.Builder | addLinesBytes (значение com.google.protobuf.ByteString) Line-by-line content of the source code file. |
DebuggedSourceFile.Builder | addRepeatedField (поле com.google.protobuf.Descriptors.FieldDescriptor, значение объекта) |
Отлаженный исходный файл | строить () |
Отлаженный исходный файл | |
DebuggedSourceFile.Builder | прозрачный () |
DebuggedSourceFile.Builder | очиститьбайты () Byte size of the file. |
DebuggedSourceFile.Builder | ClearField (поле com.google.protobuf.Descriptors.FieldDescriptor) |
DebuggedSourceFile.Builder | очистить путь к файлу () Path to the source code file. |
DebuggedSourceFile.Builder | очиститьХост () The host name on which a source code file is located. |
DebuggedSourceFile.Builder | ОчиститьЛастМодифицирован () The timestamp at which the source code file is last modified. |
DebuggedSourceFile.Builder | ОчиститьЛинии () Line-by-line content of the source code file. |
DebuggedSourceFile.Builder | ClearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof) |
DebuggedSourceFile.Builder | клон () |
длинный | получить байты () Byte size of the file. |
Отлаженный исходный файл | |
окончательный статический com.google.protobuf.Descriptors.Descriptor | |
com.google.protobuf.Descriptors.Descriptor | |
Нить | получитьПутьФайла () Path to the source code file. |
com.google.protobuf.ByteString | getFilePathBytes () Path to the source code file. |
Нить | получитьХост () 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. |
длинный | getLastModified () The timestamp at which the source code file is last modified. |
Нить | getLines (индекс целого числа) Line-by-line content of the source code file. |
com.google.protobuf.ByteString | getLinesBytes (индекс целого числа) Line-by-line content of the source code file. |
интервал | getLinesCount () Line-by-line content of the source code file. |
com.google.protobuf.ProtocolStringList | получитьСписокЛиний () Line-by-line content of the source code file. |
последнее логическое значение | |
DebuggedSourceFile.Builder | mergeFrom (ввод com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
DebuggedSourceFile.Builder | mergeFrom (com.google.protobuf.Message другое) |
окончательный DebuggedSourceFile.Builder | mergeUnknownFields (com.google.protobuf.UnknownFieldSetknownFields) |
DebuggedSourceFile.Builder | setBytes (длинное значение) Byte size of the file. |
DebuggedSourceFile.Builder | setField (поле com.google.protobuf.Descriptors.FieldDescriptor, значение объекта) |
DebuggedSourceFile.Builder | setFilePath (строковое значение) Path to the source code file. |
DebuggedSourceFile.Builder | setFilePathBytes (значение com.google.protobuf.ByteString) Path to the source code file. |
DebuggedSourceFile.Builder | setHost (строковое значение) The host name on which a source code file is located. |
DebuggedSourceFile.Builder | setHostBytes (значение com.google.protobuf.ByteString) The host name on which a source code file is located. |
DebuggedSourceFile.Builder | setLastModified (длинное значение) The timestamp at which the source code file is last modified. |
DebuggedSourceFile.Builder | setLines (индекс int, строковое значение) Line-by-line content of the source code file. |
DebuggedSourceFile.Builder | setRepeatedField (поле com.google.protobuf.Descriptors.FieldDescriptor, индекс int, значение объекта) |
окончательный DebuggedSourceFile.Builder | setUnknownFields (com.google.protobuf.UnknownFieldSetknownFields) |
Унаследованные методы
Публичные методы
public DebuggedSourceFile.Builder addAllLines (значения Iterable<String>)
Line-by-line content of the source code file.
repeated string lines = 5;
public DebuggedSourceFile.Builder addLines (строковое значение)
Line-by-line content of the source code file.
repeated string lines = 5;
public DebuggedSourceFile.Builder addLinesBytes (значение com.google.protobuf.ByteString)
Line-by-line content of the source code file.
repeated string lines = 5;
public DebuggedSourceFile.Builder addRepeatedField (поле 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;
общедоступный 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 ()
Byte size of the file.
int64 bytes = 4;
общедоступный статический окончательный com.google.protobuf.Descriptors.Descriptor getDescriptor ()
общедоступный com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()
общедоступная строка 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;
публичная строка 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;
публичный длинный getLastModified ()
The timestamp at which the source code file is last modified.
int64 last_modified = 3;
публичная строка getLines (индекс int)
Line-by-line content of the source code file.
repeated string lines = 5;
public com.google.protobuf.ByteString getLinesBytes (индекс 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;
общедоступный com.google.protobuf.ProtocolStringList getLinesList ()
Line-by-line content of the source code file.
repeated string lines = 5;
публичное окончательное логическое значение isInitialized ()
public DebuggedSourceFile.Builder mergeFrom (вход com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
Броски
Исключение IO |
---|
общедоступный финальный DebuggedSourceFile.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSetknownFields)
public DebuggedSourceFile.Builder setBytes (длинное значение)
Byte size of the file.
int64 bytes = 4;
public DebuggedSourceFile.Builder setField (поле com.google.protobuf.Descriptors.FieldDescriptor, значение объекта)
public DebuggedSourceFile.Builder setFilePath (строковое значение)
Path to the source code file.
string file_path = 2;
public DebuggedSourceFile.Builder setFilePathBytes (значение com.google.protobuf.ByteString)
Path to the source code file.
string file_path = 2;
public DebuggedSourceFile.Builder setHost (строковое значение)
The host name on which a source code file is located.
string host = 1;
public DebuggedSourceFile.Builder setHostBytes (значение com.google.protobuf.ByteString)
The host name on which a source code file is located.
string host = 1;
public DebuggedSourceFile.Builder setLastModified (длинное значение)
The timestamp at which the source code file is last modified.
int64 last_modified = 3;
public DebuggedSourceFile.Builder setLines (индекс int, строковое значение)
Line-by-line content of the source code file.
repeated string lines = 5;