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 part of the Google Cloud C++ client library for SQL, specifically version 2.32.0."],["The `SqlUsersServiceConnection` class defines virtual methods that correspond to user-facing overload sets in `SqlUsersServiceClient`, facilitating the injection of custom behaviors for testing."],["The page includes links to documentation for various versions of the library, ranging from 2.37.0-rc (latest) down to 2.11.0."],["Key functions defined within the `SqlUsersServiceConnection` interface are `Delete`, `Get`, `Insert`, `List`, and `Update`, all of which interact with SQL user data, and there is also a virtual `Options` function."],["You can create a concrete instance of the interface using `MakeSqlUsersServiceConnection()` or mock the interface with `sql_v1_mocks::MockSqlUsersServiceConnection`."]]],[]]