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, which is an object used by the `SqlUsersServiceClient`."],["The `SqlUsersServiceConnection` interface offers virtual methods corresponding to each user-facing overload set within the `SqlUsersServiceClient`, facilitating custom behavior injection during testing."],["The page details various versions of the `SqlUsersServiceConnection` class, ranging from version 2.11.0 to the latest release candidate, version 2.37.0-rc."],["The interface defines virtual functions like `Delete`, `Get`, `Insert`, `List`, and `Update`, each associated with specific request and return types for managing SQL users."],["The `SqlUsersServiceConnection` can be mocked, and can be instantiated using the `MakeSqlUsersServiceConnection()` function."]]],[]]