// 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."],[[["The latest release candidate version available is 2.37.0-rc, offering the most up-to-date features and updates."],["The content provides a comprehensive list of versions, ranging from the latest candidate down to version 2.15.1, with the latest stable version being 2.36.0."],["Each version in the list includes a link to its respective documentation page on the `discoveryengine_v1_1_1SearchServiceClient-endpoint-snippet`."],["Version 2.24.0 is highlighted as the current version with information being provided in relation to the endpoint configuration."],["Instructions are available for overriding the `discoveryengine_v1::SearchServiceClient` endpoint configuration, including a specific example for using Private Google Access."]]],[]]