public static final class DebuggedSourceFile.Builder extends org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<DebuggedSourceFile.Builder> implements DebuggedSourceFileOrBuilder
tensorflow.DebuggedSourceFile| Modifier and Type | Method and Description |
|---|---|
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(org.nd4j.shade.protobuf.ByteString value)
Line-by-line content of the source code file.
|
DebuggedSourceFile.Builder |
addRepeatedField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field,
Object value) |
DebuggedSourceFile |
build() |
DebuggedSourceFile |
buildPartial() |
DebuggedSourceFile.Builder |
clear() |
DebuggedSourceFile.Builder |
clearBytes()
Byte size of the file.
|
DebuggedSourceFile.Builder |
clearField(org.nd4j.shade.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(org.nd4j.shade.protobuf.Descriptors.OneofDescriptor oneof) |
DebuggedSourceFile.Builder |
clone() |
long |
getBytes()
Byte size of the file.
|
DebuggedSourceFile |
getDefaultInstanceForType() |
static org.nd4j.shade.protobuf.Descriptors.Descriptor |
getDescriptor() |
org.nd4j.shade.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
String |
getFilePath()
Path to the source code file.
|
org.nd4j.shade.protobuf.ByteString |
getFilePathBytes()
Path to the source code file.
|
String |
getHost()
The host name on which a source code file is located.
|
org.nd4j.shade.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.
|
org.nd4j.shade.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.
|
org.nd4j.shade.protobuf.ProtocolStringList |
getLinesList()
Line-by-line content of the source code file.
|
protected org.nd4j.shade.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
DebuggedSourceFile.Builder |
mergeFrom(org.nd4j.shade.protobuf.CodedInputStream input,
org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry) |
DebuggedSourceFile.Builder |
mergeFrom(DebuggedSourceFile other) |
DebuggedSourceFile.Builder |
mergeFrom(org.nd4j.shade.protobuf.Message other) |
DebuggedSourceFile.Builder |
mergeUnknownFields(org.nd4j.shade.protobuf.UnknownFieldSet unknownFields) |
DebuggedSourceFile.Builder |
setBytes(long value)
Byte size of the file.
|
DebuggedSourceFile.Builder |
setField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field,
Object value) |
DebuggedSourceFile.Builder |
setFilePath(String value)
Path to the source code file.
|
DebuggedSourceFile.Builder |
setFilePathBytes(org.nd4j.shade.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(org.nd4j.shade.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(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
DebuggedSourceFile.Builder |
setUnknownFields(org.nd4j.shade.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final org.nd4j.shade.protobuf.Descriptors.Descriptor getDescriptor()
protected org.nd4j.shade.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<DebuggedSourceFile.Builder>public DebuggedSourceFile.Builder clear()
clear in interface org.nd4j.shade.protobuf.Message.Builderclear in interface org.nd4j.shade.protobuf.MessageLite.Builderclear in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<DebuggedSourceFile.Builder>public org.nd4j.shade.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface org.nd4j.shade.protobuf.Message.BuildergetDescriptorForType in interface org.nd4j.shade.protobuf.MessageOrBuildergetDescriptorForType in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<DebuggedSourceFile.Builder>public DebuggedSourceFile getDefaultInstanceForType()
getDefaultInstanceForType in interface org.nd4j.shade.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface org.nd4j.shade.protobuf.MessageOrBuilderpublic DebuggedSourceFile build()
build in interface org.nd4j.shade.protobuf.Message.Builderbuild in interface org.nd4j.shade.protobuf.MessageLite.Builderpublic DebuggedSourceFile buildPartial()
buildPartial in interface org.nd4j.shade.protobuf.Message.BuilderbuildPartial in interface org.nd4j.shade.protobuf.MessageLite.Builderpublic DebuggedSourceFile.Builder clone()
clone in interface org.nd4j.shade.protobuf.Message.Builderclone in interface org.nd4j.shade.protobuf.MessageLite.Builderclone in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<DebuggedSourceFile.Builder>public DebuggedSourceFile.Builder setField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface org.nd4j.shade.protobuf.Message.BuildersetField in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<DebuggedSourceFile.Builder>public DebuggedSourceFile.Builder clearField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field)
clearField in interface org.nd4j.shade.protobuf.Message.BuilderclearField in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<DebuggedSourceFile.Builder>public DebuggedSourceFile.Builder clearOneof(org.nd4j.shade.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface org.nd4j.shade.protobuf.Message.BuilderclearOneof in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<DebuggedSourceFile.Builder>public DebuggedSourceFile.Builder setRepeatedField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface org.nd4j.shade.protobuf.Message.BuildersetRepeatedField in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<DebuggedSourceFile.Builder>public DebuggedSourceFile.Builder addRepeatedField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface org.nd4j.shade.protobuf.Message.BuilderaddRepeatedField in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<DebuggedSourceFile.Builder>public DebuggedSourceFile.Builder mergeFrom(org.nd4j.shade.protobuf.Message other)
mergeFrom in interface org.nd4j.shade.protobuf.Message.BuildermergeFrom in class org.nd4j.shade.protobuf.AbstractMessage.Builder<DebuggedSourceFile.Builder>public DebuggedSourceFile.Builder mergeFrom(DebuggedSourceFile other)
public final boolean isInitialized()
isInitialized in interface org.nd4j.shade.protobuf.MessageLiteOrBuilderisInitialized in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<DebuggedSourceFile.Builder>public DebuggedSourceFile.Builder mergeFrom(org.nd4j.shade.protobuf.CodedInputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface org.nd4j.shade.protobuf.Message.BuildermergeFrom in interface org.nd4j.shade.protobuf.MessageLite.BuildermergeFrom in class org.nd4j.shade.protobuf.AbstractMessage.Builder<DebuggedSourceFile.Builder>IOExceptionpublic String getHost()
The host name on which a source code file is located.
string host = 1;getHost in interface DebuggedSourceFileOrBuilderpublic org.nd4j.shade.protobuf.ByteString getHostBytes()
The host name on which a source code file is located.
string host = 1;getHostBytes in interface DebuggedSourceFileOrBuilderpublic DebuggedSourceFile.Builder setHost(String value)
The host name on which a source code file is located.
string host = 1;public DebuggedSourceFile.Builder clearHost()
The host name on which a source code file is located.
string host = 1;public DebuggedSourceFile.Builder setHostBytes(org.nd4j.shade.protobuf.ByteString value)
The host name on which a source code file is located.
string host = 1;public String getFilePath()
Path to the source code file.
string file_path = 2;getFilePath in interface DebuggedSourceFileOrBuilderpublic org.nd4j.shade.protobuf.ByteString getFilePathBytes()
Path to the source code file.
string file_path = 2;getFilePathBytes in interface DebuggedSourceFileOrBuilderpublic DebuggedSourceFile.Builder setFilePath(String value)
Path to the source code file.
string file_path = 2;public DebuggedSourceFile.Builder clearFilePath()
Path to the source code file.
string file_path = 2;public DebuggedSourceFile.Builder setFilePathBytes(org.nd4j.shade.protobuf.ByteString value)
Path to the source code file.
string file_path = 2;public long getLastModified()
The timestamp at which the source code file is last modified.
int64 last_modified = 3;getLastModified in interface DebuggedSourceFileOrBuilderpublic DebuggedSourceFile.Builder setLastModified(long value)
The timestamp at which the source code file is last modified.
int64 last_modified = 3;public DebuggedSourceFile.Builder clearLastModified()
The timestamp at which the source code file is last modified.
int64 last_modified = 3;public long getBytes()
Byte size of the file.
int64 bytes = 4;getBytes in interface DebuggedSourceFileOrBuilderpublic DebuggedSourceFile.Builder setBytes(long value)
Byte size of the file.
int64 bytes = 4;public DebuggedSourceFile.Builder clearBytes()
Byte size of the file.
int64 bytes = 4;public org.nd4j.shade.protobuf.ProtocolStringList getLinesList()
Line-by-line content of the source code file.
repeated string lines = 5;getLinesList in interface DebuggedSourceFileOrBuilderpublic int getLinesCount()
Line-by-line content of the source code file.
repeated string lines = 5;getLinesCount in interface DebuggedSourceFileOrBuilderpublic String getLines(int index)
Line-by-line content of the source code file.
repeated string lines = 5;getLines in interface DebuggedSourceFileOrBuilderpublic org.nd4j.shade.protobuf.ByteString getLinesBytes(int index)
Line-by-line content of the source code file.
repeated string lines = 5;getLinesBytes in interface DebuggedSourceFileOrBuilderpublic DebuggedSourceFile.Builder setLines(int index, String value)
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 addAllLines(Iterable<String> values)
Line-by-line content of the source code file.
repeated string lines = 5;public DebuggedSourceFile.Builder clearLines()
Line-by-line content of the source code file.
repeated string lines = 5;public DebuggedSourceFile.Builder addLinesBytes(org.nd4j.shade.protobuf.ByteString value)
Line-by-line content of the source code file.
repeated string lines = 5;public final DebuggedSourceFile.Builder setUnknownFields(org.nd4j.shade.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface org.nd4j.shade.protobuf.Message.BuildersetUnknownFields in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<DebuggedSourceFile.Builder>public final DebuggedSourceFile.Builder mergeUnknownFields(org.nd4j.shade.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface org.nd4j.shade.protobuf.Message.BuildermergeUnknownFields in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<DebuggedSourceFile.Builder>Copyright © 2021. All rights reserved.