Uses of Class
com.google.genai.gaos.models.interactions.FindRequest
Packages that use FindRequest
-
Uses of FindRequest in com.google.genai.gaos.models.interactions
Methods in com.google.genai.gaos.models.interactions that return FindRequestModifier and TypeMethodDescriptionFindRequest.Builder.build()FindRequest.withDescription(String description) Additional context or custom instructions provided by the user to guide the vulnerability analysis.FindRequest.withFindingId(String findingId) The identifier of a specific finding to verify.The mode of the find session.FindRequest.withSourceFiles(List<FileContent> sourceFiles) A list of source files to provide as context for the scan.Methods in com.google.genai.gaos.models.interactions that return types with arguments of type FindRequestModifier and TypeMethodDescriptionCodeMenderAgentConfig.findRequest()Request parameters specific to FIND sessions, used for discovering vulnerabilities in a codebase.Methods in com.google.genai.gaos.models.interactions with parameters of type FindRequestModifier and TypeMethodDescriptionCodeMenderAgentConfig.Builder.findRequest(FindRequest findRequest) Request parameters specific to FIND sessions, used for discovering vulnerabilities in a codebase.CodeMenderAgentConfig.withFindRequest(FindRequest findRequest) Request parameters specific to FIND sessions, used for discovering vulnerabilities in a codebase.Constructors in com.google.genai.gaos.models.interactions with parameters of type FindRequestModifierConstructorDescriptionCodeMenderAgentConfig(FindRequest findRequest, FixRequest fixRequest, String model, SessionConfig sessionConfig, String sessionId)