// 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::speech_v1::AdaptationClient(
google::cloud::speech_v1::MakeAdaptationConnection(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-08 UTC."],[[["The webpage provides access to various versions of the speech\\_v1\\_1\\_1AdaptationClient-endpoint-snippet, ranging from version 2.11.0 to the latest release candidate 2.37.0-rc."],["Each listed version links to its corresponding documentation for the speech\\_v1\\_1\\_1AdaptationClient-endpoint-snippet, facilitating access to specific historical changes."],["The most recent stable release version is listed as 2.36.0, and the latest version available is the release candidate version 2.37.0-rc."],["The page includes instructions on how to override the default endpoint configuration for speech\\_v1::AdaptationClient, notably showing how to set a private Google endpoint."]]],[]]