// 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_v2::SpeechClient(
google::cloud::speech_v2::MakeSpeechConnection(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-21 UTC."],[[["The webpage provides access to various versions of the C++ SpeechClient documentation, ranging from version 2.11.0 up to 2.36.0, with 2.37.0-rc listed as the latest."],["Each listed version links to the specific documentation for the `speech_v2_1_1SpeechClient-endpoint-snippet` for that version."],["The section \"Override speech_v2::SpeechClient Endpoint Configuration\" provides an example of how to override the endpoint configuration using `google::cloud::Options`."],["The example endpoint configuration utilizes \"private.googleapis.com\", which is noted to be common with Private Google Access."],["The provided information references `speech_v2_1_1SpeechClient-endpoint-snippet`, and the example code shows how to create a client utilizing `speech_v2::SpeechClient`."]]],[]]