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-21 UTC."],[[["This webpage provides documentation for the `SqlUsersServiceConnection` object, which is used with `SqlUsersServiceClient` in the Google Cloud C++ client library."],["The `SqlUsersServiceConnection` interface allows for injecting custom behavior when testing `SqlUsersServiceClient` objects, and includes the virtual methods necessary for the user facing overloads."],["The latest version is `2.37.0-rc`, and the documentation also covers past versions all the way back to version `2.11.0`."],["The `SqlUsersServiceConnection` class includes virtual functions such as `Delete`, `Get`, `Insert`, `List`, and `Update`, each interacting with `SqlUsers` related requests and responses."],["There is a function `MakeSqlUsersServiceConnection()` for creating concrete instances, and `sql_v1_mocks::MockSqlUsersServiceConnection` for creating mocks."]]],[]]