// 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."],[[["Version 2.16.0 is the current version listed in the title of the content, while version 2.37.0-rc is the latest version available."],["The webpage provides a comprehensive list of versions ranging from 2.11.0 to 2.37.0-rc for gkemulticloud, each with links to specific documentation for `gkemulticloud_v1_1_1AzureClustersClient-endpoint-snippet`."],["The provided code snippet demonstrates how to override the default endpoint configuration for the `gkemulticloud_v1::AzureClustersClient`, particularly for use with Private Google Access."],["All versions are for `gkemulticloud_v1_1_1AzureClustersClient-endpoint-snippet`, indicating a focus on this specific client endpoint in the documentation."],["The documentation is for C++, as shown in the URI of each version link."]]],[]]