// 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::language_v2::LanguageServiceClient(
google::cloud::language_v2::MakeLanguageServiceConnection(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-05 UTC."],[[["The webpage provides a comprehensive list of versioned documentation for the `language_v2_1_1LanguageServiceClient`, ranging from version 2.11.0 up to the release candidate 2.37.0-rc."],["The latest stable release available is version 2.36.0, with a release candidate, 2.37.0-rc, also accessible."],["The page details how to override the `language_v2::LanguageServiceClient` endpoint configuration, offering an example of setting it to `private.googleapis.com`, which is used for Private Google Access."],["Each version listed links to specific documentation related to the `language_v2_1_1LanguageServiceClient-endpoint-snippet`."]]],[]]