// 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-03-14 UTC."],[[["This page provides a comprehensive list of versions for the `kms_v1_1_1EkmServiceClient` component, ranging from the latest release candidate, 2.37.0-rc, down to version 2.10.1."],["Each listed version, including the latest, is linked to a corresponding documentation page, providing details on the `kms_v1_1_1EkmServiceClient-endpoint-snippet`."],["The content also illustrates how to override the endpoint configuration for `kms_v1::EkmServiceClient`, using `private.googleapis.com`, which is also used for private google access."],["Version 2.12.0 is mentioned at the top, with a dropdown arrow which implies there is more relevant data for that version, however the data only reflects the versions listed."],["This data spans across 28 different versions of this service, showing the wide range of compatibility."]]],[]]