// 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::SearchServiceClient(
google::cloud::discoveryengine_v1::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-03-14 UTC."],[[["This webpage provides access to various versions of the Discovery Engine C++ client library, ranging from version 2.15.1 to 2.37.0-rc."],["Version 2.37.0-rc is the latest release candidate available for the Discovery Engine C++ client library."],["The content includes direct links to the documentation for each specific version, enabling users to view the reference for each release, for example `discoveryengine_v1_1_1SearchServiceClient-endpoint-snippet` for each."],["The page provides instructions on how to override the `discoveryengine_v1::SearchServiceClient` endpoint configuration, allowing for custom endpoint settings, such as for `Private Google Access`."],["Version 2.20.0 of the Discovery Engine C++ client library is accessible, along with several versions before and after it."]]],[]]