This interface defines virtual methods for each of the user-facing overload sets in SqlBackupRunsServiceClient. This allows users to inject custom behavior (e.g., with a Google Mock object) when writing tests that use objects of type SqlBackupRunsServiceClient.
To create a concrete instance, see MakeSqlBackupRunsServiceConnection().
[[["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 page provides documentation for the `SqlBackupRunsServiceConnection` class, which defines the interface for user-facing methods in `SqlBackupRunsServiceClient`."],["The `SqlBackupRunsServiceConnection` allows for custom behavior injection, particularly useful for testing with mock objects, such as `sql_v1_mocks::MockSqlBackupRunsServiceConnection`."],["This class offers virtual functions like `Delete`, `Get`, `Insert`, and `List` for interacting with SQL backup runs, each accepting a specific request type and returning a status or a specific data type."],["The documentation details each function's parameter and return types, along with a list of available versions, including the latest release candidate (2.37.0-rc)."],["The interface also includes an `options()` function that returns the `Options` type."]]],[]]