Class DebuggedSourceFile.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<DebuggedSourceFile.Builder>
com.google.protobuf.GeneratedMessageV3.Builder<DebuggedSourceFile.Builder>
org.tensorflow.proto.DebuggedSourceFile.Builder
- All Implemented Interfaces:
Message.Builder, MessageLite.Builder, MessageLiteOrBuilder, MessageOrBuilder, Cloneable, DebuggedSourceFileOrBuilder
- Enclosing class:
DebuggedSourceFile
public static final class DebuggedSourceFile.Builder
extends GeneratedMessageV3.Builder<DebuggedSourceFile.Builder>
implements DebuggedSourceFileOrBuilder
Protobuf type
tensorflow.DebuggedSourceFile-
Method Summary
Modifier and TypeMethodDescriptionaddAllLines(Iterable<String> values) Line-by-line content of the source code file.Line-by-line content of the source code file.addLinesBytes(ByteString value) Line-by-line content of the source code file.addRepeatedField(Descriptors.FieldDescriptor field, Object value) build()clear()Byte size of the file.Path to the source code file.The host name on which a source code file is located.The timestamp at which the source code file is last modified.Line-by-line content of the source code file.clone()longgetBytes()Byte size of the file.static final Descriptors.DescriptorPath to the source code file.Path to the source code file.getHost()The host name on which a source code file is located.The host name on which a source code file is located.longThe timestamp at which the source code file is last modified.getLines(int index) Line-by-line content of the source code file.getLinesBytes(int index) Line-by-line content of the source code file.intLine-by-line content of the source code file.Line-by-line content of the source code file.protected GeneratedMessageV3.FieldAccessorTablefinal booleanmergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) mergeFrom(DebuggedSourceFile other) mergeUnknownFields(UnknownFieldSet unknownFields) setBytes(long value) Byte size of the file.setField(Descriptors.FieldDescriptor field, Object value) setFilePath(String value) Path to the source code file.setFilePathBytes(ByteString value) Path to the source code file.The host name on which a source code file is located.setHostBytes(ByteString value) The host name on which a source code file is located.setLastModified(long value) The timestamp at which the source code file is last modified.Line-by-line content of the source code file.setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value) setUnknownFields(UnknownFieldSet unknownFields) Methods inherited from class GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3Methods inherited from class AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringMethods inherited from class AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageExceptionMethods inherited from class Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface Message.Builder
mergeDelimitedFrom, mergeDelimitedFromMethods inherited from interface MessageLite.Builder
mergeFromMethods inherited from interface MessageOrBuilder
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getDescriptor
-
internalGetFieldAccessorTable
- Specified by:
internalGetFieldAccessorTablein classGeneratedMessageV3.Builder<DebuggedSourceFile.Builder>
-
clear
- Specified by:
clearin interfaceMessage.Builder- Specified by:
clearin interfaceMessageLite.Builder- Overrides:
clearin classGeneratedMessageV3.Builder<DebuggedSourceFile.Builder>
-
getDescriptorForType
- Specified by:
getDescriptorForTypein interfaceMessage.Builder- Specified by:
getDescriptorForTypein interfaceMessageOrBuilder- Overrides:
getDescriptorForTypein classGeneratedMessageV3.Builder<DebuggedSourceFile.Builder>
-
getDefaultInstanceForType
- Specified by:
getDefaultInstanceForTypein interfaceMessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfaceMessageOrBuilder
-
build
- Specified by:
buildin interfaceMessage.Builder- Specified by:
buildin interfaceMessageLite.Builder
-
buildPartial
- Specified by:
buildPartialin interfaceMessage.Builder- Specified by:
buildPartialin interfaceMessageLite.Builder
-
clone
- Specified by:
clonein interfaceMessage.Builder- Specified by:
clonein interfaceMessageLite.Builder- Overrides:
clonein classGeneratedMessageV3.Builder<DebuggedSourceFile.Builder>
-
setField
- Specified by:
setFieldin interfaceMessage.Builder- Overrides:
setFieldin classGeneratedMessageV3.Builder<DebuggedSourceFile.Builder>
-
clearField
- Specified by:
clearFieldin interfaceMessage.Builder- Overrides:
clearFieldin classGeneratedMessageV3.Builder<DebuggedSourceFile.Builder>
-
clearOneof
- Specified by:
clearOneofin interfaceMessage.Builder- Overrides:
clearOneofin classGeneratedMessageV3.Builder<DebuggedSourceFile.Builder>
-
setRepeatedField
public DebuggedSourceFile.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value) - Specified by:
setRepeatedFieldin interfaceMessage.Builder- Overrides:
setRepeatedFieldin classGeneratedMessageV3.Builder<DebuggedSourceFile.Builder>
-
addRepeatedField
- Specified by:
addRepeatedFieldin interfaceMessage.Builder- Overrides:
addRepeatedFieldin classGeneratedMessageV3.Builder<DebuggedSourceFile.Builder>
-
mergeFrom
- Specified by:
mergeFromin interfaceMessage.Builder- Overrides:
mergeFromin classAbstractMessage.Builder<DebuggedSourceFile.Builder>
-
mergeFrom
-
isInitialized
public final boolean isInitialized()- Specified by:
isInitializedin interfaceMessageLiteOrBuilder- Overrides:
isInitializedin classGeneratedMessageV3.Builder<DebuggedSourceFile.Builder>
-
mergeFrom
public DebuggedSourceFile.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws IOException - Specified by:
mergeFromin interfaceMessage.Builder- Specified by:
mergeFromin interfaceMessageLite.Builder- Overrides:
mergeFromin classAbstractMessage.Builder<DebuggedSourceFile.Builder>- Throws:
IOException
-
getHost
The host name on which a source code file is located.
string host = 1;- Specified by:
getHostin interfaceDebuggedSourceFileOrBuilder- Returns:
- The host.
-
getHostBytes
The host name on which a source code file is located.
string host = 1;- Specified by:
getHostBytesin interfaceDebuggedSourceFileOrBuilder- Returns:
- The bytes for host.
-
setHost
The host name on which a source code file is located.
string host = 1;- Parameters:
value- The host to set.- Returns:
- This builder for chaining.
-
clearHost
The host name on which a source code file is located.
string host = 1;- Returns:
- This builder for chaining.
-
setHostBytes
The host name on which a source code file is located.
string host = 1;- Parameters:
value- The bytes for host to set.- Returns:
- This builder for chaining.
-
getFilePath
Path to the source code file.
string file_path = 2;- Specified by:
getFilePathin interfaceDebuggedSourceFileOrBuilder- Returns:
- The filePath.
-
getFilePathBytes
Path to the source code file.
string file_path = 2;- Specified by:
getFilePathBytesin interfaceDebuggedSourceFileOrBuilder- Returns:
- The bytes for filePath.
-
setFilePath
Path to the source code file.
string file_path = 2;- Parameters:
value- The filePath to set.- Returns:
- This builder for chaining.
-
clearFilePath
Path to the source code file.
string file_path = 2;- Returns:
- This builder for chaining.
-
setFilePathBytes
Path to the source code file.
string file_path = 2;- Parameters:
value- The bytes for filePath to set.- Returns:
- This builder for chaining.
-
getLastModified
public long getLastModified()The timestamp at which the source code file is last modified.
int64 last_modified = 3;- Specified by:
getLastModifiedin interfaceDebuggedSourceFileOrBuilder- Returns:
- The lastModified.
-
setLastModified
The timestamp at which the source code file is last modified.
int64 last_modified = 3;- Parameters:
value- The lastModified to set.- Returns:
- This builder for chaining.
-
clearLastModified
The timestamp at which the source code file is last modified.
int64 last_modified = 3;- Returns:
- This builder for chaining.
-
getBytes
public long getBytes()Byte size of the file.
int64 bytes = 4;- Specified by:
getBytesin interfaceDebuggedSourceFileOrBuilder- Returns:
- The bytes.
-
setBytes
Byte size of the file.
int64 bytes = 4;- Parameters:
value- The bytes to set.- Returns:
- This builder for chaining.
-
clearBytes
Byte size of the file.
int64 bytes = 4;- Returns:
- This builder for chaining.
-
getLinesList
Line-by-line content of the source code file.
repeated string lines = 5;- Specified by:
getLinesListin interfaceDebuggedSourceFileOrBuilder- Returns:
- A list containing the lines.
-
getLinesCount
public int getLinesCount()Line-by-line content of the source code file.
repeated string lines = 5;- Specified by:
getLinesCountin interfaceDebuggedSourceFileOrBuilder- Returns:
- The count of lines.
-
getLines
Line-by-line content of the source code file.
repeated string lines = 5;- Specified by:
getLinesin interfaceDebuggedSourceFileOrBuilder- Parameters:
index- The index of the element to return.- Returns:
- The lines at the given index.
-
getLinesBytes
Line-by-line content of the source code file.
repeated string lines = 5;- Specified by:
getLinesBytesin interfaceDebuggedSourceFileOrBuilder- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the lines at the given index.
-
setLines
Line-by-line content of the source code file.
repeated string lines = 5;- Parameters:
index- The index to set the value at.value- The lines to set.- Returns:
- This builder for chaining.
-
addLines
Line-by-line content of the source code file.
repeated string lines = 5;- Parameters:
value- The lines to add.- Returns:
- This builder for chaining.
-
addAllLines
Line-by-line content of the source code file.
repeated string lines = 5;- Parameters:
values- The lines to add.- Returns:
- This builder for chaining.
-
clearLines
Line-by-line content of the source code file.
repeated string lines = 5;- Returns:
- This builder for chaining.
-
addLinesBytes
Line-by-line content of the source code file.
repeated string lines = 5;- Parameters:
value- The bytes of the lines to add.- Returns:
- This builder for chaining.
-
setUnknownFields
- Specified by:
setUnknownFieldsin interfaceMessage.Builder- Overrides:
setUnknownFieldsin classGeneratedMessageV3.Builder<DebuggedSourceFile.Builder>
-
mergeUnknownFields
- Specified by:
mergeUnknownFieldsin interfaceMessage.Builder- Overrides:
mergeUnknownFieldsin classGeneratedMessageV3.Builder<DebuggedSourceFile.Builder>
-