// 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-09 UTC."],[[["This webpage provides documentation for various versions of the C++ Retail CompletionServiceClient, ranging from version 2.11.0 up to 2.37.0-rc."],["The latest release candidate version of the C++ Retail CompletionServiceClient is 2.37.0-rc, which can be viewed through its specified link."],["The webpage offers access to the documentation for each specific version of the C++ Retail CompletionServiceClient, along with a link to a sample code snippet for each."],["It also includes information on how to override the retail_v2::CompletionServiceClient endpoint configuration, providing a sample code snippet that demonstrates how to do so with \"private.googleapis.com\"."]]],[]]