DebuggedSourceFile.Builder

public static final class DebuggedSourceFile.Builder

Protobuf type tensorflow.DebuggedSourceFile

Public Methods

DebuggedSourceFile.Builder
addAllLines(Iterable<String> values)
 Line-by-line content of the source code file.
DebuggedSourceFile.Builder
addLines(String value)
 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(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
DebuggedSourceFile
build()
DebuggedSourceFile
DebuggedSourceFile.Builder
clear()
DebuggedSourceFile.Builder
clearBytes()
 Byte size of the file.
DebuggedSourceFile.Builder
clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
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()
long
getBytes()
 Byte size of the file.
DebuggedSourceFile
final static com.google.protobuf.Descriptors.Descriptor
com.google.protobuf.Descriptors.Descriptor
String
getFilePath()
 Path to the source code file.
com.google.protobuf.ByteString
getFilePathBytes()
 Path to the source code file.
String
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.
long
getLastModified()
 The timestamp at which the source code file is last modified.
String
getLines(int index)
 Line-by-line content of the source code file.
com.google.protobuf.ByteString
getLinesBytes(int index)
 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 boolean
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(long value)
 Byte size of the file.
DebuggedSourceFile.Builder
setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
DebuggedSourceFile.Builder
setFilePath(String value)
 Path to the source code file.
DebuggedSourceFile.Builder
setFilePathBytes(com.google.protobuf.ByteString value)
 Path to the source code file.
DebuggedSourceFile.Builder
setHost(String value)
 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(long value)
 The timestamp at which the source code file is last modified.
DebuggedSourceFile.Builder
setLines(int index, String value)
 Line-by-line content of the source code file.
DebuggedSourceFile.Builder
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
final DebuggedSourceFile.Builder
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)

Inherited Methods

Public Methods

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 (com.google.protobuf.Descriptors.FieldDescriptor field, Object value)

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 (com.google.protobuf.Descriptors.FieldDescriptor field)

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 (int index)

 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)

Throws
IOException

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

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

public DebuggedSourceFile.Builder setBytes (long value)

 Byte size of the file.
 
int64 bytes = 4;

public DebuggedSourceFile.Builder setField (com.google.protobuf.Descriptors.FieldDescriptor field, Object value)

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 (com.google.protobuf.ByteString value)

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

public DebuggedSourceFile.Builder setLastModified (long value)

 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 (com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)

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