// 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."],[[["The webpage provides a comprehensive list of versions for the `monitoring_v3_1_1GroupServiceClient` component, ranging from version 2.11.0 up to the latest release candidate 2.37.0-rc."],["Each version listed includes a direct link to its respective documentation page, enabling easy access to specific release details for the `monitoring_v3_1_1GroupServiceClient` service."],["The latest release candidate, version 2.37.0-rc, is prominently featured at the top of the list, making it easily identifiable for users seeking the most recent update."],["The page also includes a code snippet demonstrating how to override the default endpoint configuration for `monitoring_v3::GroupServiceClient`, particularly for use with Private Google Access."]]],[]]