// 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"]],[["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-04-17 UTC."],[[["The latest release candidate version available is 2.37.0-rc, providing access to the newest features and updates."],["The webpage lists a comprehensive set of previous versions, ranging from 2.36.0 down to 2.11.0, offering users access to documentation for specific releases."],["Each version listed provides a direct link to the documentation, specifically related to the `retail_v2_1_1SearchServiceClient` endpoint snippet."],["The content includes a code snippet that demonstrates how to override the default endpoint configuration for `retail_v2::SearchServiceClient`, particularly for Private Google Access using `private.googleapis.com`."],["The page's content is centered on providing the documentation for each version of the application up to the most recent release."]]],[]]