// 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::vision_v1::ProductSearchClient(
google::cloud::vision_v1::MakeProductSearchConnection(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."],[[["The webpage provides access to different versions of the C++ client library for Google Cloud Vision's Product Search feature, ranging from version 2.11.0 up to the latest release candidate, 2.37.0-rc."],["Each listed version links to the `vision_v1_1_1ProductSearchClient-endpoint-snippet` documentation for that specific version, allowing users to browse the endpoint configuration details for every release."],["The latest version of the C++ client library for Google Cloud Vision's Product Search feature available on this page is 2.37.0-rc, which can be found by clicking the link in the first row."],["The webpage contains a code snippet that demonstrates how to override the default endpoint configuration for `vision_v1::ProductSearchClient`, highlighting the use of `private.googleapis.com` for private Google access."],["Version 2.23.0 is the first version listed in the documentation, which the list of versions is listed in descending order by version number."]]],[]]