// 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"]],[["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."],[[["The latest release candidate version available is 2.37.0-rc, offering the most up-to-date features and fixes."],["A comprehensive list of previous versions, ranging from 2.36.0 down to 2.11.0, is accessible for users who need older releases."],["Each version listed includes a direct link to the retail\\_v2\\_1\\_1PredictionServiceClient-endpoint-snippet documentation specific to that version."],["The webpage provides instructions and an example for overriding the retail\\_v2::PredictionServiceClient endpoint configuration, demonstrating how to set a custom endpoint."],["The client can be configured with a custom endpoint, as shown with the `private.googleapis.com` example, that is common with Private Google Access."]]],[]]