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 webpage details the `WebSecurityScannerConnection` class, which provides an interface for interacting with the `WebSecurityScannerClient` in various versions, with version 2.37.0-rc being the most recent release candidate."],["The `WebSecurityScannerConnection` class enables users to define custom behavior for the client's methods, which is particularly useful in testing environments using mocking."],["The class outlines numerous virtual functions like `CreateScanConfig`, `GetScanRun`, and `ListFindings`, which correspond to the methods available in the `WebSecurityScannerClient` for managing web security scans."],["Concrete instances of `WebSecurityScannerConnection` can be created via the `MakeWebSecurityScannerConnection()` function, and mock implementations are available through `MockWebSecurityScannerConnection`."],["The interface for `WebSecurityScannerConnection` covers a large set of functionalities, including creating, deleting, getting, updating, and listing scan configurations, as well as managing scan runs, crawled URLs, and findings."]]],[]]