// 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::discoveryengine_v1::RankServiceClient(
google::cloud::discoveryengine_v1::MakeRankServiceConnection(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-08-14 UTC."],[[["The latest release candidate version is 2.37.0-rc, providing the most up-to-date features and improvements for the Discovery Engine RankServiceClient."],["This page provides a comprehensive list of historical versions of the Discovery Engine RankServiceClient, ranging from 2.15.1 up to the latest candidate version, 2.37.0-rc."],["Each version listed contains a link to the specific documentation for that version, enabling users to quickly reference the relevant details for their implementation."],["The page highlights that versions 2.27.0 and prior are available, and are accessible via their specific documentation links."],["The example code provided demonstrates how to override the default endpoint configuration using private google access and the set options and by making a connection to the client."]]],[]]