This interface defines virtual methods for each of the user-facing overload sets in RecaptchaEnterpriseServiceClient. This allows users to inject custom behavior (e.g., with a Google Mock object) when writing tests that use objects of type RecaptchaEnterpriseServiceClient.
[[["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-21 UTC."],[[["This document details the `RecaptchaEnterpriseServiceConnection` interface, which provides virtual methods for interacting with `RecaptchaEnterpriseServiceClient` for various operations, including creating assessments, managing keys, and handling firewall policies."],["The latest release candidate version is 2.37.0-rc, and the document includes links to documentation for numerous previous versions, ranging from 2.36.0 down to 2.12.0, giving users the ability to check all the changes between versions."],["Users can use `MakeRecaptchaEnterpriseServiceConnection()` to create a concrete instance of the connection, and `recaptchaenterprise_v1_mocks::MockRecaptchaEnterpriseServiceConnection` is available for mocking purposes during testing."],["The interface defines methods for a wide array of actions, such as `CreateAssessment`, `AnnotateAssessment`, `CreateKey`, `DeleteKey`, `CreateFirewallPolicy`, `UpdateFirewallPolicy`, `ListRelatedAccountGroups`, and many other critical functions that manage user interactions with the service."],["The document outlines the parameters and return types for each method, including the use of `StatusOr` and `StreamRange` to handle results, indicating the expected data types and how they are processed."]]],[]]