DebuggedSourceFile.Builder

clase final estática pública DebuggedSourceFile.Builder

Protobuf tipo tensorflow.DebuggedSourceFile

Métodos públicos

DebuggedSourceFile.Builder
addAllLines (valores <String> iterables )
 Line-by-line content of the source code file.
DebuggedSourceFile.Builder
addLines (valor de cadena)
 Line-by-line content of the source code file.
DebuggedSourceFile.Builder
addLinesBytes (valor de com.google.protobuf.ByteString)
 Line-by-line content of the source code file.
DebuggedSourceFile.Builder
addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor del objeto)
DebuggedSourceFile
DebuggedSourceFile
DebuggedSourceFile.Builder
claro ()
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
clonar ()
largo
getBytes ()
 Byte size of the file.
DebuggedSourceFile
com.google.protobuf.Descriptors.Descriptor estático final
com.google.protobuf.Descriptors.Descriptor
Cuerda
getFilePath ()
 Path to the source code file.
com.google.protobuf.ByteString
getFilePathBytes ()
 Path to the source code file.
Cuerda
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.
largo
getLastModified ()
 The timestamp at which the source code file is last modified.
Cuerda
getLines (índice int)
 Line-by-line content of the source code file.
com.google.protobuf.ByteString
getLinesBytes (índice int)
 Line-by-line content of the source code file.
En t
getLinesCount ()
 Line-by-line content of the source code file.
com.google.protobuf.ProtocolStringList
getLinesList ()
 Line-by-line content of the source code file.
booleano final
DebuggedSourceFile.Builder
mergeFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
DebuggedSourceFile.Builder
mergeFrom (com.google.protobuf.Message otro)
final DebuggedSourceFile.Builder
mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)
DebuggedSourceFile.Builder
setBytes (valor largo)
 Byte size of the file.
DebuggedSourceFile.Builder
setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor del objeto)
DebuggedSourceFile.Builder
setFilePath (valor de cadena)
 Path to the source code file.
DebuggedSourceFile.Builder
setFilePathBytes (valor de com.google.protobuf.ByteString)
 Path to the source code file.
DebuggedSourceFile.Builder
setHost (valor de cadena)
 The host name on which a source code file is located.
DebuggedSourceFile.Builder
setHostBytes (valor de com.google.protobuf.ByteString)
 The host name on which a source code file is located.
DebuggedSourceFile.Builder
setLastModified (valor largo)
 The timestamp at which the source code file is last modified.
DebuggedSourceFile.Builder
setLines (int índice, valor de cadena)
 Line-by-line content of the source code file.
DebuggedSourceFile.Builder
setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, índice int, valor del objeto)
final DebuggedSourceFile.Builder
setUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)

Métodos heredados

Métodos públicos

public DebuggedSourceFile.Builder addAllLines (valores <String> iterables )

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

public DebuggedSourceFile.Builder addLines (valor de cadena)

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

public DebuggedSourceFile.Builder addLinesBytes (valor de 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, valor del 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 ()

público estático 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;

getLines de cadena pública (índice int)

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

public com.google.protobuf.ByteString getLinesBytes (índice 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;

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 (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
IOException

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

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

public DebuggedSourceFile.Builder setBytes (valor largo)

 Byte size of the file.
 
int64 bytes = 4;

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

public DebuggedSourceFile.Builder setFilePath (valor de cadena)

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

public DebuggedSourceFile.Builder setFilePathBytes (valor de com.google.protobuf.ByteString)

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

public DebuggedSourceFile.Builder setHost (valor de cadena)

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

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

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

public DebuggedSourceFile.Builder setLastModified (valor largo)

 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 del objeto)

público final DebuggedSourceFile.Builder setUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)