// 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::talent_v4::CompanyServiceClient(
google::cloud::talent_v4::MakeCompanyServiceConnection(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-04-01 UTC."],[[["This webpage provides access to various versions of the C++ Talent API documentation, ranging from version 2.11.0 up to 2.36.0, with 2.37.0-rc being the latest release candidate."],["Each listed version links to its respective documentation page, specifically detailing the `talent_v4_1_1CompanyServiceClient` endpoint."],["The latest stable version available on the page is 2.36.0."],["The `talent_v4_1_1CompanyServiceClient` endpoint can have its configuration overridden, for example, to use \"private.googleapis.com\" for Private Google Access."]]],[]]