// 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::monitoring_dashboard_v1::DashboardsServiceClient(
google::cloud::monitoring_dashboard_v1::MakeDashboardsServiceConnection(
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-04-17 UTC."],[[["The latest release candidate version available is 2.37.0-rc."],["The content provides a comprehensive list of available versions for the `monitoring_dashboard_v1_1_1DashboardsServiceClient` component, ranging from version 2.11.0 up to the latest release candidate."],["Each version listed has a corresponding link to its specific documentation within the `monitoring` reference."],["Instructions are provided for overriding the default endpoint configuration for `monitoring_dashboard_v1::DashboardsServiceClient`, showing an example for private Google access."],["The current version at the top of this page, that is to be considered the base version of the information, is version 2.32.0."]]],[]]