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 documents the `SqlUsersServiceConnection` class, which provides an interface for managing SQL user operations."],["The `SqlUsersServiceConnection` class defines virtual methods for actions like Delete, Get, Insert, List, and Update, mirroring the functionalities of `SqlUsersServiceClient`."],["The latest release candidate for the `SqlUsersServiceConnection` is version 2.37.0-rc, with historical versions listed from 2.36.0 down to 2.11.0."],["Users can create an instance of this connection using `MakeSqlUsersServiceConnection()`, or mock the connection for testing purposes with `sql_v1_mocks::MockSqlUsersServiceConnection`."],["Each function within `SqlUsersServiceConnection` accepts a specific request type (e.g., `SqlUsersDeleteRequest`, `SqlUsersGetRequest`) and returns a `StatusOr` object that could contain either an operation, a user, or a user list response."]]],[]]