// 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::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-04-23 UTC."],[[["The latest release candidate version available is 2.37.0-rc, offering the most up-to-date features and fixes."],["A comprehensive range of versions are accessible, spanning from 2.11.0 to 2.36.0, catering to different needs and compatibility requirements."],["Each version provides a specific endpoint snippet, as shown in their respective hyperlinks, for the `gkemulticloud_v1_1_1AzureClustersClient`."],["Version 2.12.0 represents the oldest version of the gkemulticloud, and is also the current version of the page."],["You can override the `gkemulticloud_v1::AzureClustersClient` endpoint configuration using `private.googleapis.com`, which is a common configuration with Private Google Access."]]],[]]