// 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"]],[["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-18 UTC."],[[["This webpage provides a comprehensive list of available versions for the `retail_v2_1_1UserEventServiceClient` component, ranging from version 2.11.0 up to the latest release candidate, 2.37.0-rc."],["Each listed version, including the latest release candidate, has a direct link to its respective documentation page, which can be identified in the format `retail_v2_1_1UserEventServiceClient-endpoint-snippet`."],["The `retail_v2_1_1UserEventServiceClient` component's endpoint configuration can be overridden, as demonstrated by the code snippet that configures the endpoint to \"private.googleapis.com\", which is a configuration that can be used with Private Google Access."],["The latest stable release is version 2.36.0, while the most recent version is a release candidate, 2.37.0-rc."]]],[]]