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-05-07 UTC."],[[["This page details the `WebSecurityScannerConnection` interface, which defines virtual methods corresponding to the user-facing overload sets in `WebSecurityScannerClient`."],["The `WebSecurityScannerConnection` allows for the injection of custom behavior in testing, such as with a Google Mock object, by overriding the standard methods."],["It provides methods such as `CreateScanConfig`, `DeleteScanConfig`, `GetScanConfig`, `ListScanConfigs`, and many others, for managing web security scan configurations and runs."],["The page also showcases that version `2.37.0-rc` is the latest release, with a list of previous versions ranging down to version `2.11.0`."],["The concrete instance of the methods can be created through `MakeWebSecurityScannerConnection()`, and `websecurityscanner_v1_mocks::MockWebSecurityScannerConnection` can be used to mock it."]]],[]]