This interface defines virtual methods for each of the user-facing overload sets in WebSecurityScannerClient. This allows users to inject custom behavior (e.g., with a Google Mock object) when writing tests that use objects of type WebSecurityScannerClient.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-14 UTC."],[[["This document details the `WebSecurityScannerConnection` interface, which provides virtual methods corresponding to the user-facing overload sets in `WebSecurityScannerClient`."],["The `WebSecurityScannerConnection` interface is available in several versions, with `2.37.0-rc` being the latest and having a range down to `2.11.0`."],["`WebSecurityScannerConnection` allows for custom behavior injection in tests through the use of mocking, such as with `MockWebSecurityScannerConnection`."],["The interface includes methods to manage scan configurations, such as `CreateScanConfig`, `DeleteScanConfig`, `GetScanConfig`, `ListScanConfigs`, and `UpdateScanConfig`, among others."],["It also provides functions for managing scan runs, such as `StartScanRun`, `GetScanRun`, `ListScanRuns`, and `StopScanRun`, as well as retrieving information on crawled URLs and findings."]]],[]]