// 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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-02 UTC."],[[["This webpage provides documentation and reference information for various versions of the `monitoring_v3_1_1AlertPolicyServiceClient` component, spanning from version 2.11.0 to the latest release candidate 2.37.0-rc."],["Each version listed offers a direct link to its specific documentation regarding `AlertPolicyServiceClient-endpoint-snippet`."],["The current page version highlighted is 2.35.0."],["It also provides an example of how to override the endpoint configuration for `monitoring_v3::AlertPolicyServiceClient`, particularly in the context of Private Google Access."]]],[]]