// 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::PredictionServiceClient(
google::cloud::retail_v2::MakePredictionServiceConnection(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 webpage lists available versions of the PredictionServiceClient, ranging from version 2.11.0 to 2.37.0-rc, which is the latest release candidate."],["Each version number links to the corresponding documentation for the `retail_v2_1_1PredictionServiceClient` endpoint snippet."],["The retail_v2::PredictionServiceClient can override endpoint configuration using `private.googleapis.com` for Private Google Access."],["The currently displayed version that the user is on is 2.24.0, while there are newer versions."]]],[]]