public static final class SourceFile.Builder
Content of a source file involved in the execution of the debugged TensorFlow program.
tensorflow.SourceFile
tipo tensorflow.SourceFile
Métodos Públicos
SourceFile.Builder | addAllLines (valores Iterable <String>) Line-by-line content of the file. |
SourceFile.Builder | addLines (valor String) Line-by-line content of the file. |
SourceFile.Builder | addLinesBytes (com.google.protobuf.ByteString value) Line-by-line content of the file. |
SourceFile.Builder | addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor do objeto) |
Arquivo fonte | build () |
Arquivo fonte | buildPartial () |
SourceFile.Builder | limpar () |
SourceFile.Builder | clearField (campo com.google.protobuf.Descriptors.FieldDescriptor) |
SourceFile.Builder | clearFilePath () Path to the file. |
SourceFile.Builder | clearHostName () Name of the host on which the file is located. |
SourceFile.Builder | clearLines () Line-by-line content of the file. |
SourceFile.Builder | clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof) |
SourceFile.Builder | clone () |
Arquivo fonte | |
final static com.google.protobuf.Descriptors.Descriptor | |
com.google.protobuf.Descriptors.Descriptor | |
Fragmento | getFilePath () Path to the file. |
com.google.protobuf.ByteString | getFilePathBytes () Path to the file. |
Fragmento | getHostName () 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. |
Fragmento | |
com.google.protobuf.ByteString | |
int | getLinesCount () Line-by-line content of the file. |
com.google.protobuf.ProtocolStringList | getLinesList () Line-by-line content of the file. |
final booleano | |
SourceFile.Builder | mergeFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
SourceFile.Builder | mergeFrom (com.google.protobuf.Message other) |
final SourceFile.Builder | mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields) |
SourceFile.Builder | setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor do objeto) |
SourceFile.Builder | setFilePath (valor String) Path to the file. |
SourceFile.Builder | setFilePathBytes (com.google.protobuf.ByteString value) Path to the file. |
SourceFile.Builder | setHostName (valor String) Name of the host on which the file is located. |
SourceFile.Builder | setHostNameBytes (com.google.protobuf.ByteString value) Name of the host on which the file is located. |
SourceFile.Builder | setLines (índice int, valor String) Line-by-line content of the file. |
SourceFile.Builder | setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, índice int, valor do objeto) |
final SourceFile.Builder | setUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields) |
Métodos herdados
Métodos Públicos
public SourceFile.Builder addAllLines (valores Iterable <String>)
Line-by-line content of the file.
repeated string lines = 3;
public SourceFile.Builder addLines (String value)
Line-by-line content of the file.
repeated string lines = 3;
public SourceFile.Builder addLinesBytes (com.google.protobuf.ByteString value)
Line-by-line content of the file.
repeated string lines = 3;
public SourceFile.Builder addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor do objeto)
public SourceFile.Builder clearHostName ()
Name of the host on which the file is located.
string host_name = 2;
public SourceFile.Builder clearLines ()
Line-by-line content of the file.
repeated string lines = 3;
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()
public String getFilePath ()
Path to the file.
string file_path = 1;
public com.google.protobuf.ByteString getFilePathBytes ()
Path to the file.
string file_path = 1;
public String 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;
public String getLines (índice interno )
Line-by-line content of the file.
repeated string lines = 3;
public com.google.protobuf.ByteString getLinesBytes (int index)
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;
public com.google.protobuf.ProtocolStringList getLinesList ()
Line-by-line content of the file.
repeated string lines = 3;
public final boolean isInitialized ()
public SourceFile.Builder mergeFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
IOException |
---|
public final SourceFile.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)
public SourceFile.Builder setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor Object)
public SourceFile.Builder setFilePathBytes (valor com.google.protobuf.ByteString)
Path to the file.
string file_path = 1;
public SourceFile.Builder setHostName (String value)
Name of the host on which the file is located.
string host_name = 2;
public SourceFile.Builder setHostNameBytes (com.google.protobuf.ByteString value)
Name of the host on which the file is located.
string host_name = 2;
public SourceFile.Builder setLines (int index, String value)
Line-by-line content of the file.
repeated string lines = 3;