// 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 a comprehensive list of available versions for the `retail_v2_1_1ServingConfigServiceClient` component, ranging from version 2.11.0 up to the latest release candidate, 2.37.0-rc."],["Each version listed is linked to its respective documentation, offering direct access to the details of each release, specifically related to endpoint configurations."],["The latest version available is `2.37.0-rc`, while the latest stable release is 2.36.0, both containing the `ServingConfigServiceClient-endpoint-snippet`."],["The page includes an example snippet demonstrating how to override the default endpoint configuration for `retail_v2::ServingConfigServiceClient`, using `private.googleapis.com` which is commonly used with private google access."],["The current version of this specific page is version `2.35.0`, as shown on the top left-hand corner."]]],[]]