// 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::AnalyticsServiceClient(
google::cloud::retail_v2::MakeAnalyticsServiceConnection(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 documentation for various versions of the `retail_v2_1_1AnalyticsServiceClient`, with version 2.37.0-rc being the latest release candidate."],["The documentation spans a range of versions from 2.11.0 up to the latest release candidate, 2.37.0-rc, with each version linked to its corresponding endpoint snippet."],["The latest stable release documented on this page is 2.36.0, with 2.29.0 being the selected current version."],["The page includes an example of how to override the `retail_v2::AnalyticsServiceClient` endpoint configuration, demonstrating the use of \"private.googleapis.com\" for Private Google Access."]]],[]]