// 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_v3::MetricServiceClient(
google::cloud::monitoring_v3::MakeMetricServiceConnection(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 various versions of the C++ monitoring library, ranging from the latest release candidate `2.37.0-rc` down to version `2.11.0`."],["Each version listed links to its respective documentation for `monitoring_v3_1_1MetricServiceClient-endpoint-snippet`, allowing users to access version-specific reference materials."],["The latest stable version is noted as 2.27.0."],["The page includes a code snippet demonstrating how to override the `monitoring_v3::MetricServiceClient` endpoint configuration, showing an example of setting it to `\"private.googleapis.com\"`."],["The endpoint configuration shown in the example code snippet is also used with Private Google Access, as referenced in the code comment."]]],[]]