// 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 a comprehensive list of available versions for the `retail_v2_1_1ProductServiceClient` component, ranging from the latest release candidate version 2.37.0-rc down to version 2.11.0."],["Each listed version includes a direct link to its corresponding documentation page for `retail_v2_1_1ProductServiceClient-endpoint-snippet`."],["The page also demonstrates how to override the endpoint configuration for `retail_v2::ProductServiceClient`, specifically showing an example for use with Private Google Access."],["The current version, or the version for which the user is currently browsing, is 2.24.0."]]],[]]