// 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::SchemaServiceClient(
google::cloud::discoveryengine_v1::MakeSchemaServiceConnection(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-04 UTC."],[[["The latest release candidate version available is 2.37.0-rc for the discoveryengine service."],["The webpage lists the available versions for the discoveryengine service, ranging from version 2.15.1 up to 2.37.0-rc."],["The current version highlighted at the top of the content is 2.35.0, which users can click to see related information."],["It shows how to override the default endpoint configuration for `discoveryengine_v1::SchemaServiceClient` to utilize Private Google Access by setting the `EndpointOption`."]]],[]]