// 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-05-07 UTC."],[[["This webpage provides access to various versions of the `ServingConfigServiceClient` for the Google Cloud Retail API, with version 2.37.0-rc being the latest release candidate."],["The versions range from 2.11.0 up to 2.37.0-rc, and each one has its own dedicated link to the documentation for that specific release."],["Version 2.16.0 is also explicitly called out at the top of the list as a starting point, for some reason."],["There is an example of how to override the endpoint configuration for `retail_v2::ServingConfigServiceClient`, using \"private.googleapis.com\" for private access."]]],[]]