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 interacting with the Cloud SQL API."],["The `SqlConnectServiceConnection` class defines the interface with virtual methods, such as `GetConnectSettings` and `GenerateEphemeralCert`, for interacting with the SQL API, allowing for customization and testing."],["The documentation lists available versions of the `SqlConnectServiceConnection` class, ranging from the latest release candidate version `2.37.0-rc` down to `2.11.0`."],["The page outlines how to create a `SqlConnectServiceConnection` instance using `MakeSqlConnectServiceConnection()`, along with how to use `sql_v1_mocks::MockSqlConnectServiceConnection` for testing purposes."],["The `SqlConnectServiceConnection` class defines virtual functions that allow users to specify `GetConnectSettingsRequest` and `GenerateEphemeralCertRequest` to retrieve either the connection settings or an ephemeral certificate respectively."]]],[]]