// 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::SearchServiceClient(
google::cloud::retail_v2::MakeSearchServiceConnection(options));
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-09 UTC."],[[["This page provides a comprehensive list of available versions for the `retail_v2_1_1SearchServiceClient` endpoint snippet, ranging from version 2.11.0 up to the latest release candidate 2.37.0-rc."],["Each version listed offers a direct link to its corresponding documentation page for `retail_v2_1_1SearchServiceClient`, enabling easy access to specific version details."],["The provided code snippet demonstrates how to override the default endpoint configuration for `retail_v2::SearchServiceClient` to utilize a private Google API endpoint."],["The provided endpoint configuration example is also compatible with Private Google Access, allowing for secure connection setup as documented in the linked Google Cloud VPC documentation."]]],[]]