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"]],[["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 `SqlConnectServiceConnection` class within the Google Cloud C++ client library, specifically for SQL version 1."],["The latest release candidate version documented is 2.37.0-rc, and the page lists versions all the way back to version 2.11.0, allowing users to find documentation for their specific release."],["The `SqlConnectServiceConnection` class defines virtual methods mirroring those in `SqlConnectServiceClient`, which enables users to inject custom behaviors for testing."],["The `SqlConnectServiceConnection` class includes functions such as `options()`, `GetConnectSettings()`, and `GenerateEphemeralCert()`, with detailed information about parameter and return types for each."],["A mock class `MockSqlConnectServiceConnection` is provided for testing, and `MakeSqlConnectServiceConnection()` is detailed to help users create a concrete instance of this class."]]],[]]