// 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::AlertPolicyServiceClient(
google::cloud::monitoring_v3::MakeAlertPolicyServiceConnection(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-09 UTC."],[[["The webpage provides documentation and reference information for various versions of the `monitoring_v3::AlertPolicyServiceClient` in C++."],["The latest version documented is 2.37.0-rc, and the list includes versions dating back to 2.11.0."],["Each version entry links to specific endpoint snippet documentation related to the `AlertPolicyServiceClient`."],["The `Override monitoring_v3::AlertPolicyServiceClient Endpoint Configuration` section provides an example of how to configure the endpoint, including for Private Google Access."],["Version 2.22.1 is visible at the top, indicating it is the version the user is currently viewing, which can be changed."]]],[]]