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 provides documentation for the `SqlUsersServiceConnection` class, which is a crucial component for interacting with the `SqlUsersServiceClient` in the Google Cloud SQL API."],["The page lists available versions of the `SqlUsersServiceConnection` class, ranging from the latest release candidate `2.37.0-rc` down to version `2.11.0`."],["The `SqlUsersServiceConnection` interface defines virtual methods, including `Delete`, `Get`, `Insert`, `List`, and `Update`, which correspond to the user-facing overload sets in `SqlUsersServiceClient`."],["The documentation explains how to create a concrete instance of `SqlUsersServiceConnection` using `MakeSqlUsersServiceConnection()` and highlights the use of `sql_v1_mocks::MockSqlUsersServiceConnection` for testing purposes."],["Each method that the SqlUsersServiceConnection uses takes in a `request` parameter to perform an action, and then returns either a `StatusOr\u003c google::cloud::sql::v1::Operation \u003e` or `StatusOr\u003c google::cloud::sql::v1::UsersListResponse \u003e` or `StatusOr\u003c google::cloud::sql::v1::User \u003e`."]]],[]]