// 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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-09 UTC."],[[["The webpage provides documentation and reference information for various versions of the Talent API, specifically focusing on the `talent_v4_1_1CompanyServiceClient` endpoint."],["Version `2.37.0-rc` is the latest release candidate, while the oldest listed version is `2.11.0`."],["Each version listed includes a link to its corresponding documentation page for the `talent_v4_1_1CompanyServiceClient` endpoint snippet."],["The provided code snippet demonstrates how to override the `talent_v4::CompanyServiceClient` endpoint configuration, using `private.googleapis.com` for Private Google Access."],["The current version of this documentation page is for `2.22.1`."]]],[]]