// 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::CloudControlsPartnerCoreClient(
google::cloud::cloudcontrolspartner_v1::
MakeCloudControlsPartnerCoreConnection(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 page provides access to various versions of the CloudControlsPartner, ranging from version 2.23.0 up to the latest release candidate, 2.37.0-rc."],["The latest version available is a release candidate, version 2.37.0-rc, which can be found linked at the top of the list."],["Each version entry links to its respective documentation page, specifically to the `cloudcontrolspartner_v1_1_1CloudControlsPartnerCoreClient-endpoint-snippet` section."],["Instructions are provided for overriding the `cloudcontrolspartner_v1::CloudControlsPartnerCoreClient` endpoint configuration, which is common with Private Google Access."],["The provided code snippet demonstrates how to set up a custom endpoint, specifically using \"private.googleapis.com\", when creating a `CloudControlsPartnerCoreClient`."]]],[]]