bookmark_borderbookmark
Stay organized with collections
Save and categorize content based on your preferences.
// This configuration is common with Private Google Access: // https://cloud.google.com/vpc/docs/private-google-access auto options = google::cloud::Options{}.set<google::cloud::EndpointOption>( "private.googleapis.com"); auto client = google::cloud::memcache_v1::CloudMemcacheClient( google::cloud::memcache_v1::MakeCloudMemcacheConnection(options));
[[["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-06-12 UTC."],[[["The webpage provides documentation for various versions of the `CloudMemcacheClient`, ranging from version 2.11.0 up to the latest release candidate 2.37.0-rc."],["Each version listed links to its corresponding documentation page, where visitors can learn more about the specific features and updates for that version of the `CloudMemcacheClient`."],["The latest release candidate for the `CloudMemcacheClient` is version 2.37.0-rc, and this is indicated as the latest version at the top of the list."],["The page shows an example of how to override the default endpoint configuration for `CloudMemcacheClient`, specifically demonstrating how to use the `private.googleapis.com` endpoint, which is commonly used with Private Google Access."],["Version 2.33.0 is referenced to be the current version."]]],[]]