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.DebuggedSourceFile.Builder.addRepeatedField(Descriptors.FieldDescriptor field, Object value) 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.clearField(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(Descriptors.OneofDescriptor oneof) DebuggedSourceFile.Builder.clone()DebuggedSourceFiles.Builder.getSourceFilesBuilder(int index) A collection of source code files.DebuggedSourceFile.Builder.mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) DebuggedSourceFile.Builder.mergeFrom(DebuggedSourceFile other) DebuggedSourceFile.Builder.mergeUnknownFields(UnknownFieldSet unknownFields) static DebuggedSourceFile.BuilderDebuggedSourceFile.newBuilder()static DebuggedSourceFile.BuilderDebuggedSourceFile.newBuilder(DebuggedSourceFile prototype) DebuggedSourceFile.newBuilderForType()protected DebuggedSourceFile.BuilderDebuggedSourceFile.newBuilderForType(GeneratedMessageV3.BuilderParent parent) DebuggedSourceFile.Builder.setBytes(long value) Byte size of the file.DebuggedSourceFile.Builder.setField(Descriptors.FieldDescriptor field, Object value) 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.Builder.setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value) DebuggedSourceFile.Builder.setUnknownFields(UnknownFieldSet unknownFields) 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.