// 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"]],[["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-03-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."]]],[]]