// 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 vpc_client = google::cloud::gkemulticloud_v1::AzureClustersClient(
google::cloud::gkemulticloud_v1::MakeAzureClustersConnection("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."],[[["The latest version available for the gkemulticloud C++ library is 2.37.0-rc."],["This page provides documentation and reference materials for the `gkemulticloud_v1_1_1AzureClustersClient` across multiple versions, with each version having its own specific endpoint configuration."],["A range of versions from 2.11.0 up to the latest 2.37.0-rc is available for access, allowing users to browse through previous releases."],["Users can override the default endpoint configuration for `gkemulticloud_v1::AzureClustersClient` by setting the `EndpointOption` to `private.googleapis.com`."],["The provided code snippet demonstrates how to set up an `AzureClustersClient` with a custom endpoint, which is particularly relevant when using Private Google Access."]]],[]]