// 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-03-05 UTC."],[[["The webpage provides a list of versioned documentation for `cloudcontrolspartner_v1_1_1CloudControlsPartnerMonitoringClient-endpoint-snippet`, ranging from version 2.23.0 up to the latest release candidate, 2.37.0-rc."],["Each version listed links to its specific documentation page within the `/cpp/docs/reference/cloudcontrolspartner/` directory."],["The page includes example code demonstrating how to override the `CloudControlsPartnerMonitoringClient` endpoint configuration, specifically for use with Private Google Access, by setting the `EndpointOption` to \"private.googleapis.com\"."],["The documentation is specific to the `CloudControlsPartnerMonitoringClient`, showing usage examples and version history."]]],[]]