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-03-14 UTC."],[[["This document outlines the `CloudMemcacheConnection` class, which provides an interface for interacting with `CloudMemcacheClient` and allows custom behavior injection for testing."],["The page lists various versions of the Cloud Memcache library, starting from version 2.37.0-rc (latest) down to version 2.11.0, each linking to its respective class documentation."],["`CloudMemcacheConnection` contains virtual methods such as `ListInstances`, `GetInstance`, `CreateInstance`, `UpdateInstance`, `UpdateParameters`, `DeleteInstance`, `ApplyParameters`, and `RescheduleMaintenance` for performing operations on instances."],["The `MakeCloudMemcacheConnection()` function can be used to create a concrete instance, while `MockCloudMemcacheConnection` is available for mocking purposes during testing."],["Each function listed provides parameter details and the type of return that can be expected from it, in addition to their description."]]],[]]