// 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."],[[["The latest version of the CloudControlsPartnerCoreClient is 2.37.0-rc, and it is available for use."],["This page provides a list of previous versions of the CloudControlsPartnerCoreClient, ranging from version 2.36.0 down to version 2.23.0, with each version linked to its respective documentation."],["Version 2.34.0 is currently highlighted with a drop-down arrow, indicating it's the selected version."],["You can override the default endpoint configuration for CloudControlsPartnerCoreClient, with an example provided demonstrating the use of \"private.googleapis.com\" for private Google access."]]],[]]