// 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::CatalogServiceClient(
google::cloud::retail_v2::MakeCatalogServiceConnection(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."],[[["The webpage provides a comprehensive list of available versions for the `retail_v2_1_1CatalogServiceClient`, ranging from version 2.11.0 up to the latest release candidate, 2.37.0-rc."],["Each version listed links to its corresponding documentation, specifically the endpoint snippet for `retail_v2_1_1CatalogServiceClient`, allowing for direct access to detailed information."],["The current version, mentioned as a header, is 2.17.0, and there are a multitude of other versions available to the user if they need access to the documentation for an older release."],["The page includes an example configuration for overriding the default endpoint to \"private.googleapis.com\", which is relevant for users utilizing Private Google Access, with the example showing how to set the endpoint option."]]],[]]