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."],[[["The latest release candidate version is 2.37.0-rc, and the current version displayed on the page is 2.22.1, with numerous other versions accessible."],["The content focuses on the `CloudMemcacheConnection` object, which is an interface with virtual methods for user-facing overloads found in `CloudMemcacheClient`."],["The interface allows for injecting custom behavior for testing purposes, including through the use of `MockCloudMemcacheConnection`."],["The document outlines various functions like `ListInstances`, `GetInstance`, `CreateInstance`, `UpdateInstance`, `DeleteInstance`, `ApplyParameters`, and `RescheduleMaintenance` and their parameters and return types for interacting with cloud memcache instances."],["Users can create a real instance using `MakeCloudMemcacheConnection()`, and for testing, `memcache_v1_mocks::MockCloudMemcacheConnection` is to be used."]]],[]]