// 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::AwsClustersClient(
google::cloud::gkemulticloud_v1::MakeAwsClustersConnection("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 release candidate version available is 2.37.0-rc, as indicated by the \"(latest)\" tag."],["The page lists multiple versions of the gkemulticloud service, starting from the latest release candidate down to version 2.11.0."],["Each version listed, such as 2.36.0, 2.35.0, etc., links to the documentation for the `gkemulticloud_v1_1_1AwsClustersClient` endpoint snippet."],["The page provides information on how to override the endpoint configuration for `gkemulticloud_v1::AwsClustersClient`, particularly in the context of Private Google Access."],["The example of overriding the endpoint configuration provides the specific code snippet to use when setting a custom endpoint, such as \"private.googleapis.com\"."]]],[]]