// 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::cloudcontrolspartner_v1::
CloudControlsPartnerMonitoringClient(
google::cloud::cloudcontrolspartner_v1::
MakeCloudControlsPartnerMonitoringConnection(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-18 UTC."],[[["This page documents various versions of the `cloudcontrolspartner` component, ranging from version 2.23.0 up to the latest release candidate 2.37.0-rc."],["Each version listed provides a link to the corresponding documentation for `cloudcontrolspartner_v1_1_1CloudControlsPartnerMonitoringClient-endpoint-snippet`."],["Version 2.37.0-rc is identified as the most current, or \"latest\", release candidate available."],["The page includes an example of how to override the endpoint configuration for `cloudcontrolspartner_v1::CloudControlsPartnerMonitoringClient`, suggesting usage with Private Google Access."]]],[]]