// 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"]],[["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."],[[["This webpage provides documentation for various versions of the C++ KMS (Key Management Service) library, detailing endpoint configuration for `EkmServiceClient`."],["Version 2.37.0-rc is the latest release candidate, and a list of previous versions are included all the way back to 2.10.1, with each version linked to its respective documentation."],["The documentation highlights how to override the default endpoint configuration for `kms_v1::EkmServiceClient`, specifically using \"private.googleapis.com\" for Private Google Access."],["Each listed version's documentation has snippet regarding the `kms_v1_1_1EkmServiceClient` endpoint."]]],[]]