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` object, which is used with `SqlUsersServiceClient` in the Google Cloud C++ client library for SQL."],["The `SqlUsersServiceConnection` interface offers virtual methods for user-facing operations, including `Delete`, `Get`, `Insert`, `List`, and `Update`, enabling custom behavior injection for testing."],["The latest version of the documentation is for `2.37.0-rc`, with various previous versions listed, down to `2.11.0` as the oldest."],["The documentation specifies how to create an instance using `MakeSqlUsersServiceConnection()` and provides a link for mocking via `sql_v1_mocks::MockSqlUsersServiceConnection`."],["The documentation provides parameters and returns types for all the virtual functions, such as the virtual `Delete` function taking a `google::cloud::sql::v1::SqlUsersDeleteRequest const &` and returning `StatusOr\u003c google::cloud::sql::v1::Operation \u003e`."]]],[]]