// 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_v1::LanguageServiceClient(
google::cloud::language_v1::MakeLanguageServiceConnection(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."],[[["Version 2.37.0-rc is the latest release candidate available, as indicated by the \"latest\" tag."],["The webpage lists a comprehensive set of versions, ranging from 2.37.0-rc down to 2.11.0, with each version linking to its respective documentation page."],["The content provides guidance on overriding the language\\_v1::LanguageServiceClient endpoint configuration, particularly highlighting its commonality with Private Google Access."],["The provided code snippet illustrates how to configure the endpoint to \"private.googleapis.com\" using google::cloud::Options."],["Version 2.24.0 is a highlighted version in the content, as indicated at the top of the list."]]],[]]