// 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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-09 UTC."],[[["This webpage provides a comprehensive list of versions for the `gkemulticloud` C++ library, specifically for the `AttachedClustersClient`."],["The latest available version is `2.37.0-rc`, which is designated as a release candidate."],["The version list extends back to `2.11.0`, offering access to a variety of past releases for users that require previous versions."],["Each listed version includes a corresponding link that directs users to its specific documentation, identified by its version number, to provide an easily searchable version history."],["This page also has specific override instructions for `gkemulticloud_v1::AttachedClustersClient` endpoint configuration, enabling custom configurations such as private google access."]]],[]]