// 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 vpc_client = google::cloud::dialogflow_es::EncryptionSpecServiceClient(
google::cloud::dialogflow_es::MakeEncryptionSpecServiceConnection(
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-14 UTC."],[[["The latest version available is 2.37.0-rc, which is identified as the most recent release."],["This page provides access to a comprehensive list of versions, ranging from 2.37.0-rc down to 2.11.0, of the dialogflow_es EncryptionSpecServiceClient documentation."],["The documentation includes specific endpoints for each listed version of the dialogflow_es EncryptionSpecServiceClient."],["There is an example for overriding the dialogflow_es::EncryptionSpecServiceClient endpoint configuration using Private Google Access."],["The endpoint configuration uses google::cloud::EndpointOption and is set to \"private.googleapis.com\"."]]],[]]