// 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_inventory_v1::KeyTrackingServiceClient(
google::cloud::kms_inventory_v1::MakeKeyTrackingServiceConnection(
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 access to documentation for various versions of the `KeyTrackingServiceClient` within the `kms_inventory_v1` namespace."],["Version 2.37.0-rc is the most recent release candidate, with version 2.23.0 being the starting point of the listed versions."],["Each version entry links to specific documentation detailing the `kms_inventory_v1_1_1KeyTrackingServiceClient-endpoint-snippet`."],["The page also provides an example on how to override the `kms_inventory_v1::KeyTrackingServiceClient` endpoint configuration, specifically for Private Google Access."],["The versions listed include both release candidates and full releases."]]],[]]