// 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::RecommendationServiceClient(
google::cloud::discoveryengine_v1::MakeRecommendationServiceConnection(
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-14 UTC."],[[["This webpage provides access to different versions of the `discoveryengine_v1_1_1RecommendationServiceClient` documentation, ranging from version 2.15.1 up to the release candidate 2.37.0-rc."],["The latest stable version available is 2.36.0, and version 2.32.0 is specifically highlighted at the start."],["Each version listed links to specific documentation for the `discoveryengine_v1_1_1RecommendationServiceClient`, such as the endpoint snippet for that release."],["The page demonstrates how to override the default endpoint configuration of the RecommendationServiceClient, offering an example that uses \"private.googleapis.com\"."],["This page focuses on documentation related to the C++ language, showing references and configuration options for the RecommendationServiceClient in this language."]]],[]]