// 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::UserEventServiceClient(
google::cloud::retail_v2::MakeUserEventServiceConnection(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 available release candidate version is 2.37.0-rc, with a link provided to its documentation."],["Version 2.36.0 is listed as the current version on this page."],["This page provides access to documentation for multiple historical versions, ranging from 2.37.0-rc down to 2.11.0, each with their own links."],["The retail_v2::UserEventServiceClient Endpoint Configuration can be overridden using the `google::cloud::Options` for specific environment configurations."],["The provided code snippet demonstrates how to set the `EndpointOption` to \"private.googleapis.com\" when creating a `UserEventServiceClient` for a private Google access setup."]]],[]]