// 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::retail_v2::ProductServiceClient(
google::cloud::retail_v2::MakeProductServiceConnection(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-04-17 UTC."],[[["This page provides access to various versions of the `retail_v2_1_1ProductServiceClient` documentation, ranging from version 2.11.0 up to the latest release candidate 2.37.0-rc."],["The most recent stable version available is 2.36.0, with 2.37.0-rc being the newest, but a release candidate."],["Each version listed links to a corresponding page detailing the `retail_v2_1_1ProductServiceClient` endpoint snippet for that specific version."],["The page also shows how to override the default `retail_v2::ProductServiceClient` endpoint configuration, providing an example of configuring the endpoint to `private.googleapis.com`."],["Version 2.28.0 is identified as the current version at the top of the provided content, but the list shows further and more recent updates."]]],[]]