// 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 page provides a comprehensive list of available versions for the `retail_v2_1_1AnalyticsServiceClient` component, ranging from the latest release candidate 2.37.0-rc down to version 2.11.0."],["Each listed version links to specific documentation for the `retail_v2_1_1AnalyticsServiceClient-endpoint-snippet` for that particular release."],["The latest version is highlighted as 2.37.0-rc, which is the current release candidate, while 2.28.0 is designated as the current version displayed."],["The page includes an example for overriding the `retail_v2::AnalyticsServiceClient` Endpoint Configuration using the `google::cloud::EndpointOption` setting, showcasing how to configure a private endpoint, which is shared with Private Google Access."]]],[]]