// 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 webpage provides a list of different versions of the `cloudcontrolspartner` library, ranging from version 2.23.0 up to the release candidate 2.37.0-rc."],["The latest available stable version is 2.36.0, while 2.37.0-rc is a release candidate and the latest available."],["Each version listed, including the release candidate, has a corresponding link that leads to its specific documentation within the `cloudcontrolspartner_v1_1_1CloudControlsPartnerCoreClient-endpoint-snippet`."],["There is a code snippet available that demonstrates how to override the `cloudcontrolspartner_v1::CloudControlsPartnerCoreClient` Endpoint Configuration, which is specifically relevant for use with Private Google Access."]]],[]]