// 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-07-30 UTC."],[[["This webpage provides access to various versions of the `discoveryengine_v1_1_1SchemaServiceClient-endpoint-snippet`, ranging from version 2.15.1 to 2.36.0, along with a release candidate version 2.37.0-rc."],["The latest stable release is version 2.36.0, and 2.37.0-rc is available as a release candidate version for the `discoveryengine`."],["The page allows users to navigate through different versions of the documentation for `SchemaServiceClient`, including older versions of the documentation."],["The provided code snippet demonstrates how to configure the endpoint for `discoveryengine_v1::SchemaServiceClient` using `private.googleapis.com`, which is a common setup for Private Google Access."]]],[]]