// 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::DocumentServiceClient(
google::cloud::discoveryengine_v1::MakeDocumentServiceConnection(
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 available release candidate version is 2.37.0-rc for the discoveryengine."],["Version 2.35.0 is the version that is selected by default on this page, and it is one of many versions available."],["This page details available versions, ranging from the latest candidate version down to version 2.15.1, with links to each version's documentation."],["The `discoveryengine_v1::DocumentServiceClient` endpoint can be configured with custom options, as shown in the code example."]]],[]]