Uses of Class
com.google.genai.gaos.models.interactions.FileContent
Packages that use FileContent
-
Uses of FileContent in com.google.genai.gaos.models.interactions
Methods in com.google.genai.gaos.models.interactions that return FileContentModifier and TypeMethodDescriptionFileContent.Builder.build()FileContent.withContent(String content) The UTF-8 encoded text content of the file.The relative path of the file from the project root.Methods in com.google.genai.gaos.models.interactions that return types with arguments of type FileContentModifier and TypeMethodDescriptionFindRequest.sourceFiles()A list of source files to provide as context for the scan.FixRequest.sourceFiles()A list of source files providing context for the remediation.Method parameters in com.google.genai.gaos.models.interactions with type arguments of type FileContentModifier and TypeMethodDescriptionFindRequest.Builder.sourceFiles(List<FileContent> sourceFiles) A list of source files to provide as context for the scan.FixRequest.Builder.sourceFiles(List<FileContent> sourceFiles) A list of source files providing context for the remediation.FindRequest.withSourceFiles(List<FileContent> sourceFiles) A list of source files to provide as context for the scan.FixRequest.withSourceFiles(List<FileContent> sourceFiles) A list of source files providing context for the remediation.Constructor parameters in com.google.genai.gaos.models.interactions with type arguments of type FileContentModifierConstructorDescriptionFindRequest(String description, String findingId, Mode mode, List<FileContent> sourceFiles) FixRequest(String description, String findingId, List<FileContent> sourceFiles)