// 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 webpage provides documentation and links for various versions of the `retail_v2_1_1ProductServiceClient` component, ranging from version 2.11.0 up to the latest release candidate 2.37.0-rc."],["Each version listed includes a link to its respective documentation page, detailing the endpoint snippet for `retail_v2_1_1ProductServiceClient`."],["The latest version available is 2.37.0-rc, which is designated as the current release candidate."],["The example shows how to override the default endpoint configuration for `retail_v2::ProductServiceClient` to \"private.googleapis.com\"."],["Version 2.30.0 is mentioned specifically as the main version in the dropdown before all the versions are listed, but is still listed in the versions below."]]],[]]