This interface defines virtual methods for each of the user-facing overload sets in BackupDRClient. This allows users to inject custom behavior (e.g., with a Google Mock object) when writing tests that use objects of type BackupDRClient.
[[["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-05 UTC."],[[["This webpage details the `BackupDRConnection` object, which acts as an interface defining virtual methods for all user-facing overload sets within the `BackupDRClient`."],["The latest version available is 2.37.0-rc, with a range of versions from 2.23.0 to 2.36.0 also available for reference, with the content being specific to version 2.23.0."],["The interface allows for custom behavior injection during testing, such as using a Google Mock object with `BackupDRClient` instances."],["To use a concrete instance, you should refer to `MakeBackupDRConnection()`, and for mocking, refer to `backupdr_v1_mocks::MockBackupDRConnection`."],["Key functions include managing options, listing, getting, creating, and deleting management servers, all handled via virtual methods and specific request objects."]]],[]]