This interface defines virtual methods for each of the user-facing overload sets in SqlOperationsServiceClient. This allows users to inject custom behavior (e.g., with a Google Mock object) when writing tests that use objects of type SqlOperationsServiceClient.
To create a concrete instance, see MakeSqlOperationsServiceConnection().
[[["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 details the `SqlOperationsServiceConnection` class, which is part of the Google Cloud SQL C++ client library, specifically version 2.31.0."],["The `SqlOperationsServiceConnection` provides an interface with virtual methods that mirror the user-facing overloads in `SqlOperationsServiceClient`, allowing for the injection of custom behaviors during testing."],["The class includes virtual functions like `options()`, `Get()`, `List()`, and `Cancel()` that handle SQL operations requests and returns, such as retrieving operation details, listing operations, and cancelling operations."],["The latest release candidate is version 2.37.0-rc, and the page also lists previous versions down to 2.11.0, each linking to the documentation for the `SqlOperationsServiceConnection` class in that specific version."],["To get a working instance of the class or for mocking, the users can use `MakeSqlOperationsServiceConnection()` or `sql_v1_mocks::MockSqlOperationsServiceConnection` respectively."]]],[]]