This interface defines virtual methods for each of the user-facing overload sets in SqlUsersServiceClient. This allows users to inject custom behavior (e.g., with a Google Mock object) when writing tests that use objects of type SqlUsersServiceClient.
To create a concrete instance, see MakeSqlUsersServiceConnection().
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-02 UTC."],[[["This page provides documentation for the `SqlUsersServiceConnection` class, which is used with `SqlUsersServiceClient` in the Google Cloud SQL C++ library, version 2.35.0."],["The `SqlUsersServiceConnection` class defines virtual methods corresponding to each user-facing overload set in `SqlUsersServiceClient`, enabling custom behavior injection for testing."],["The latest release candidate version is 2.37.0-rc, with multiple previous versions documented, ranging from 2.36.0 down to 2.11.0."],["The page details the virtual methods available within `SqlUsersServiceConnection`, such as `Delete`, `Get`, `Insert`, `List`, and `Update`, all of which handle `SqlUsers` related requests and operations."],["Users can create a concrete instance of the `SqlUsersServiceConnection` using `MakeSqlUsersServiceConnection()` or use `sql_v1_mocks::MockSqlUsersServiceConnection` for mocking purposes."]]],[]]