Uses of Class
org.tensorflow.proto.DebuggedSourceFile.Builder
Packages that use DebuggedSourceFile.Builder
-
Uses of DebuggedSourceFile.Builder in org.tensorflow.proto
Subclasses with type arguments of type DebuggedSourceFile.Builder in org.tensorflow.protoModifier and TypeClassDescriptionstatic final classProtobuf typetensorflow.DebuggedSourceFileMethods in org.tensorflow.proto that return DebuggedSourceFile.BuilderModifier and TypeMethodDescriptionDebuggedSourceFile.Builder.addAllLines(Iterable<String> values) Line-by-line content of the source code file.Line-by-line content of the source code file.DebuggedSourceFile.Builder.addLinesBytes(ByteString value) Line-by-line content of the source code file.DebuggedSourceFiles.Builder.addSourceFilesBuilder()A collection of source code files.DebuggedSourceFiles.Builder.addSourceFilesBuilder(int index) A collection of source code files.DebuggedSourceFile.Builder.clear()DebuggedSourceFile.Builder.clearBytes()Byte size of the file.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.DebuggedSourceFiles.Builder.getSourceFilesBuilder(int index) A collection of source code files.DebuggedSourceFile.Builder.mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) DebuggedSourceFile.Builder.mergeFrom(DebuggedSourceFile other) static DebuggedSourceFile.BuilderDebuggedSourceFile.newBuilder()static DebuggedSourceFile.BuilderDebuggedSourceFile.newBuilder(DebuggedSourceFile prototype) DebuggedSourceFile.newBuilderForType()protected DebuggedSourceFile.BuilderDebuggedSourceFile.newBuilderForType(AbstractMessage.BuilderParent parent) DebuggedSourceFile.Builder.setBytes(long value) Byte size of the file.DebuggedSourceFile.Builder.setFilePath(String value) Path to the source code file.DebuggedSourceFile.Builder.setFilePathBytes(ByteString value) Path to the source code file.The host name on which a source code file is located.DebuggedSourceFile.Builder.setHostBytes(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.Line-by-line content of the source code file.DebuggedSourceFile.toBuilder()Methods in org.tensorflow.proto that return types with arguments of type DebuggedSourceFile.BuilderModifier and TypeMethodDescriptionDebuggedSourceFiles.Builder.getSourceFilesBuilderList()A collection of source code files.Methods in org.tensorflow.proto with parameters of type DebuggedSourceFile.BuilderModifier and TypeMethodDescriptionDebuggedSourceFiles.Builder.addSourceFiles(int index, DebuggedSourceFile.Builder builderForValue) A collection of source code files.DebuggedSourceFiles.Builder.addSourceFiles(DebuggedSourceFile.Builder builderForValue) A collection of source code files.DebuggedSourceFiles.Builder.setSourceFiles(int index, DebuggedSourceFile.Builder builderForValue) A collection of source code files.