// 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::GroupServiceClient(
google::cloud::monitoring_v3::MakeGroupServiceConnection(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 page provides a comprehensive list of versions for the `monitoring_v3_1_1GroupServiceClient` endpoint snippet, ranging from the latest release candidate, 2.37.0-rc, down to version 2.11.0."],["Each listed version is linked to its respective documentation page within the C++ reference guide, allowing users to quickly access the specifics for that version."],["The content also shows how to override the `GroupServiceClient` endpoint configuration, using \"private.googleapis.com\", commonly used for Private Google Access."],["The version list indicates frequent updates and releases for the monitoring service, covering a wide range of versions from 2.11.0 up to the most recent release candidate 2.37.0-rc, ensuring users have access to older and newer versions."]]],[]]