// 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-05-07 UTC."],[[["The latest available version is 2.37.0-rc, which is marked as the most current release candidate."],["The content provides access to documentation snippets for the `KeyTrackingServiceClient` across a range of versions, spanning from 2.10.1 to 2.37.0-rc."],["Version 2.14.0 is highlighted, which could imply it is the current stable or supported version."],["The documentation includes guidance on overriding the default endpoint configuration for `kms_inventory_v1::KeyTrackingServiceClient` to use \"private.googleapis.com\", particularly for scenarios involving Private Google Access."],["The versions presented are all related to C++ development and include URLs linking to the documentation associated with each specific version."]]],[]]