This interface defines virtual methods for each of the user-facing overload sets in SqlConnectServiceClient. This allows users to inject custom behavior (e.g., with a Google Mock object) when writing tests that use objects of type SqlConnectServiceClient.
To create a concrete instance, see MakeSqlConnectServiceConnection().
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-09 UTC."],[[["The webpage provides documentation for the `SqlConnectServiceConnection` class within the Google Cloud C++ client library, specifically for SQL version 2.31.0."],["It lists available versions of the SQL C++ library, with 2.37.0-rc being the latest release candidate and an array of previous releases back to version 2.11.0."],["The `SqlConnectServiceConnection` object acts as an interface for `SqlConnectServiceClient`, allowing the injection of custom behaviors for testing."],["The `SqlConnectServiceConnection` class offers virtual methods for actions like retrieving connection settings and generating ephemeral certificates, as shown with the functions `GetConnectSettings` and `GenerateEphemeralCert`."],["Users can create concrete instances of this connection using the `MakeSqlConnectServiceConnection()` function, and for mocking, utilize `sql_v1_mocks::MockSqlConnectServiceConnection`."]]],[]]