// 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-04-17 UTC."],[[["The webpage provides documentation and reference information for various versions of the `KeyManagementServiceClient` within the Google Cloud KMS (Key Management Service) library."],["The latest available version is 2.37.0-rc, with links to documentation for versions ranging down to 2.10.1."],["The page includes a code snippet demonstrating how to override the `KeyManagementServiceClient` endpoint configuration, specifically for use with Private Google Access."],["Each version listed corresponds to a specific set of documentation and reference material related to the `kms_v1_1_1KeyManagementServiceClient` endpoint."],["The current version being browsed is 2.20.0, which is a specific point of documentation amongst the vast array of versions available."]]],[]]