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` class within the Google Cloud C++ client library for SQL, detailing its methods and usage."],["The page lists available versions of the `SqlUsersServiceConnection` class, ranging from the latest release candidate `2.37.0-rc` down to `2.11.0`, with the active version being `2.20.0`."],["The `SqlUsersServiceConnection` class defines virtual methods for user-facing operations in `SqlUsersServiceClient`, including `Delete`, `Get`, `Insert`, `List`, and `Update`, allowing custom behavior injection for testing."],["Users can create concrete instances of the service using `MakeSqlUsersServiceConnection()`, and a mock implementation is available via `sql_v1_mocks::MockSqlUsersServiceConnection`."],["The functions documented are `options()`, `Delete`, `Get`, `Insert`, `List`, and `Update`, all of which either return a `StatusOr` object type of different classes or an `Options` object."]]],[]]