// 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-05-07 UTC."],[[["This page provides a list of available versions for the SpeechClient endpoint, ranging from version 2.11.0 up to the release candidate 2.37.0-rc."],["Each listed version number links to specific documentation for the `speech_v2_1_1SpeechClient-endpoint-snippet`."],["The latest release candidate version for the SpeechClient is 2.37.0-rc, whereas the current main release version is 2.36.0."],["The content includes a code snippet that demonstrates how to override the default SpeechClient endpoint configuration, which can be useful for Private Google Access."]]],[]]