// 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."],[[["The latest release candidate version available is 2.37.0-rc, representing the most current development stage."],["A comprehensive list of previous versions is available, ranging from version 2.36.0 down to 2.11.0, each with specific documentation links."],["The documentation includes instructions on how to override the `retail_v2::CompletionServiceClient` endpoint configuration, with an example using `private.googleapis.com` for Private Google Access."],["Each version, from 2.36.0 down to 2.11.0, have their own documentation regarding `retail_v2_1_1CompletionServiceClient-endpoint-snippet`."],["Version 2.16.0 is present in the list."]]],[]]