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 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."]]],[]]