This interface defines virtual methods for each of the user-facing overload sets in CloudRedisClient. This allows users to inject custom behavior (e.g., with a Google Mock object) when writing tests that use objects of type CloudRedisClient.
[[["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."],[[["The `CloudRedisConnection` object serves as the interface for defining virtual methods used in the `CloudRedisClient`, allowing for custom behavior in testing."],["This documentation provides access to various versions of the `CloudRedisConnection` class, ranging from version 2.11.0 to the latest release candidate 2.37.0-rc."],["It outlines methods such as `ListInstances`, `GetInstance`, `CreateInstance`, and many others for managing Redis instances, including operations like creating, updating, deleting, importing, exporting, and upgrading instances."],["The documentation also supports mocking through `MockCloudRedisConnection`, allowing for the injection of custom behaviors into tests that use the `CloudRedisClient`."],["It provides the user with methods that contain options and the parameters they require to use them in order to use the `CloudRedisConnection` in their projects."]]],[]]