// 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"]],[["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-03-14 UTC."],[[["The webpage provides documentation for various versions of the KeyManagementServiceClient, ranging from version 2.10.1 up to the latest release candidate, 2.37.0-rc."],["Each version has a corresponding link to its specific documentation, such as the `kms_v1_1_1KeyManagementServiceClient-endpoint-snippet`, allowing users to view details about each version."],["The content includes a code snippet demonstrating how to override the `kms_v1::KeyManagementServiceClient` endpoint configuration, which is useful for settings such as Private Google Access."],["Version 2.28.0 is listed as the current version at the top of the page, but version 2.37.0-rc is available as the latest."],["The versions provided are available for the C++ programming language, specifically for working with Google Cloud's Key Management Service (KMS)."]]],[]]