// 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"]],[["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-21 UTC."],[[["The latest available version for the `vision_v1_1_1ProductSearchClient` is `2.37.0-rc`."],["This page provides access to documentation for various versions of `vision_v1_1_1ProductSearchClient`, ranging from version `2.11.0` to the latest release candidate."],["Users can override the `vision_v1::ProductSearchClient` endpoint configuration, with an example of setting it to `private.googleapis.com`, which is a configuration common with Private Google Access."],["Each version listed contains a link to its corresponding documentation for the `vision_v1_1_1ProductSearchClient` endpoint."],["This documentation provides access to the different versions of the software needed, as the software version goes all the way back to 2.11.0, while also having the latest version available, which is version 2.37.0-rc."]]],[]]