// 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-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`."]]],[]]