// 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::ServingConfigServiceClient(
google::cloud::retail_v2::MakeServingConfigServiceConnection(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."],[[["The latest release candidate version is 2.37.0-rc, representing the most current preview of the software."],["The webpage provides a comprehensive list of versions, spanning from 2.11.0 up to the latest release candidate, 2.37.0-rc."],["Each version number links to a specific page detailing the endpoint snippet for the retail_v2_1_1ServingConfigServiceClient."],["Version 2.21.0 is currently highlighted at the top, implying it may be the starting point or the latest stable release."],["The webpage also includes instructions on how to override the default endpoint configuration for the retail_v2::ServingConfigServiceClient, notably through a private Google Access configuration."]]],[]]