// 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::NotificationChannelServiceClient(
google::cloud::monitoring_v3::MakeNotificationChannelServiceConnection(
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-21 UTC."],[[["This page documents the available versions of the `NotificationChannelServiceClient` for the C++ Monitoring library, spanning from version 2.11.0 up to the latest release candidate, 2.37.0-rc."],["Each version listed provides a link to its respective documentation for the `monitoring_v3_1_1NotificationChannelServiceClient-endpoint-snippet`, which details specific endpoints."],["The latest release candidate version of the C++ library is 2.37.0-rc, and is located at the top of the list."],["The page shows how to override the `NotificationChannelServiceClient` endpoint configuration, specifying how to use private Google Access."],["The `monitoring_v3::NotificationChannelServiceClient` endpoint configuration can be overridden using the `EndpointOption` in the `google::cloud::Options` object, such as when using private Google Access with \"private.googleapis.com\"."]]],[]]