// 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 the C++ client library documentation for the Retail API, with versions ranging from 2.11.0 up to the latest release candidate, 2.37.0-rc."],["The documentation is organized by version, allowing users to view the specifics of each release, such as the 2.33.0 version that this page defaults to, or navigate to the specific version for their use case."],["The latest release candidate is version 2.37.0-rc, which can be viewed through the provided link."],["This includes specific instructions on overriding the `retail_v2::ProductServiceClient` endpoint configuration, demonstrating how to set it for private Google Access."]]],[]]