// 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."],[[["This page provides documentation and links for various versions of the `talent_v4_1_1CompanyServiceClient` component, ranging from the latest release candidate 2.37.0-rc down to version 2.11.0."],["Each listed version number links to the corresponding documentation for the `talent_v4_1_1CompanyServiceClient-endpoint-snippet` for that version."],["The latest release candidate for the service client, version 2.37.0-rc, is highlighted as the most current available option."],["The provided code snippet demonstrates how to override the default endpoint configuration for `talent_v4::CompanyServiceClient`, using `private.googleapis.com`."],["The endpoint configuration shown in the code snippet is compatible with Private Google Access, as explained in the provided link."]]],[]]