// 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 page provides access to various versions of the `retail_v2_1_1CompletionServiceClient` endpoint snippet documentation."],["The latest release candidate version available is `2.37.0-rc`."],["There are multiple versions available, ranging from `2.11.0` to `2.36.0`, with links to the specific documentation for each version."],["The page also provides a code snippet on how to override the `retail_v2::CompletionServiceClient` endpoint configuration using `private.googleapis.com`."],["The default version of the displayed data is `2.17.0`."]]],[]]