// 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"]],[["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-07-02 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."]]],[]]