// 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::discoveryengine_v1::UserEventServiceClient(
google::cloud::discoveryengine_v1::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-03-21 UTC."],[[["This webpage provides documentation and reference information for the `discoveryengine_v1_1_1UserEventServiceClient` across multiple versions."],["The latest version available is `2.37.0-rc`, while the current displayed version is `2.34.0`."],["The page lists versions of `UserEventServiceClient` from `2.15.1` up to the latest release candidate `2.37.0-rc`, with links to the documentation for each version."],["It also includes an example snippet for overriding the endpoint configuration for `discoveryengine_v1::UserEventServiceClient`, specifically for use with Private Google Access."]]],[]]