// 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."],[[["The webpage provides access to various versions of the `retail_v2_1_1ProductServiceClient` endpoint snippet, ranging from version 2.11.0 to the latest release candidate 2.37.0-rc."],["Version 2.37.0-rc is the latest release candidate, and it is linked at the top of the version list, indicating it is the most current option."],["The list of available versions includes both full releases (e.g., 2.36.0, 2.35.0) and patch releases (e.g., 2.25.1, 2.22.1, 2.15.1), allowing users to select the specific version they require."],["Instructions are provided to override the default endpoint configuration for the `retail_v2::ProductServiceClient`, offering specific guidance for setting the endpoint to \"private.googleapis.com\"."],["Each version links to the specific documentation for `retail_v2_1_1ProductServiceClient-endpoint-snippet` of that version."]]],[]]