// 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::gkemulticloud_v1::AttachedClustersClient(
google::cloud::gkemulticloud_v1::MakeAttachedClustersConnection("unused",
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-03-21 UTC."],[[["This webpage provides a comprehensive list of Google Kubernetes Engine (GKE) Multi-Cloud C++ client library versions, ranging from version 2.11.0 up to the latest release candidate, 2.37.0-rc."],["Each version listed links to specific documentation for the `gkemulticloud_v1_1_1AttachedClustersClient-endpoint-snippet`, offering detailed reference materials."],["The most current available release is version 2.37.0-rc, which is marked as the latest release candidate."],["The page also gives instruction on how to configure the endpoint for the `gkemulticloud_v1::AttachedClustersClient`, which can be set to \"private.googleapis.com\"."],["Version 2.35.0 is the current version of the page."]]],[]]