// 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 lists the available versions of the CloudControlsPartnerCoreClient, ranging from the latest release candidate version 2.37.0-rc down to version 2.23.0."],["Each version listed provides a direct link to its respective documentation page, detailing endpoint snippets for the CloudControlsPartnerCoreClient."],["The provided code snippet demonstrates how to override the CloudControlsPartnerCoreClient endpoint configuration, specifically for use with Private Google Access, setting the endpoint to \"private.googleapis.com\"."],["The CloudControlsPartnerCoreClient versions listed contain minor, major, and release candidate versions, such as version 2.25.1, version 2.37.0-rc, or version 2.36.0."]]],[]]