// 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::CompletionServiceClient(
google::cloud::retail_v2::MakeCompletionServiceConnection(options));
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-18 UTC."],[[["The latest release candidate version available is 2.37.0-rc, with a link provided to its documentation."],["There are multiple documented versions of the retail service ranging from 2.11.0 up to 2.36.0, as well as 2.37.0-rc, each with a corresponding link to its respective documentation."],["The current version is 2.31.0, with the option to view it on the page, however, this is not the most recent release."],["The provided code snippet demonstrates how to override the `retail_v2::CompletionServiceClient` endpoint configuration to use `private.googleapis.com`."]]],[]]