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."],[[["This page documents the `memcache_v1::CloudMemcacheClient` endpoint configuration for various versions."],["Version 2.37.0-rc is the latest release candidate, while 2.17.0 is the current version displayed."],["The documentation includes versions ranging from 2.11.0 up to 2.37.0-rc, providing a comprehensive history of releases."],["Each version links to a specific page detailing the `memcache_v1_1_1CloudMemcacheClient-endpoint-snippet` for that release."],["An example of overriding the default endpoint configuration to use \"private.googleapis.com\" is included for `memcache_v1::CloudMemcacheClient`."]]],[]]