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 webpage details the `CloudMemcacheConnection` object, which facilitates interaction with the `CloudMemcacheClient` and provides virtual methods for all user-facing overload sets in the client."],["The latest release candidate is version 2.37.0-rc, with the stable version being 2.13.0, and many other versions are available."],["The `CloudMemcacheConnection` interface allows users to inject custom behaviors into their testing, such as using a Google Mock object."],["Key functionalities include listing, getting, creating, updating, and deleting instances, alongside managing parameters and rescheduling maintenance, all through defined virtual methods."],["`MakeCloudMemcacheConnection()` creates concrete instances of `CloudMemcacheConnection` and `memcache_v1_mocks::MockCloudMemcacheConnection` is used for mocking purposes."]]],[]]