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, setUnknownFieldsProto3
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
addAll, addAll, mergeFrom, newUninitializedMessageException
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public 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.Builder
clear
in interface com.github.os72.protobuf351.MessageLite.Builder
clear
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.Builder
getDescriptorForType
in interface com.github.os72.protobuf351.MessageOrBuilder
getDescriptorForType
in class com.github.os72.protobuf351.GeneratedMessageV3.Builder<DebuggedSourceFile.Builder>
public DebuggedSourceFile getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.github.os72.protobuf351.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.github.os72.protobuf351.MessageOrBuilder
public DebuggedSourceFile build()
build
in interface com.github.os72.protobuf351.Message.Builder
build
in interface com.github.os72.protobuf351.MessageLite.Builder
public DebuggedSourceFile buildPartial()
buildPartial
in interface com.github.os72.protobuf351.Message.Builder
buildPartial
in interface com.github.os72.protobuf351.MessageLite.Builder
public DebuggedSourceFile.Builder clone()
clone
in interface com.github.os72.protobuf351.Message.Builder
clone
in interface com.github.os72.protobuf351.MessageLite.Builder
clone
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.Builder
setField
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.Builder
clearField
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.Builder
clearOneof
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.Builder
setRepeatedField
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.Builder
addRepeatedField
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.Builder
mergeFrom
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.MessageLiteOrBuilder
isInitialized
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.Builder
mergeFrom
in interface com.github.os72.protobuf351.MessageLite.Builder
mergeFrom
in class com.github.os72.protobuf351.AbstractMessage.Builder<DebuggedSourceFile.Builder>
IOException
public String getHost()
The host name on which a source code file is located.
string host = 1;
getHost
in interface DebuggedSourceFileOrBuilder
public com.github.os72.protobuf351.ByteString getHostBytes()
The host name on which a source code file is located.
string host = 1;
getHostBytes
in interface DebuggedSourceFileOrBuilder
public 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 DebuggedSourceFileOrBuilder
public com.github.os72.protobuf351.ByteString getFilePathBytes()
Path to the source code file.
string file_path = 2;
getFilePathBytes
in interface DebuggedSourceFileOrBuilder
public 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 DebuggedSourceFileOrBuilder
public 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 DebuggedSourceFileOrBuilder
public 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 DebuggedSourceFileOrBuilder
public int getLinesCount()
Line-by-line content of the source code file.
repeated string lines = 5;
getLinesCount
in interface DebuggedSourceFileOrBuilder
public String getLines(int index)
Line-by-line content of the source code file.
repeated string lines = 5;
getLines
in interface DebuggedSourceFileOrBuilder
public com.github.os72.protobuf351.ByteString getLinesBytes(int index)
Line-by-line content of the source code file.
repeated string lines = 5;
getLinesBytes
in interface DebuggedSourceFileOrBuilder
public 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.Builder
setUnknownFields
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.Builder
mergeUnknownFields
in class com.github.os72.protobuf351.GeneratedMessageV3.Builder<DebuggedSourceFile.Builder>
Copyright © 2018. All rights reserved.