// 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::KeyManagementServiceClient(
google::cloud::kms_v1::MakeKeyManagementServiceConnection(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 access to different versions of the C++ Key Management Service (KMS) client library, with version 2.37.0-rc being the latest release candidate."],["The content lists available versions of the library from 2.37.0-rc down to 2.10.1, each with a link to its respective documentation and code snippet for `kms_v1_1_1KeyManagementServiceClient-endpoint`."],["The documentation includes information on how to override the default endpoint configuration for `kms_v1::KeyManagementServiceClient`, using Private Google Access as an example."],["All versions listed give examples of code snippets for `kms_v1_1_1KeyManagementServiceClient-endpoint`, providing users with easy-to-use examples for implementation."]]],[]]