This interface defines virtual methods for each of the user-facing overload sets in CloudMemcacheClient. This allows users to inject custom behavior (e.g., with a Google Mock object) when writing tests that use objects of type CloudMemcacheClient.
[[["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-04-09 UTC."],[[["This document details the `CloudMemcacheConnection` object, which facilitates interaction with the `CloudMemcacheClient` and enables custom behavior injection for testing."],["The latest release of the `CloudMemcacheConnection` interface is version 2.37.0-rc, with many previous versions documented, all the way down to 2.11.0."],["`CloudMemcacheConnection` offers virtual methods such as `ListInstances`, `GetInstance`, `CreateInstance`, `UpdateInstance`, and `DeleteInstance`, along with parameter management functions."],["It allows for the creation of concrete instances using `MakeCloudMemcacheConnection()` and provides a mock implementation via `memcache_v1_mocks::MockCloudMemcacheConnection` for testing purposes."],["The interface also provides virtual functions such as `ApplyParameters` and `RescheduleMaintenance` for more control over the memcache instance."]]],[]]