// 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."],[[["This webpage provides documentation for various versions of the CloudControlsPartner Monitoring Client, ranging from version 2.23.0 up to the latest release candidate 2.37.0-rc."],["The documentation includes links to specific version details, such as 2.36.0, 2.35.0, and so on, each directing to the corresponding CloudControlsPartnerMonitoringClient endpoint snippet."],["The provided code snippet demonstrates how to override the default endpoint configuration for the CloudControlsPartnerMonitoringClient, specifying the \"private.googleapis.com\" endpoint, which is shared with Private Google Access."],["The available versions are compatible with the C++ programming language."]]],[]]