// 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."],[[["The latest available version is 2.37.0-rc, which can be accessed via the provided link."],["The page provides a list of available versions for the Talent API, ranging from the most recent to version 2.11.0."],["Each listed version links to specific documentation for `talent_v4_1_1CompanyServiceClient-endpoint-snippet`."],["The provided code snippet shows how to override the `talent_v4::CompanyServiceClient` Endpoint Configuration, which is common with Private Google Access."],["The code snippet example sets the endpoint option to \"private.googleapis.com\" to configure the `CompanyServiceClient`."]]],[]]