DebuggedSourceFile.Builder

public static final class DebuggedSourceFile.Builder

tensorflow.DebuggedSourceFile type tensorflow.DebuggedSourceFile

Métodos Públicos

DebuggedSourceFile.Builder
addAllLines (valores Iterable <String>)
 Line-by-line content of the source code file.
DebuggedSourceFile.Builder
addLines (valor String)
 Line-by-line content of the source code file.
DebuggedSourceFile.Builder
addLinesBytes (com.google.protobuf.ByteString value)
 Line-by-line content of the source code file.
DebuggedSourceFile.Builder
addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor do objeto)
DebuggedSourceFile
build ()
DebuggedSourceFile
DebuggedSourceFile.Builder
limpar ()
DebuggedSourceFile.Builder
clearBytes ()
 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
clearLastModified ()
 The timestamp at which the source code file is last modified.
DebuggedSourceFile.Builder
clearLines ()
 Line-by-line content of the source code file.
DebuggedSourceFile.Builder
clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)
DebuggedSourceFile.Builder
clone ()
longo
getBytes ()
 Byte size of the file.
DebuggedSourceFile
final static com.google.protobuf.Descriptors.Descriptor
com.google.protobuf.Descriptors.Descriptor
Fragmento
getFilePath ()
 Path to the source code file.
com.google.protobuf.ByteString
getFilePathBytes ()
 Path to the source code file.
Fragmento
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.
longo
getLastModified ()
 The timestamp at which the source code file is last modified.
Fragmento
getLines (índice interno )
 Line-by-line content of the source code file.
com.google.protobuf.ByteString
getLinesBytes (índice interno )
 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.
final booleano
DebuggedSourceFile.Builder
mergeFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
DebuggedSourceFile.Builder
mergeFrom (com.google.protobuf.Message other)
final DebuggedSourceFile.Builder
mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)
DebuggedSourceFile.Builder
setBytes (valor longo)
 Byte size of the file.
DebuggedSourceFile.Builder
setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor do objeto)
DebuggedSourceFile.Builder
setFilePath (valor String)
 Path to the source code file.
DebuggedSourceFile.Builder
setFilePathBytes (com.google.protobuf.ByteString value)
 Path to the source code file.
DebuggedSourceFile.Builder
setHost (valor String)
 The host name on which a source code file is located.
DebuggedSourceFile.Builder
setHostBytes (com.google.protobuf.ByteString value)
 The host name on which a source code file is located.
DebuggedSourceFile.Builder
setLastModified (valor longo)
 The timestamp at which the source code file is last modified.
DebuggedSourceFile.Builder
setLines (índice int, valor String)
 Line-by-line content of the source code file.
DebuggedSourceFile.Builder
setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, índice int, valor do objeto)
final DebuggedSourceFile.Builder
setUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)

Métodos herdados

Métodos Públicos

public DebuggedSourceFile.Builder addAllLines (Iterable <String> values)

 Line-by-line content of the source code file.
 
repeated string lines = 5;

public DebuggedSourceFile.Builder addLines (String value)

 Line-by-line content of the source code file.
 
repeated string lines = 5;

public DebuggedSourceFile.Builder addLinesBytes (com.google.protobuf.ByteString value)

 Line-by-line content of the source code file.
 
repeated string lines = 5;

public DebuggedSourceFile.Builder addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor do objeto)

public DebuggedSourceFile build ()

public DebuggedSourceFile buildPartial ()

public DebuggedSourceFile.Builder clear ()

public DebuggedSourceFile.Builder clearBytes ()

 Byte size of the file.
 
int64 bytes = 4;

public DebuggedSourceFile.Builder clearField (campo 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 DebuggedSourceFile.Builder clone ()

public long getBytes ()

 Byte size of the file.
 
int64 bytes = 4;

public DebuggedSourceFile getDefaultInstanceForType ()

public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()

public com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()

public String 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;

public String 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;

public String getLines (índice interno )

 Line-by-line content of the source code file.
 
repeated string lines = 5;

public com.google.protobuf.ByteString getLinesBytes (int index)

 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 boolean isInitialized ()

public DebuggedSourceFile.Builder mergeFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
IOException

public DebuggedSourceFile.Builder mergeFrom (com.google.protobuf.Message other)

public final DebuggedSourceFile.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)

public DebuggedSourceFile.Builder setBytes (valor longo)

 Byte size of the file.
 
int64 bytes = 4;

public DebuggedSourceFile.Builder setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor do objeto)

public DebuggedSourceFile.Builder setFilePath (String value)

 Path to the source code file.
 
string file_path = 2;

public DebuggedSourceFile.Builder setFilePathBytes (com.google.protobuf.ByteString value)

 Path to the source code file.
 
string file_path = 2;

public DebuggedSourceFile.Builder setHost (String value)

 The host name on which a source code file is located.
 
string host = 1;

public DebuggedSourceFile.Builder setHostBytes (valor com.google.protobuf.ByteString)

 The host name on which a source code file is located.
 
string host = 1;

public DebuggedSourceFile.Builder setLastModified (valor longo)

 The timestamp at which the source code file is last modified.
 
int64 last_modified = 3;

public DebuggedSourceFile.Builder setLines (int index, String value)

 Line-by-line content of the source code file.
 
repeated string lines = 5;

public DebuggedSourceFile.Builder setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, índice int, valor do objeto)

public final DebuggedSourceFile.Builder setUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)