// 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-04-17 UTC."],[[["This webpage provides documentation and links for various versions of the `monitoring_v3::GroupServiceClient` within the C++ library, ranging from version 2.11.0 up to the latest release candidate 2.37.0-rc."],["The latest stable version documented is 2.36.0, while 2.37.0-rc is available as the latest release candidate."],["The primary purpose of this page is to provide documentation on how to configure the `monitoring_v3::GroupServiceClient` endpoint."],["The version 2.34.0 is highlighted as a specific version of the documentation."],["Instructions are given on how to use `private.googleapis.com` as the endpoint configuration for `GroupServiceClient`, particularly when using private Google access."]]],[]]