// 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::KeyDashboardServiceClient(
google::cloud::kms_inventory_v1::MakeKeyDashboardServiceConnection(
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."],[[["This page provides access to documentation for various versions of the `kms_inventory_v1_1_1KeyDashboardServiceClient`, ranging from version 2.10.1 up to the latest release candidate, version 2.37.0-rc."],["The currently viewed version is 2.36.0, with the latest release candidate being accessible through the 2.37.0-rc link at the top of the page."],["The documentation includes a code snippet demonstrating how to override the endpoint configuration for `kms_inventory_v1::KeyDashboardServiceClient`, setting it to `private.googleapis.com`, which is relevant for Private Google Access."],["Each link on this page directs users to the documentation relevant to that version of the client, such as the 2.35.0 link directing to `/cpp/docs/reference/kms/2.35.0/kms_inventory_v1_1_1KeyDashboardServiceClient-endpoint-snippet`."]]],[]]