// 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-04-17 UTC."],[[["This webpage provides a comprehensive list of available versions for the `monitoring_v3::MetricServiceClient` endpoint configuration, ranging from version 2.11.0 up to the latest release candidate 2.37.0-rc."],["Each version listed offers a direct link to its respective documentation, detailing the endpoint configuration snippet for that specific release."],["The content highlights the ability to override the default endpoint configuration, demonstrating with an example on how to use \"private.googleapis.com\" through the google cloud options, when using Private Google Access."],["The versions presented are for the C++ library, and the specific snippet relates to the `monitoring_v3_1_1MetricServiceClient`."]]],[]]