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 details the `SqlUsersServiceConnection` object, which is an interface defining virtual methods for `SqlUsersServiceClient`."],["The latest version of the documentation provided is `2.37.0-rc`, with a history of versions going back to `2.11.0`."],["The `SqlUsersServiceConnection` interface allows for custom behavior injection during testing using mock objects like `sql_v1_mocks::MockSqlUsersServiceConnection`."],["The documentation includes a list of virtual functions for operations such as `Delete`, `Get`, `Insert`, `List`, and `Update` related to SQL users."],["The `MakeSqlUsersServiceConnection()` function can be used to create a concrete instance of this object."]]],[]]