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 webpage details the `SqlUsersServiceConnection` object, which defines virtual methods for user-facing overload sets in `SqlUsersServiceClient`, allowing for custom behavior injection during testing."],["The latest version of `SqlUsersServiceConnection` is 2.37.0-rc, and the page provides links to various versions ranging from 2.11.0 to 2.37.0-rc."],["The `SqlUsersServiceConnection` interface includes virtual methods such as `Delete`, `Get`, `Insert`, `List`, and `Update`, each corresponding to a specific operation on SQL users."],["To create a concrete instance of the object, users can utilize the `MakeSqlUsersServiceConnection()` function, while for mocking, users can utilize `sql_v1_mocks::MockSqlUsersServiceConnection`."],["Each method (such as Delete, Get, etc) takes in a Request parameter and returns a StatusOr object, with various parameters and types defined."]]],[]]