// 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 webpage provides access to different versions of the `kms_v1_1_1EkmServiceClient` endpoint snippet, ranging from the latest release candidate version 2.37.0-rc down to version 2.10.1."],["The most current stable release of the `kms_v1_1_1EkmServiceClient` endpoint available is version 2.36.0."],["Users can navigate to documentation for specific versions of the endpoint snippet to review and implement, with each link corresponding to its appropriate version number."],["The page also features code detailing how to override the default `kms_v1::EkmServiceClient` endpoint configuration, using the private Google Access URL."]]],[]]