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