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"]],[["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 `SqlUsersServiceConnection` class within the Google Cloud C++ client library for SQL, detailing its methods and usage."],["The `SqlUsersServiceConnection` interface defines virtual methods for all user-facing overload sets in `SqlUsersServiceClient`, allowing for the injection of custom behavior in testing environments."],["The latest version of the library is 2.37.0-rc, and the page details all the available versions from 2.37.0-rc all the way back to 2.11.0, linking to their respective documentation."],["Key functions within `SqlUsersServiceConnection` include `Delete`, `Get`, `Insert`, `List`, and `Update`, each taking a specific request object and returning a status or an operation result."],["Users can create a concrete instance of the connection using `MakeSqlUsersServiceConnection()`, and can leverage `MockSqlUsersServiceConnection` for testing purposes."]]],[]]