// 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::kms_v1::AutokeyAdminClient(
google::cloud::kms_v1::MakeAutokeyAdminConnection(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 webpage provides a list of different versions for the C++ KMS (Key Management Service) documentation, with the latest release candidate being version 2.37.0-rc."],["The version history spans from 2.10.1 up to the latest release candidate, and each version links to specific documentation about `kms_v1_1_1AutokeyAdminClient-endpoint-snippet`."],["The current context shows how to override `kms_v1::AutokeyAdminClient` endpoint configurations, demonstrating a code snippet that sets the endpoint to \"private.googleapis.com\"."],["Version 2.26.0 is highlighted as the currently selected version at the start of the document."]]],[]]