public static final class DebuggedSourceFile.Builder extends com.github.os72.protobuf351.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(com.github.os72.protobuf351.ByteString value)
Line-by-line content of the source code file.
|
DebuggedSourceFile.Builder |
addRepeatedField(com.github.os72.protobuf351.Descriptors.FieldDescriptor field,
Object value) |
DebuggedSourceFile |
build() |
DebuggedSourceFile |
buildPartial() |
DebuggedSourceFile.Builder |
clear() |
DebuggedSourceFile.Builder |
clearBytes()
Byte size of the file.
|
DebuggedSourceFile.Builder |
clearField(com.github.os72.protobuf351.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.github.os72.protobuf351.Descriptors.OneofDescriptor oneof) |
DebuggedSourceFile.Builder |
clone() |
long |
getBytes()
Byte size of the file.
|
DebuggedSourceFile |
getDefaultInstanceForType() |
static com.github.os72.protobuf351.Descriptors.Descriptor |
getDescriptor() |
com.github.os72.protobuf351.Descriptors.Descriptor |
getDescriptorForType() |
String |
getFilePath()
Path to the source code file.
|
com.github.os72.protobuf351.ByteString |
getFilePathBytes()
Path to the source code file.
|
String |
getHost()
The host name on which a source code file is located.
|
com.github.os72.protobuf351.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.github.os72.protobuf351.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.github.os72.protobuf351.ProtocolStringList |
getLinesList()
Line-by-line content of the source code file.
|
protected com.github.os72.protobuf351.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
DebuggedSourceFile.Builder |
mergeFrom(com.github.os72.protobuf351.CodedInputStream input,
com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) |
DebuggedSourceFile.Builder |
mergeFrom(DebuggedSourceFile other) |
DebuggedSourceFile.Builder |
mergeFrom(com.github.os72.protobuf351.Message other) |
DebuggedSourceFile.Builder |
mergeUnknownFields(com.github.os72.protobuf351.UnknownFieldSet unknownFields) |
DebuggedSourceFile.Builder |
setBytes(long value)
Byte size of the file.
|
DebuggedSourceFile.Builder |
setField(com.github.os72.protobuf351.Descriptors.FieldDescriptor field,
Object value) |
DebuggedSourceFile.Builder |
setFilePath(String value)
Path to the source code file.
|
DebuggedSourceFile.Builder |
setFilePathBytes(com.github.os72.protobuf351.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.github.os72.protobuf351.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.github.os72.protobuf351.Descriptors.FieldDescriptor field,
int index,
Object value) |
DebuggedSourceFile.Builder |
setUnknownFields(com.github.os72.protobuf351.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 com.github.os72.protobuf351.Descriptors.Descriptor getDescriptor()
protected com.github.os72.protobuf351.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.github.os72.protobuf351.GeneratedMessageV3.Builder<DebuggedSourceFile.Builder>public DebuggedSourceFile.Builder clear()
clear in interface com.github.os72.protobuf351.Message.Builderclear in interface com.github.os72.protobuf351.MessageLite.Builderclear in class com.github.os72.protobuf351.GeneratedMessageV3.Builder<DebuggedSourceFile.Builder>public com.github.os72.protobuf351.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.github.os72.protobuf351.Message.BuildergetDescriptorForType in interface com.github.os72.protobuf351.MessageOrBuildergetDescriptorForType in class com.github.os72.protobuf351.GeneratedMessageV3.Builder<DebuggedSourceFile.Builder>public DebuggedSourceFile getDefaultInstanceForType()
getDefaultInstanceForType in interface com.github.os72.protobuf351.MessageLiteOrBuildergetDefaultInstanceForType in interface com.github.os72.protobuf351.MessageOrBuilderpublic DebuggedSourceFile build()
build in interface com.github.os72.protobuf351.Message.Builderbuild in interface com.github.os72.protobuf351.MessageLite.Builderpublic DebuggedSourceFile buildPartial()
buildPartial in interface com.github.os72.protobuf351.Message.BuilderbuildPartial in interface com.github.os72.protobuf351.MessageLite.Builderpublic DebuggedSourceFile.Builder clone()
clone in interface com.github.os72.protobuf351.Message.Builderclone in interface com.github.os72.protobuf351.MessageLite.Builderclone in class com.github.os72.protobuf351.GeneratedMessageV3.Builder<DebuggedSourceFile.Builder>public DebuggedSourceFile.Builder setField(com.github.os72.protobuf351.Descriptors.FieldDescriptor field, Object value)
setField in interface com.github.os72.protobuf351.Message.BuildersetField in class com.github.os72.protobuf351.GeneratedMessageV3.Builder<DebuggedSourceFile.Builder>public DebuggedSourceFile.Builder clearField(com.github.os72.protobuf351.Descriptors.FieldDescriptor field)
clearField in interface com.github.os72.protobuf351.Message.BuilderclearField in class com.github.os72.protobuf351.GeneratedMessageV3.Builder<DebuggedSourceFile.Builder>public DebuggedSourceFile.Builder clearOneof(com.github.os72.protobuf351.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.github.os72.protobuf351.Message.BuilderclearOneof in class com.github.os72.protobuf351.GeneratedMessageV3.Builder<DebuggedSourceFile.Builder>public DebuggedSourceFile.Builder setRepeatedField(com.github.os72.protobuf351.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.github.os72.protobuf351.Message.BuildersetRepeatedField in class com.github.os72.protobuf351.GeneratedMessageV3.Builder<DebuggedSourceFile.Builder>public DebuggedSourceFile.Builder addRepeatedField(com.github.os72.protobuf351.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.github.os72.protobuf351.Message.BuilderaddRepeatedField in class com.github.os72.protobuf351.GeneratedMessageV3.Builder<DebuggedSourceFile.Builder>public DebuggedSourceFile.Builder mergeFrom(com.github.os72.protobuf351.Message other)
mergeFrom in interface com.github.os72.protobuf351.Message.BuildermergeFrom in class com.github.os72.protobuf351.AbstractMessage.Builder<DebuggedSourceFile.Builder>public DebuggedSourceFile.Builder mergeFrom(DebuggedSourceFile other)
public final boolean isInitialized()
isInitialized in interface com.github.os72.protobuf351.MessageLiteOrBuilderisInitialized in class com.github.os72.protobuf351.GeneratedMessageV3.Builder<DebuggedSourceFile.Builder>public DebuggedSourceFile.Builder mergeFrom(com.github.os72.protobuf351.CodedInputStream input, com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.github.os72.protobuf351.Message.BuildermergeFrom in interface com.github.os72.protobuf351.MessageLite.BuildermergeFrom in class com.github.os72.protobuf351.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 com.github.os72.protobuf351.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(com.github.os72.protobuf351.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 com.github.os72.protobuf351.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(com.github.os72.protobuf351.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 com.github.os72.protobuf351.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 com.github.os72.protobuf351.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(com.github.os72.protobuf351.ByteString value)
Line-by-line content of the source code file.
repeated string lines = 5;public final DebuggedSourceFile.Builder setUnknownFields(com.github.os72.protobuf351.UnknownFieldSet unknownFields)
setUnknownFields in interface com.github.os72.protobuf351.Message.BuildersetUnknownFields in class com.github.os72.protobuf351.GeneratedMessageV3.Builder<DebuggedSourceFile.Builder>public final DebuggedSourceFile.Builder mergeUnknownFields(com.github.os72.protobuf351.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.github.os72.protobuf351.Message.BuildermergeUnknownFields in class com.github.os72.protobuf351.GeneratedMessageV3.Builder<DebuggedSourceFile.Builder>Copyright © 2018. All rights reserved.