// 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"]],[["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-05-07 UTC."],[[["This page provides a list of versioned documentation for the `cloudcontrolspartner` component, ranging from the latest release candidate `2.37.0-rc` down to version `2.23.0`."],["Each version listed links to specific documentation for `cloudcontrolspartner_v1_1_1CloudControlsPartnerMonitoringClient-endpoint-snippet`, offering details on that release."],["The content also offers code on how to configure the `CloudControlsPartnerMonitoringClient` endpoint, specifically for private Google access using the \"private.googleapis.com\" endpoint."],["The current version that is displayed on the page is `2.32.0`, which can be seen in the heading of the webpage."]]],[]]