// 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::EkmServiceClient(
google::cloud::kms_v1::MakeEkmServiceConnection(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-02 UTC."],[[["This webpage provides access to different versions of the C++ client library for Google Cloud KMS (Key Management Service)."],["The latest version available is 2.37.0-rc, with a history of versions ranging down to 2.10.1 for users to view, all which lead to their respective `kms_v1_1_1EkmServiceClient-endpoint-snippet` pages."],["Each listed version, like 2.35.0 for example, links to a corresponding documentation page for `kms_v1_1_1EkmServiceClient-endpoint-snippet`."],["There is an example provided on how to override the `kms_v1::EkmServiceClient` Endpoint Configuration, which is a common configuration for Private Google Access."]]],[]]