// 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"]],[["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 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\"."]]],[]]