This interface defines virtual methods for each of the user-facing overload sets in WebRiskServiceClient. This allows users to inject custom behavior (e.g., with a Google Mock object) when writing tests that use objects of type WebRiskServiceClient.
[[["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 provides documentation for the `WebRiskServiceConnection` class, which is a key component for interacting with the Web Risk service in C++."],["The latest release candidate version of the WebRisk service is `2.37.0-rc`, and documentation for other versions is also available, ranging from `2.11.0` to `2.36.0`, as well as `2.25.1` and `2.22.1` and `2.15.1` being other outlier versions."],["`WebRiskServiceConnection` defines virtual methods for user-facing operations like `ComputeThreatListDiff`, `SearchUris`, `SearchHashes`, `CreateSubmission`, and `SubmitUri`, enabling custom behavior and testing through mocking."],["You can create a concrete instance of the class using the `MakeWebRiskServiceConnection()` function or mock the service utilizing `webrisk_v1_mocks::MockWebRiskServiceConnection`."],["The `SubmitUri` function can be called with experimental tags and can return either a `StatusOr\u003cgoogle::longrunning::Operation\u003e` or a `future\u003c StatusOr\u003c google::cloud::webrisk::v1::Submission \u003e \u003e`."]]],[]]