// 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-08 UTC."],[[["The webpage provides a comprehensive list of versions for the `kms_v1_1_1EkmServiceClient-endpoint-snippet`, ranging from the latest release candidate `2.37.0-rc` down to version `2.10.1`."],["Each version listed is linked to its corresponding documentation for `kms_v1_1_1EkmServiceClient-endpoint-snippet` which will give additional information on each versions functionality."],["The page also has information on how to override the kms_v1::EkmServiceClient Endpoint Configuration, using `private.googleapis.com` as an example, which can be used when using Private Google Access."],["The latest stable release listed is `2.36.0`, indicating that `2.37.0-rc` is a release candidate and not yet a stable version."]]],[]]