// 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-03-21 UTC."],[[["This webpage provides access to various versions of the Talent API's C++ client library, ranging from version 2.11.0 up to the release candidate 2.37.0-rc."],["The latest stable version available is 2.36.0, while 2.37.0-rc is the most recent release candidate, indicating a version that is being tested and is not completely stable."],["Each listed version includes a link to its respective documentation for the `talent_v4_1_1CompanyServiceClient-endpoint-snippet`, allowing users to see the specific implementation for that release."],["The page includes an example configuration for overriding the default endpoint, showing how to use a private Google access endpoint with the `CompanyServiceClient`."],["Version 2.26.0 is the current selected version, though users can access any of the other versions through the links."]]],[]]